From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: To re-assign keys ? Date: Sun, 15 Nov 2009 00:07:06 +0100 Message-ID: <87k4xs4sf9.fsf@gmx.de> References: <20091114165531.4615fd8b@mistral.stie> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N9RiE-0007sK-8K for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 18:07:22 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N9Ri7-0007qI-W0 for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 18:07:20 -0500 Received: from [199.232.76.173] (port=43859 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N9Ri7-0007qF-SE for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 18:07:15 -0500 Received: from mail.gmx.net ([213.165.64.20]:35203) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1N9Ri7-0004mw-7Z for emacs-orgmode@gnu.org; Sat, 14 Nov 2009 18:07:15 -0500 In-Reply-To: <20091114165531.4615fd8b@mistral.stie> (lanas@securenet.net's message of "Sat, 14 Nov 2009 16:55:31 -0500") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: lanas Cc: emacs-orgmode@gnu.org lanas writes: > Hello all, > > I use orgmode on a daily basis and it's great. Although it could be a > bit better if it was possible to copy/paste as in regular buffers. In > a regular buffer (eg. C, Perl code for instance) I use to select > characters inside a line of text: Shift-Crtl-Right Arrow. In orgmode > it does not work because, I suppose, this key sequence is used for > somethign else. How would one re-assign that key sequence to something > else so that the regular text selection can also be used in orgmode ? - > Thanks. > > Cheers. See: http://article.gmane.org/gmane.emacs.orgmode/10638/match=shift+selection I never use shift selection, since it's poor compared to C-SPACE in combination with emacs' moving commands. There are shortcuts to select paragraphs, sentences and so on. HTH Sebastian