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
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
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
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.
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
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
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
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
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
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
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)
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.
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
) 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
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
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
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-
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
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
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
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
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
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
:
>>
>> > 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
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
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
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
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
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.
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
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
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
-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
33 matches
Mail list logo