From unknown Sat Aug 09 04:56:47 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#20286 <20286@debbugs.gnu.org> To: bug#20286 <20286@debbugs.gnu.org> Subject: Status: 25.0.50; Alias to undefined command Reply-To: bug#20286 <20286@debbugs.gnu.org> Date: Sat, 09 Aug 2025 11:56:47 +0000 retitle 20286 25.0.50; Alias to undefined command reassign 20286 emacs submitter 20286 Philipp Stephani
> From: Philipp S= tephani <p.st= ephani2@gmail.com>
> Date: Thu, 09 Apr 2015 20:10:59 +0200
>
>
> Start Emacs as an OS X GUI app.=C2=A0 Then, evaluate
>
>=C2=A0 =C2=A0 =C2=A0(global-set-key (kbd "s-i") #'foo)
>
> where `foo' is undefined.
> Then, press C-h k s-i.=C2=A0 The help buffer explains:
>
>=C2=A0 =C2=A0 =C2=A0s-i runs the command foo (found in global-map), whi= ch is an alias
>=C2=A0 =C2=A0 =C2=A0for `foo', which is not defined.=C2=A0 Please m= ake a bug report.
To solve this "bug", don't bind a key to a function that is u= ndefined.