diff options
author | Eli Zaretskii <eliz@gnu.org> | 2010-05-29 18:19:13 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2010-05-29 18:19:13 +0300 |
commit | db5dce9dd18461205d9320bb705648fe44df328b (patch) | |
tree | 2513c57935d0c244d00af98febe702e41b40ab23 /lisp/emacs-lisp/macroexp.el | |
parent | 06fa4a23522821fc3a4e93c7ca505bae4d4733de (diff) | |
download | emacs-db5dce9dd18461205d9320bb705648fe44df328b.tar.gz emacs-db5dce9dd18461205d9320bb705648fe44df328b.tar.bz2 emacs-db5dce9dd18461205d9320bb705648fe44df328b.zip |
Implement bidi-sensitive word movement with arrow keys.
lisp/subr.el (right-arrow-command, left-arrow-command): Move to bindings.el.
lisp/bindings.el (right-char, left-char): Move from subr.el and
rename from right-arrow-command and left-arrow-command.
(right-word, left-word): New functions.
(global-map) <right>: Bind to right-char.
(global-map) <left>: Bind to left-char.
(global-map) <C-right>: Bind to right-word.
(global-map) <C-left>: Bind to left-word.
doc/emacs/basic.texi (Moving Point): Update due to renaming of commands bound
to arrows. Document bidi-aware behavior of C-<right> and C-<left>.
Diffstat (limited to 'lisp/emacs-lisp/macroexp.el')
0 files changed, 0 insertions, 0 deletions