emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* 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

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).