bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#9976: Not on a date!


From: Juri Linkov
Subject: bug#9976: Not on a date!
Date: Sun, 06 Nov 2011 22:30:33 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.91 (x86_64-pc-linux-gnu)

Instead of typing `C-h f RET' to get the documentation of the function
under cursor, I mistakenly typed `C-h d RET' and got in the echo area
the message "Not on a date!".  With relevant settings from .emacs this
can be reproduced with the following test case:

1. emacs -Q
2. Eval: (require 'calendar)
3. Eval: (setq apropos-do-all t)
4. `C-h d RET' or `C-u C-h d RET'
5. See the message "Not on a date!"

That's because `apropos-documentation-check-doc-file' calls
`substitute-command-keys' that calls `cal-menu-set-date-title'
that displays this message.

I don't know if this counts as a bug, but seeing this message is confusing.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]