help-gnu-emacs
[Top][All Lists]
Advanced

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

RE: ESC vs Meta for shifted keys


From: Drew Adams
Subject: RE: ESC vs Meta for shifted keys
Date: Wed, 11 Apr 2018 14:58:23 -0700 (PDT)

> I think it's just a bug: when left-word and right-word were introduced
> only one pair of bindings was updated and not the other.

I'm not sure it's a bug.  My guess is that it was by design
(for whatever reason).  Perhaps Eli or someone else can
enlighten us.

I kinda doubt it was an oversight.  All of those bindings
are together, and the person who changed the Meta bindings
likely searched for `forward-word', not "[M-right]" or
"(kbd "M-<right>")"...

In `bindings.el':

 (global-set-key [M-right]  'right-word)
 (define-key esc-map [right] 'forward-word)
 (global-set-key [M-left]   'left-word)
 (define-key esc-map [left] 'backward-word)



reply via email to

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