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
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
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
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)
(
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
> 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
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