From: Juan Pechiar <juan@pechiar.com>
To: John Hendy <jw.hendy@gmail.com>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: Delete in emacs on OS X
Date: Thu, 10 Mar 2011 11:11:12 -0200 [thread overview]
Message-ID: <20110310131112.GB18129@soloJazz.com> (raw)
In-Reply-To: <AANLkTik4foEzG6pGfwv98-=KoAq-ETjfuNE6PczK_ej6@mail.gmail.com>
Doing F1-k on backspace ("delete" key) gives:
DEL (translated from <backspace>) runs the command
delete-backward-char
And with delete (Fn-"delete") it says:
DEL (translated from <kp-delete>) 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?
next prev parent reply other threads:[~2011-03-10 13:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-10 2:33 Delete in emacs on OS X John Hendy
2011-03-10 6:04 ` Richard Lawrence
2011-03-10 13:11 ` Juan Pechiar [this message]
2011-03-10 14:18 ` John Hendy
2011-03-10 18:59 ` Samuel Wales
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110310131112.GB18129@soloJazz.com \
--to=juan@pechiar.com \
--cc=emacs-orgmode@gnu.org \
--cc=jw.hendy@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).