[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#17777: 24.3.91; Word motion commands are broken
From: |
Juri Linkov |
Subject: |
bug#17777: 24.3.91; Word motion commands are broken |
Date: |
Sat, 14 Jun 2014 13:03:10 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu) |
For testing I tried to set `visual-order-cursor-movement' to t
and noticed that it breaks the word motion commands in keyboard macros.
Steps to reproduce:
0. emacs -Q
1. (setq visual-order-cursor-movement t)
2. (insert "word word word")
3. C-a C-x ( C-right right C-x ) C-x e e e ...
doesn't move point by words, only by characters.
This affects only arrow keys like `C-right' bound to `right-word'
in bindings.el. I tested non-arrow keys like `M-f', and they work fine.
- bug#17777: 24.3.91; Word motion commands are broken,
Juri Linkov <=