[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: |
Nix |
Subject: |
Re: `C-b' is backward-char, `left' is left-char - why? |
Date: |
Sat, 28 May 2011 01:19:12 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
On 27 May 2011, Pascal J. Bourguignon spake thusly:
> "Drew Adams" <address@hidden> writes:
>
>> I'm curious. Why is it a good idea that `C-b' and `left' are no longer bound
>> to
>> the same command?
>
> C-h k <left> gives:
>
> <left> runs the command backward-char, which is an interactive
> ^^^^^^^^^^^^^
> C-h k C-b gives:
>
> C-b runs the command backward-char, which is an interactive built-in
> ^^^^^^^^^^^^^
> I don't see any difference in my emacs-version "23.2.1".
Yeah. This is a bidi thing, which means it's a 24.1 feature, currently
in bzr trunk only.
I'd say that the change makes sense, and if there's ever a time to do a
thing like this, it's in a major development branch. People *expect*
things to change between 23.x and 24.1, and this change is unlikely to
be very hard to compensate for -- certainly easier than the *other*
compensations required for the more complex third-party modes to look
nice and pretty in bidi environments.
Or so it seems to me.
--
NULL && (void)
- `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?, Pascal J. Bourguignon, 2011/05/27
- Re: `C-b' is backward-char, `left' is left-char - why?, Eli Zaretskii, 2011/05/27
- Re: `C-b' is backward-char, `left' is left-char - why?, Eli Zaretskii, 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?, 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