From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lennart Borgman Subject: bug#5753: something, something, org-mode, shift-select, something Date: Sun, 9 Feb 2014 15:12:56 +0100 Message-ID: References: <87d2j5avwl.fsf@building.gnus.org> <878utkgz36.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bb040223a9d9e04f1f9d46f Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46251) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCV95-00085M-QJ for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 09:14:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WCV90-0001sF-Qu for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 09:14:07 -0500 Received: from debbugs.gnu.org ([140.186.70.43]:45428) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WCV90-0001s8-NI for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 09:14:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WCV90-0000hp-72 for emacs-orgmode@gnu.org; Sun, 09 Feb 2014 09:14:02 -0500 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <878utkgz36.fsf@bzg.ath.cx> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Bastien Cc: Lars Ingebrigtsen , 5753@debbugs.gnu.org --047d7bb040223a9d9e04f1f9d46f Content-Type: text/plain; charset=UTF-8 On Sun, Feb 9, 2014 at 3:06 PM, Bastien wrote: > Lars Ingebrigtsen writes: > > > Lennart Borgman 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- > > 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- > > 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! > > It would be very nice if the bug was gone, but please ask Jackson! --047d7bb040223a9d9e04f1f9d46f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
On S= un, Feb 9, 2014 at 3:06 PM, Bastien <bzg@gn= u.org> wrote:
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. =C2=A0Lennart, can you
be more specific?

Thanks!

It would be very nice if the bug was gone,= but please ask Jackson!=C2=A0

--047d7bb040223a9d9e04f1f9d46f--