emacs-orgmode
[Top][All Lists]
Advanced

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

[O] bug#5753: something, something, org-mode, shift-select, something


From: Bastien
Subject: [O] bug#5753: something, something, org-mode, shift-select, something
Date: Sun, 09 Feb 2014 15:06:21 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Lars Ingebrigtsen <address@hidden> writes:

> Lennart Borgman <address@hidden> writes:
>
>> Shift-select in cua-mode does not work in org-mode although
>> org-replace-disputed-keys is t, org-disputed-keys are set for shift
>> arrow keys and org-support-shift-select is always
>
> Is this problem still present in Emacs 24.3?

With Emacs from trunk:

~$ emacs RET
C-x C-f test.org RET
M-x cua-mode RET
M-: (setq org-support-shift-select t) RET
M-: (insert "blahblah") RET
C-a
S-<right>

will select correctly here.

~$ emacs RET
M-: (setq org-support-shift-select t) RET
M-: (setq org-replace-disputed-keys t) RET
M-: (insert "* A headline") RET
C-a
S-<right>

will also select correctly instead of switching the TODO keyword.

So I'm not really sure what is the bug here.  Lennart, can you
be more specific?

Thanks!

-- 
 Bastien





reply via email to

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