> From: "Drew Adams" <[EMAIL PROTECTED]>
> Date: Fri, 15 Jun 2007 08:32:26 -0700
> 
> emacs -Q
> 
> Bind a command `foo' in a minibuffer completion map to `M-&'.
> Add `foo' to the Minibuf menu:
> (define-key map [menu-bar minibuf foo] '(menu-item "Foo It" foo))
> 
> In the Minibuf menu, the item appears with the wrong binding:
> 
>  Foo It  (M-)
> 
> The `&' was removed - it should show "(M-&)".

Could you please provide a complete, self-contained recipe, starting
from "emacs -Q", that could be used to reproduce this?  I don't know
what you mean, exactly, by "Bind a command `foo' in a minibuffer
completion map to `M-&'", nor what is `map' in the define-key command
you cite.  Maybe my crystal ball isn't working today.


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to