[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: `C-b' is backward-char, `left' is left-char - why?
From: |
Drew Adams |
Subject: |
RE: `C-b' is backward-char, `left' is left-char - why? |
Date: |
Fri, 27 May 2011 17:39:52 -0700 |
> >> > Enabling (or disabling) as an option - is that impossible?
> >>
> >> Certainly not. You can set the option like so:
> >> (global-set-key (kbd "<left>") 'backward-char)
> >
> > Not at all what I meant, as you no doubt know.
>
> I know, but is it worse than "(setq backward-is-always-left t)"?
Of course it is. It affects only one command. Presumably your option would
affect all or most of the commands that are directional.
The point was that the default bindings of various commands have come in sets,
and we are breaking up some of those sets.
Again, not the end of the world.
The question was whether this is necessary.
Besides, that's hardly the option I would opt for.
More like (setq bidify-emacs nil).
Or (setq bidi-hands-off-default-keys t).
- RE: `C-b' is backward-char, `left' is left-char - why?, (continued)
- RE: `C-b' is backward-char, `left' is left-char - why?, Drew Adams, 2011/05/27
- Re: `C-b' is backward-char, `left' is left-char - why?, Antoine Levitt, 2011/05/27
- RE: `C-b' is backward-char, `left' is left-char - why?, Drew Adams, 2011/05/27
- Re: `C-b' is backward-char, `left' is left-char - why?, Mohsen BANAN, 2011/05/27
- RE: `C-b' is backward-char, `left' is left-char - why?, Drew Adams, 2011/05/27
- Re: `C-b' is backward-char, `left' is left-char - why?, Mohsen BANAN, 2011/05/27
- Re: `C-b' is backward-char, `left' is left-char - why?, Eli Zaretskii, 2011/05/28
- Re: `C-b' is backward-char, `left' is left-char - why?, PJ Weisberg, 2011/05/27
- RE: `C-b' is backward-char, `left' is left-char - why?, Drew Adams, 2011/05/27
- Re: `C-b' is backward-char, `left' is left-char - why?, PJ Weisberg, 2011/05/27
- RE: `C-b' is backward-char, `left' is left-char - why?,
Drew Adams <=
- Re: `C-b' is backward-char, `left' is left-char - why?, David Kastrup, 2011/05/28
- Re: `C-b' is backward-char, `left' is left-char - why?, Eli Zaretskii, 2011/05/28
Re: `C-b' is backward-char, `left' is left-char - why?, Stefan Monnier, 2011/05/27
- RE: `C-b' is backward-char, `left' is left-char - why?, Drew Adams, 2011/05/27
- Re: `C-b' is backward-char, `left' is left-char - why?, David Kastrup, 2011/05/28
- Re: `C-b' is backward-char, `left' is left-char - why?, Eli Zaretskii, 2011/05/28
- Re: `C-b' is backward-char, `left' is left-char - why?, Stefan Monnier, 2011/05/29
- Re: `C-b' is backward-char, `left' is left-char - why?, Davis Herring, 2011/05/31
- Re: `C-b' is backward-char, `left' is left-char - why?, Eli Zaretskii, 2011/05/31