From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleh Subject: C-S-up and C-S-down throws an error Date: Tue, 15 Oct 2013 17:19:10 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=f46d041826f24be5e404e8c91ba6 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47877) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW6Ov-0006wY-HP for emacs-orgmode@gnu.org; Tue, 15 Oct 2013 11:19:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VW6Ou-000238-B7 for emacs-orgmode@gnu.org; Tue, 15 Oct 2013 11:19:13 -0400 Received: from mail-wg0-x236.google.com ([2a00:1450:400c:c00::236]:40174) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW6Ou-00022r-4F for emacs-orgmode@gnu.org; Tue, 15 Oct 2013 11:19:12 -0400 Received: by mail-wg0-f54.google.com with SMTP id c11so3122482wgh.33 for ; Tue, 15 Oct 2013 08:19:10 -0700 (PDT) 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: org mode --f46d041826f24be5e404e8c91ba6 Content-Type: text/plain; charset=ISO-8859-1 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 --f46d041826f24be5e404e8c91ba6 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
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=A0
just says to me that I made an error. Or is it an advertisement for sh= ift-selection:)?

I've got global windmove bind= ings 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)] n= il)
(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 tw= o...

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







--f46d041826f24be5e404e8c91ba6--