Re: key binding of `M-' shows up in menu as (M-)

2007-06-17 Thread Lennart Borgman (gmail)
Eli Zaretskii wrote: Date: Fri, 15 Jun 2007 21:43:08 +0200 From: Lennart Borgman (gmail) [EMAIL PROTECTED] Cc: Emacs-Pretest-Bug emacs-pretest-bug@gnu.org Drew Adams wrote: I think this is specific to w32. Yes needs to be escaped there. I hope you mean that Emacs or Emacs W32 should do the

Re: key binding of `M-' shows up in menu as (M-)

2007-06-17 Thread Eli Zaretskii
Date: Sun, 17 Jun 2007 15:32:18 +0200 From: Lennart Borgman (gmail) [EMAIL PROTECTED] CC: [EMAIL PROTECTED], emacs-pretest-bug@gnu.org Unfortunately I do not think that is the right change. This totally spoils the possibility to use accelerators for the menus on w32. I do not think the

Re: key binding of `M-' shows up in menu as (M-)

2007-06-17 Thread Jason Rumney
Lennart Borgman (gmail) wrote: Unfortunately I do not think that is the right change. This totally spoils the possibility to use accelerators for the menus on w32. I do not think the minor problem it solves justifies that. For now, it is the right change. In future when accelerators are

Re: key binding of `M-' shows up in menu as (M-)

2007-06-16 Thread Eli Zaretskii
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

Re: key binding of `M-' shows up in menu as (M-)

2007-06-16 Thread Eli Zaretskii
Date: Fri, 15 Jun 2007 21:43:08 +0200 From: Lennart Borgman (gmail) [EMAIL PROTECTED] Cc: Emacs-Pretest-Bug emacs-pretest-bug@gnu.org Drew Adams wrote: I think this is specific to w32. Yes needs to be escaped there. I hope you mean that Emacs or Emacs W32 should do the escaping.

Re: key binding of `M-' shows up in menu as (M-)

2007-06-15 Thread Lennart Borgman (gmail)
Drew Adams wrote: 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

RE: key binding of `M-' shows up in menu as (M-)

2007-06-15 Thread Drew Adams
I think this is specific to w32. Yes needs to be escaped there. I hope you mean that Emacs or Emacs W32 should do the escaping. These binding indications are added automatically. ___ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org

Re: key binding of `M-' shows up in menu as (M-)

2007-06-15 Thread Lennart Borgman (gmail)
Drew Adams wrote: I think this is specific to w32. Yes needs to be escaped there. I hope you mean that Emacs or Emacs W32 should do the escaping. These binding indications are added automatically. I am not sure I understand you, but is the character you put before a character in the menu

RE: key binding of `M-' shows up in menu as (M-)

2007-06-15 Thread Drew Adams
I think this is specific to w32. Yes needs to be escaped there. I hope you mean that Emacs or Emacs W32 should do the escaping. These binding indications are added automatically. I am not sure I understand you, but is the character you put before a character in the menu string on w32

Re: key binding of `M-' shows up in menu as (M-)

2007-06-15 Thread Lennart Borgman (gmail)
Drew Adams wrote: I think this is specific to w32. Yes needs to be escaped there. I hope you mean that Emacs or Emacs W32 should do the escaping. These binding indications are added automatically. I am not sure I understand you, but is the character you put before a character in the menu