[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Keybinding std WAS: replace C-s with C-f
From: |
Kevin Rodgers |
Subject: |
Re: Keybinding std WAS: replace C-s with C-f |
Date: |
Tue, 18 Feb 2003 15:36:25 -0700 |
User-agent: |
Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 |
Bruce Ingalls wrote:
About the only thing missing, at this point, is that the keybindings
don't show
up in the menu, to the right of the commands, ex:
Search... C-f
Because src/xmenu.c:menu_item_equiv_key only displays the first key sequence
returned by where-is-internal. "First" doesn't seem to be well-defined, so
maybe if you removed the default keybinding(s) before adding your custom key
binding, it would help.
...
Finally, there is a rumor, that KDE & Gnome may soon come to an agreement
on keybinding standards. I feel that Emacs & XEmacs should step up to the
plate, and try to conform to any reasonable standard.
Obviously, KDE and Gnome should respect Emacs' precedent key bindings.
...
;;WINDOW MANAGER STANDARDS
;;TODO: FIX FOLLOWING SYNTAX!!!
(global-set-key [(meta \040)] 'tmm-menubar) ;M-space is symbiotic?
)
[(meta ?\040)] or just "\M- "
--
<a href="mailto:<kevin.rodgers@ihs.com>";>Kevin Rodgers</a>
- replace C-s with C-f, Bruce Ingalls, 2003/02/17
- Re: replace C-s with C-f, David Kastrup, 2003/02/17
- Re: replace C-s with C-f, Bruce Ingalls, 2003/02/17
- Re: replace C-s with C-f, David Kastrup, 2003/02/17
- Re: replace C-s with C-f, Stefan Monnier <address@hidden>, 2003/02/17
- Re: replace C-s with C-f, Le Wang, 2003/02/17
- Re: replace C-s with C-f, John Russell, 2003/02/17
- Keybinding std WAS: replace C-s with C-f, Bruce Ingalls, 2003/02/18
- Re: Keybinding std WAS: replace C-s with C-f,
Kevin Rodgers <=
- Re: Keybinding std WAS: replace C-s with C-f, Hannu Koivisto, 2003/02/19
- Re: Keybinding std WAS: replace C-s with C-f, Bruce Ingalls, 2003/02/19