emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: `C-b' is backward-char, `left' is left-char - why?


From: Eli Zaretskii
Subject: Re: `C-b' is backward-char, `left' is left-char - why?
Date: Tue, 31 May 2011 10:39:14 -0400

> Date: Tue, 31 May 2011 08:18:56 -0600
> From: Davis Herring <address@hidden>
> Cc: Drew Adams <address@hidden>, address@hidden
> 
> ;; ...load .emacs
> (if (default-value 'bidi-display-reordering)
>     (global-set-key (kbd "<left>") 'left-char)
>   (global-set-key (kbd "<left>") 'backward-char))
> ;; ...and C-f, M-b, M-f, etc.
> 
> along the lines of the other "preference detection" code like that for
> unibyte.
> 
> I don't know if this is a good idea, but it does solve his problem
> without introducing `magic-backward/left-dwim-char' bound to C-b and <left>.

A "good solution", if it exists, should solve the problem of 2
different commands not only for Drew, but for users of bidi as well.
If the problems raised by Drew are serious, they cannot be solved only
for some users, and should certainly be solved in the default
configuration.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]