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

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

bug#20286: 25.0.50; Alias to undefined command


From: Philipp Stephani
Subject: bug#20286: 25.0.50; Alias to undefined command
Date: Thu, 09 Apr 2015 18:47:59 +0000



Eli Zaretskii <eliz@gnu.org> schrieb am Do., 9. Apr. 2015 um 20:36 Uhr:
> From: Philipp Stephani <p.stephani2@gmail.com>
> Date: Thu, 09 Apr 2015 20:10:59 +0200
>
>
> Start Emacs as an OS X GUI app.  Then, evaluate
>
>     (global-set-key (kbd "s-i") #'foo)
>
> where `foo' is undefined.
> Then, press C-h k s-i.  The help buffer explains:
>
>     s-i runs the command foo (found in global-map), which is an alias
>     for `foo', which is not defined.  Please make a bug report.

To solve this "bug", don't bind a key to a function that is undefined.

The bug is about the message printed by describe-function, see the dupe. 

reply via email to

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