From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Koppe Subject: Re: Org-Remember C-1 C-c C-c Date: Mon, 28 Feb 2011 09:54:48 +0000 (UTC) Message-ID: References: <871v2tjba1.fsf@norang.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from [140.186.70.92] (port=37385 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ptztr-0003AM-J6 for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 05:00:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ptzti-0005Bq-1P for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 05:00:12 -0500 Received: from lo.gmane.org ([80.91.229.12]:53651) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ptzth-0005Bm-Pa for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 05:00:10 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Ptztd-0005Yr-QV for emacs-orgmode@gnu.org; Mon, 28 Feb 2011 11:00:05 +0100 Received: from 137.71.23.54 ([137.71.23.54]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Feb 2011 11:00:05 +0100 Received: from andy.koppe by 137.71.23.54 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 28 Feb 2011 11:00:05 +0100 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: emacs-orgmode@gnu.org Matthew Sauer writes: > > Whenever I use Remember to shoot a note to a specific location I > > press C-1 and get the following error: > > M-[ 1 ; 5 q is undefined > The problem I was getting when I was pressing C-1 still exists but I believe > is due to incorrect mapping of Mintty/Cygwin (I am running on XP on the laptop) > as it works correctly in the windows version of emacs I have installed.  (it > also has issues with C-3 and other C-number combinations but that is a function > of Mintty I believe. You'll see similar issues in other terminal emulators, because there are no standard escape sequences for C-number combinations. The sequences sent by mintty are documented here: http://code.google.com/p/mintty/wiki/Keycodes#Number_and_symbol_keys So I'm afraid you'll need to map those manually. You don't say whether you were using the GUI or console version of Windows emacs, but either way there programs do get access to all key combinations via the relevant APIs, rather than having to deal with escape sequences. Andy