From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andreas Leha Subject: Re: C-S-up and C-S-down throws an error Date: Wed, 16 Oct 2013 14:01:26 +0200 Message-ID: <87bo2pctm1.fsf@med.uni-goettingen.de> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWPnP-0000Zr-B7 for emacs-orgmode@gnu.org; Wed, 16 Oct 2013 08:01:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWPnI-0005tT-0M for emacs-orgmode@gnu.org; Wed, 16 Oct 2013 08:01:47 -0400 Received: from plane.gmane.org ([80.91.229.3]:54670) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWPnH-0005tM-QH for emacs-orgmode@gnu.org; Wed, 16 Oct 2013 08:01:39 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VWPnG-0000uO-Rq for emacs-orgmode@gnu.org; Wed, 16 Oct 2013 14:01:38 +0200 Received: from genepi110.genepi.med.uni-goettingen.de ([134.76.140.110]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Oct 2013 14:01:38 +0200 Received: from andreas.leha by genepi110.genepi.med.uni-goettingen.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 16 Oct 2013 14:01:38 +0200 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: emacs-orgmode@gnu.org Hi Oleh, really great timing! I was just hit by this as well and along comes your message. Oleh 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