* C-S-up and C-S-down throws an error
@ 2013-10-15 15:19 Oleh
2013-10-16 12:01 ` Andreas Leha
2013-11-05 17:22 ` Bastien
0 siblings, 2 replies; 3+ messages in thread
From: Oleh @ 2013-10-15 15:19 UTC (permalink / raw)
To: org mode
[-- Attachment #1: Type: text/plain, Size: 913 bytes --]
Hi all,
Pressing these key-chords just gives:
user-error: To use shift-selection with Org-mode, customize
`org-support-shift-select'
I don't think that it's very productive to occupy a key binding with a
function that
just says to me that I made an error. Or is it an advertisement for
shift-selection:)?
I've got global windmove bindings on C- arrows, and buffer-move on C-S-
arrows,
so now I have to set specifically:
(define-key org-mode-map [(control shift right)] nil)
(define-key org-mode-map [(control shift left)] nil)
(define-key org-mode-map [(control shift up)] nil)
(define-key org-mode-map [(control shift down)] nil)
I don't feel bad about the other two bindings, because they were actually
doing something
useful, but these two...
I think a way out of this is either enabling `org-support-shift-select' by
default,
or not to bind these key chords. But that's just my opinion.
regards,
Oleh
[-- Attachment #2: Type: text/html, Size: 1373 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: C-S-up and C-S-down throws an error
2013-10-15 15:19 C-S-up and C-S-down throws an error Oleh
@ 2013-10-16 12:01 ` Andreas Leha
2013-11-05 17:22 ` Bastien
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Leha @ 2013-10-16 12:01 UTC (permalink / raw)
To: emacs-orgmode
Hi Oleh,
really great timing! I was just hit by this as well and along comes
your message.
Oleh <ohwoeowho@gmail.com> writes:
> Hi all,
>
> Pressing these key-chords just gives:
>
> user-error: To use shift-selection with Org-mode, customize
> `org-support-shift-select'
>
> I don't think that it's very productive to occupy a key binding with a
> function that
> just says to me that I made an error. Or is it an advertisement for
> shift-selection:)?
I agree here.
>
> I've got global windmove bindings on C- arrows, and buffer-move on
> C-S- arrows,
> so now I have to set specifically:
>
> (define-key org-mode-map [(control shift right)] nil)
> (define-key org-mode-map [(control shift left)] nil)
> (define-key org-mode-map [(control shift up)] nil)
> (define-key org-mode-map [(control shift down)] nil)
>
Thanks for sharing that. I am using that right now as well.
> I don't feel bad about the other two bindings, because they were
> actually doing something
> useful, but these two...
>
> I think a way out of this is either enabling
> `org-support-shift-select' by default,
> or not to bind these key chords. But that's just my opinion.
Since it can be circumvented quiet easily I do not have a (too) strong
aversion against these binding any more. But I agree that these
binding are useless and, thus, should not be set by default.
Regards,
Andreas
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: C-S-up and C-S-down throws an error
2013-10-15 15:19 C-S-up and C-S-down throws an error Oleh
2013-10-16 12:01 ` Andreas Leha
@ 2013-11-05 17:22 ` Bastien
1 sibling, 0 replies; 3+ messages in thread
From: Bastien @ 2013-11-05 17:22 UTC (permalink / raw)
To: Oleh; +Cc: org mode
Hi Oleh,
Oleh <ohwoeowho@gmail.com> writes:
> I think a way out of this is either enabling
> `org-support-shift-select' by default,
> or not to bind these key chords. But that's just my opinion.
I agree `org-support-shift-select' should be `t' by default,
maybe Mike's survey will help deciding what's useful.
--
Bastien
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-05 17:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-15 15:19 C-S-up and C-S-down throws an error Oleh
2013-10-16 12:01 ` Andreas Leha
2013-11-05 17:22 ` Bastien
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).