Re: [PATCH] Re: org-metashiftleft/right should honor org-support-shift-select

2022-07-31 Thread Ihor Radchenko
Ihor Radchenko writes: > Subject: [PATCH] Make org-shiftmetaleft/org-shiftmetaright honour shift-select > on MacOS No response has been received. I decided to merge the patch. Applied onto main via b4d7a24f0. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/comm

[PATCH] Re: org-metashiftleft/right should honor org-support-shift-select

2021-11-23 Thread Ihor Radchenko
Carlos Pita writes: > Hi all, > > on macOS option-shift-left / right extend the selection by one word. > Emacs by default binds meta-shift-left / right in a way that is > compatible with the system shortcuts. But org-mode interferes with > these bindings even when org-support

org-metashiftleft/right should honor org-support-shift-select

2021-11-14 Thread Carlos Pita
Hi all, on macOS option-shift-left / right extend the selection by one word. Emacs by default binds meta-shift-left / right in a way that is compatible with the system shortcuts. But org-mode interferes with these bindings even when org-support-shift-select is t. OTOH, an effort has been done to

Re: [PATCH] org-shift*: Honor org-support-shift-select for table cell movement

2020-04-09 Thread Kyle Meyer
Kyle Meyer writes: > Here's a patch that prevents calling org-table-move-cell-* when > org-support-shift-select is `always'. I'll apply this in a day or two > if no one chimes in to explain why org-table-move-cell-* shouldn't > consider org-support-shift-select. Applied in 06c7a54f0.

[PATCH] org-shift*: Honor org-support-shift-select for table cell movement

2020-04-07 Thread Kyle Meyer
Kyle Meyer writes: > The change in behavior happened with 09f950723 (Added keybindings for > `org-table-move-cell-*' functions), which was a part of the v9.3 > release. Looking at that commit and scanning the associated thread [^], > I'm guessing the interaction with or

Re: Bug: org-shiftright etc. do not respect org-support-shift-select [9.3.6 (9.3.6-elpa @ /home/vladimir/.emacs.d/elpa/org-9.3.6/)]

2020-04-06 Thread Kyle Meyer
Vladimir Panteleev writes: > I have org-support-shift-select set to 'always. As such, when editing > tables, I expect that Shift + arrow keys to enable Emacs shift > selection. Instead, it moves table cells around. > > This behavior did not exist in Org 9.1.9. The change

Bug: org-shiftright etc. do not respect org-support-shift-select [9.3.6 (9.3.6-elpa @ /home/vladimir/.emacs.d/elpa/org-9.3.6/)]

2020-04-05 Thread vladimir
I have org-support-shift-select set to 'always. As such, when editing tables, I expect that Shift + arrow keys to enable Emacs shift selection. Instead, it moves table cells around. This behavior did not exist in Org 9.1.9. The documentation of org-support-shift-select should also be up

Bug: org-shiftright etc. do not respect org-support-shift-select [9.3.6 (9.3.6-elpa @ /home/vladimir/.emacs.d/elpa/org-9.3.6/)]

2020-04-05 Thread Vladimir Panteleev
Hello, I have org-support-shift-select set to 'always. As such, when editing tables, I expect that Shift + arrow keys to enable Emacs shift selection. Instead, it moves table cells around. This behavior did not exist in Org 9.1.9. The documentation of org-support-shift-select should al

Re: Shift select

2020-03-06 Thread Neil Jerram
On Fri, 6 Mar 2020 at 08:17, Josh wrote: > One more question, > > I turned on shift-select with the following line in my .emacs. It works, > but of course, on headings, it doesn't work because it changes the TODO > status of the heading (shift left-right) or the priority of

Shift select

2020-03-06 Thread Josh
One more question, I turned on shift-select with the following line in my .emacs. It works, but of course, on headings, it doesn't work because it changes the TODO status of the heading (shift left-right) or the priority of the heading (shift up-down). How would I make shift select still

[O] bug#4249: CUA + shift-select-mode; org-mode and CUA

2014-02-13 Thread Glenn Morris
Version: 24.4 David Reitter wrote: > CUA mode and shift-select-mode don't seem to be aware of each other. > > If I turn on CUA first, and then shift-select-mode, shifted selection > fails (e.g. shift-right marks only one character as region). > > Emacs -Q > (cua-mode 1)

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

2014-02-11 Thread Lennart Borgman
On Tue, Feb 11, 2014 at 6:12 PM, N. Jackson wrote: > Bastien writes: > > > nljlistb...@gmail.com (N. Jackson) writes: > > > >> In Emacs 24.3.1 (as, I believe, in Emacs 23), the S- just moves > >> the cursor, no selection is highlighted, and the C-x fails to remove > >> the "a" to the clipboard.

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

2014-02-11 Thread Bastien
nljlistb...@gmail.com (N. Jackson) writes: > Bastien, you misunderstood what I wrote (sorry). > > I _did_ build 24.3.50(.1) from the current (yesterday's) trunk from > Bazaar. I was confused because my Emacs version is 24.3.50.6 so I thought you had an much older one... > And, assuming the failu

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

2014-02-11 Thread N. Jackson
) from the current (yesterday's) trunk from Bazaar. And, assuming the failure of shift selection in cua-mode _is_ the bug the OP was reporting (I was never clear about that), then the bug _is_ fixed using that build, as I wrote here: >> In any case, with both recipes, Org behaves correc

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

2014-02-11 Thread Bastien
nljlistb...@gmail.com (N. Jackson) writes: > Ah, that sounds like the start of a new adventure... > > ... which went _far_ more smoothly than I expected! I am now testing > with GNU Emacs 24.3.50.1 Repository revision: 116400 and Org-mode > version 8.2.5c. Yes, sorry, I meant "emacs -Q" in my rec

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

2014-02-11 Thread N. Jackson
has been working fine for a few years: ;; This snippet from jisang-yoo on reddit to enable shift select in ;; org mode when cua-mode is on. (eval-after-load "org" '(progn (eval-after-load "cua-base" '(progn

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

2014-02-11 Thread N. Jackson
ected! I am now testing with GNU Emacs 24.3.50.1 Repository revision: 116400 and Org-mode version 8.2.5c. >> ~$ 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-

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

2014-02-11 Thread N. Jackson
24.3 [2], either of the settings (setq org-support-shift-select t) or (setq org-support-shift-select (quote always)) will enable shift selection in org-mode, as described in C-h v org-support-shift-select RET _only if_ cua-mode is turned off. But if cua-made is turned on, shift

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

2014-02-11 Thread N. Jackson
The following message is a courtesy copy of an article that has been posted to gnu.emacs.bug as well. 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

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

2014-02-09 Thread Bastien
Hi Jackson, thanks for your thorough reply. Can you try the two recipes I gave here: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=5753#26 and tell me where it does not produce the expected output? Thanks in advance, -- Bastien

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

2014-02-09 Thread Bastien
Hi Jackson, can you tell me what exactly the bug is wrt cua-mode and org-mode? See my previous recipes in this thread for references. If the bug is here for Emacs 24.3, can you try downloading and installing the latest Org stable version (http://orgmode.org) and see if the bug is still there? T

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

2014-02-09 Thread Lennart Borgman
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 > >&g

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

2014-02-09 Thread Bastien
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 stil

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

2014-02-09 Thread Lennart Borgman
: >> >> > 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 >> > &g

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

2014-02-09 Thread Lennart Borgman
On Sun, Feb 9, 2014 at 2:25 AM, N. Jackson wrote: > The following message is a courtesy copy of an article > that has been posted to gnu.emacs.bug as well. > > Lars Ingebrigtsen writes: > > > Lennart Borgman writes: > > > >> Shift-select in cua-mode does no

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

2014-02-02 Thread Lars Ingebrigtsen
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? -- (domestic pets only, the ant

Re: [O] org-support-shift-select and aquamacs

2012-01-26 Thread Alan Schmitt
On 26 Jan 2012, at 14:41, Alan Schmitt wrote: Hello, I'm trying to use shift selection in the text part of org files, so I set "org-support-shift-select" to "t". Unfortunately it does not work: nothing happens when I try to select text using shift and arrow key

[O] org-support-shift-select and aquamacs

2012-01-26 Thread Alan Schmitt
Hello, I'm trying to use shift selection in the text part of org files, so I set "org-support-shift-select" to "t". Unfortunately it does not work: nothing happens when I try to select text using shift and arrow keys. I'm using Aquamacs 3 (compiled yesterday) an

[Orgmode] Re: Bug with cua-mode & org-support-shift-select

2010-02-01 Thread Ivan
I see no way to disable shift-select handling in CUA. CUA on initializing disables shift-select-mode, and also if try to enable later, we got bug http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=4249 : CUA mode and shift-select-mode don't seem to be aware of each other.

Re: [Orgmode] Bug with cua-mode & org-support-shift-select

2010-01-31 Thread Ryan Thompson
Vanilla emacs now has shift selection (as of version 23?), so try disabling shift select in CUA and enabling the standard shift select. M-x customize-variable shift-select-mode On Sun, Jan 31, 2010 at 2:36 PM, Ivan Vanyushkin wrote: > Hello. > > I want to use C-x/C-c/C-v and Shi

[Orgmode] Bug with cua-mode & org-support-shift-select

2010-01-31 Thread Ivan Vanyushkin
Hello. I want to use C-x/C-c/C-v and Shift-arrows selection with org-mode. GNU Emacs 23.1.50.1, org-mode 6.34, .emacs: (cua-mode 1) (setq org-support-shift-select t) If this two options are on, then Shift key selection with arrow keys doesn't work: no selection, just cursor move

[Orgmode] Re: 23.0.60; org-mode does not honour shift-select-mode

2009-01-20 Thread Andreas Amann
I just tested this patch, and can confirm that it works and solves my problem. Thanks! Btw: I never associated shift-select with windows (which I have no experience with). Wasn't shift-select available with Motif since the mid 90's? Andreas On Mon, Jan 19, 2009 at 09:54:31PM +010

[Orgmode] Re: 23.0.60; org-mode does not honour shift-select-mode

2009-01-19 Thread Carsten Dominik
-19 21:52:10.0 +0100 +++ org.el 2009-01-19 21:52:42.0 +0100 @@ -246,7 +246,7 @@ :group 'org-startup :type 'boolean) -(defcustom org-replace-disputed-keys nil +(defcustom org-replace-disputed-keys shift-select-mode "Non-nil means use alternative key bi