Re: keyboard-translate-table

2005-03-02 Thread Evil Boris
Richard Stallman <[EMAIL PROTECTED]> writes: > term/keyswap.el is clearly obsolete; we have much better ways to > handle that issue nowadays. So shouldn't it be moved/removed/marked as such? ___ Emacs-devel mailing list Emacs-devel@gnu.org http://li

Re: keyboard-translate-table

2005-03-02 Thread Richard Stallman
term/keyswap.el is clearly obsolete; we have much better ways to handle that issue nowadays. ___ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel

Re: keyboard-translate-table

2005-03-01 Thread Evil Boris
Stefan Monnier <[EMAIL PROTECTED]> writes: >> The example of keyboard-translate-table relates to terminal flow >> control, which I believe is essentially obsolete. Can anyone think >> of a non-obsolete use for keyboard-translate-table, to put in >> the example? &g

Re: keyboard-translate-table

2005-02-28 Thread Lars Hansen
Richard Stallman wrote: Can anyone think of a non-obsolete use for keyboard-translate-table, > to put in the example? If you want C-x, C-c and C-v do cut, copy and paste without the IMHO confusing overloading done by CUA-mode, you can simply do (keyboard-translate ?\C-x 'control-x) (

Re: keyboard-translate-table

2005-02-27 Thread Richard Stallman
Can anyone think > of a non-obsolete use for keyboard-translate-table, to put in > the example? It's used in normal-erase-is-backspace-mode (when running on a tty). Could you write an example based on normal-erase-is-backspace-mode? It's also used for flo

Re: keyboard-translate-table

2005-02-26 Thread Stefan Monnier
> The example of keyboard-translate-table relates to terminal flow > control, which I believe is essentially obsolete. Can anyone think > of a non-obsolete use for keyboard-translate-table, to put in > the example? It's used in normal-erase-is-backspace-mode (when running on

keyboard-translate-table

2005-02-26 Thread Richard Stallman
The example of keyboard-translate-table relates to terminal flow control, which I believe is essentially obsolete. Can anyone think of a non-obsolete use for keyboard-translate-table, to put in the example? Or is keyboard-translate-table itself obsolete nowadays