From: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann)
Subject: Re: Inconsistant Delete Key
Date: Fri, 13 Sep 2002 23:47:46 +0200 [thread overview]
Message-ID: <vaf65x9r27x.fsf@lucy.cs.uni-dortmund.de> (raw)
In-Reply-To: yBrg9.248402$eK6.6841623@twister.austin.rr.com
"CarlC" <carlc@snowbd.com> writes:
> "Kai Großjohann" <Kai.Grossjohann@CS.Uni-Dortmund.DE> wrote in message
> news:vafu1kv8d6n.fsf@lucy.cs.uni-dortmund.de...
>> "CarlC" <carlc@snowbd.com> writes:
>>
>> > Here is the describe key output from my to edit sessions:
>> >
>> > ---------------------------------------------
>> > GOOD:
>> > DEL runs the command delete-char
>> > --------------------------------------------------------
>> > BAD:
>> > DEL runs the command backward-delete-char-untabify
>>
>> I think that you have a statement that binds DEL to delete-char in
>> your ~/.emacs file. Don't do that.
>
> I have [delete] bound to delete-char. I don't have any references to DEL.
That's okay, then. (You don't have reference to ^? or C-? either,
right? Okay, okay, just a check.)
>> You should arrange that Emacs sees <delete> when you hit the delete
>> key and DEL when you hit the backspace key. DEL is ascii 127.
>
> I _believe_ that my "delete" key sends 127 and my "backspace" key send ^H.
Whee. So what might be wrong? Does it help to frob
normal-erase-is-backspace (from customize only, use function
normal-erase-is-backspace-mode from Lisp)?
And then, you can still do
(define-key emacs-lisp-mode-map (kbd "<delete>") 'delete-char)
I wonder if that does anything useful. (It takes effect only for
*.el files.)
kai
--
~/.signature is: umop 3p!sdn (Frank Nobis)
prev parent reply other threads:[~2002-09-13 21:47 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-06 15:32 Inconsistant Delete Key CarlC
2002-09-09 8:47 ` John McCabe
2002-09-09 13:49 ` CarlC
2002-09-09 16:30 ` John McCabe
2002-09-10 8:32 ` John McCabe
2002-09-10 21:43 ` CarlC
2002-09-10 9:03 ` Kai Großjohann
2002-09-10 21:32 ` CarlC
2002-09-11 8:26 ` John McCabe
2002-09-11 12:46 ` CarlC
2002-09-12 15:01 ` Kai Großjohann
2002-09-13 20:09 ` CarlC
2002-09-13 21:47 ` Kai Großjohann [this message]
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=vaf65x9r27x.fsf@lucy.cs.uni-dortmund.de \
--to=kai.grossjohann@cs.uni-dortmund.de \
/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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.