From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tassilo Horn Subject: Re: org-mode completion tip Date: Tue, 09 Nov 2010 16:53:20 +0100 Message-ID: <87eiautrwv.fsf@thinkpad.tsdh.de> References: <4CD42213.20401@ccbr.umn.edu> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=33591 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFqVt-0001wm-Gj for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 10:53:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFqVr-0004jE-At for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 10:53:37 -0500 Received: from lo.gmane.org ([80.91.229.12]:52503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFqVr-0004iL-5K for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 10:53:35 -0500 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PFqVp-0003q5-1A for emacs-orgmode@gnu.org; Tue, 09 Nov 2010 16:53:33 +0100 Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Nov 2010 16:53:33 +0100 Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 09 Nov 2010 16:53:33 +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 Erik Iverson writes: Hi Erik, > However, just this morning I discovered you can use > C-M-i in as an alternative to M- in emacs, so that > completion also works with that key chord. Yes, because C-i and TAB are the same ASCII char, just like C-m and RET. Emacs can distinguish between them, but in general (and especially wtr. keybindings), they are treated identically. Bye, Tassilo