GNU bug report logs - #17888
24.4.50; key binding not shown in menu item for alias command

Previous Next

Package: emacs;

Reported by: Drew Adams <drew.adams <at> oracle.com>

Date: Mon, 30 Jun 2014 22:35:02 UTC

Severity: minor

Tags: notabug

Found in version 24.4.50

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #21 received at 17888 <at> debbugs.gnu.org (full text, mbox):

From: Drew Adams <drew.adams <at> oracle.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>, Eli Zaretskii <eliz <at> gnu.org>
Cc: "17888 <at> debbugs.gnu.org" <17888 <at> debbugs.gnu.org>
Subject: RE: [External] : Re: bug#17888: 24.4.50; key binding not shown in
 menu item for alias command
Date: Wed, 27 Jan 2021 16:31:58 +0000
> > Indeed, it isn't clear at all that the expectations
> > in this case are correct.

To this user, at least, it's clearer that users
will expect the alias's key indication than that
they will expect no key indication.

More importantly, showing the key is more helpful
to users than not showing it.  The key has the
same effect, for users, as using the menu item.

Consider also:

(defun foo () (interactive) (message "FOO"))
(global-set-key "\C-o" 'foo)
(defalias 'bar 'foo)

C-h w bar

  bar is not on any key;
   its alias foo is on C-o

That's nice, complete info.  Both pieces of that
info are appropriate for such a Help command.

Presumably we tell users about the alias binding
to let them know that you can use `C-o' to, in
effect, invoke `bar'.

That's the info that's missing, for a menu item. 

> So I'm closing this bug report.





This bug report was last modified 4 years and 118 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.