From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: Delete in emacs on OS X Date: Thu, 10 Mar 2011 08:18:42 -0600 Message-ID: References: <20110310131112.GB18129@soloJazz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=55782 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PxghV-0002ke-Eh for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 09:18:50 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PxghQ-0000m5-8o for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 09:18:49 -0500 Received: from mail-bw0-f41.google.com ([209.85.214.41]:34190) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PxghQ-0000lv-21 for emacs-orgmode@gnu.org; Thu, 10 Mar 2011 09:18:44 -0500 Received: by bwz17 with SMTP id 17so2110929bwz.0 for ; Thu, 10 Mar 2011 06:18:43 -0800 (PST) In-Reply-To: <20110310131112.GB18129@soloJazz.com> 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: Juan Pechiar Cc: emacs-orgmode Juan/Richard: thanks for the suggestions. I'll try these when I'm home on the Mac. Perhaps I should have just been using C-d all along! John On Thu, Mar 10, 2011 at 7:11 AM, Juan Pechiar wrote: > Doing F1-k on backspace ("delete" key) gives: > > =C2=A0DEL (translated from ) runs the command > =C2=A0delete-backward-char > > And with delete (Fn-"delete") it says: > > =C2=A0DEL (translated from ) runs the command > =C2=A0delete-backward-char > > So both are mapped to DEL. > > You can fix this with > > =C2=A0(global-set-key [kp-delete] 'delete-char) > > Tested on > > =C2=A0GNU Emacs 24.0.50.1 (x86_64-apple-darwin, NS apple-appkit-1038.32) > =C2=A0of 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? >