From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Pechiar Subject: Re: Delete in emacs on OS X Date: Thu, 10 Mar 2011 11:11:12 -0200 Message-ID: <20110310131112.GB18129@soloJazz.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=48239 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxfeC-0003bK-CQ for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 08:11:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxfeA-0001Ru-Vj for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 08:11:20 -0500 Received: from oproxy1-pub.bluehost.com ([66.147.249.253]:34744) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1PxfeA-0001RQ-Po for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 08:11:18 -0500 Content-Disposition: inline In-Reply-To: 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: John Hendy Cc: emacs-orgmode Doing F1-k on backspace ("delete" key) gives: DEL (translated from ) runs the command delete-backward-char And with delete (Fn-"delete") it says: DEL (translated from ) runs the command delete-backward-char So both are mapped to DEL. You can fix this with (global-set-key [kp-delete] 'delete-char) Tested on GNU Emacs 24.0.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.32) of 2010-06-21 on black.porkrind.org Personally, I'm used to C-d, M-d, etc. for forward deleting. Saludos, .j. On Wed, Mar 09, 2011 at 08:33:49PM -0600, John Hendy wrote: > I finally installed emacs/orgmode (using gnu emacs) on my OS X > ... I can't figure out what key combo provides "delete." Fn+delete > behaves like backspace. In my searching, I found reference to C-?, > but that comes up as unrecognized. > > How do I delete?