Jason Spiro wrote:
> If I had a nickel for every time I
> tried to backward-kill-sexp by pressing Ctrl-Alt-Backspace and killed X
> server instead...
Earlier in thread, Glynn Clements wrote:
> Meta-Tab does completion within XEmacs.
These are very useful functions, but their key bindings are difficult for KDE
and Gnome users to press. Perhaps it'd be a worthwhile idea to create
additional bindings that do these things?
If you have trouble with Alt/Meta-modified keypresses, you can always
use the Escape prefix instead. Or you can use key-translation-map to
globally map some other sequence to Meta-Tab, e.g.:
(define-key key-translation-map [(control ?c) ?t] [(meta tab)])
The main problem with defining another key sequence is that they're
essentially all taken. Individual users can forego a sequence that
they don't themselves use, but the XEmacs project can't realistically
impose such a change on all users.
--
Glynn Clements <glynn(a)gclements.plus.com>
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta