[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
<backspace> and DEL
From: |
Sam Steingold |
Subject: |
<backspace> and DEL |
Date: |
11 Jan 2001 13:33:07 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.96 |
I want my backspace key (the one to the right of "+=") to invoke
`backward-delete-char-untabify' in all modes.
Unfortunately,
lisp-mode.el binds <backspace> to `delete-backward-char' and
DEL to `backward-delete-char-untabify', while
cc-langs.el binds <backspace> to `c-electric-backspace' (which DTRT) and
DEL to `delete-backward-char'.
This inconsistency is extremely annoying: there is no way to customize
emacs to always untabify on backspace.
(this is not a problem for me, I can use hooks &c, but what about the
users who are supposed to do all their customizations via customize?)
Thanks.
--
Sam Steingold (http://www.podval.org/~sds)
Support Israel's right to defend herself! <http://www.i-charity.com/go/israel>
Read what the Arab leaders say to their people on <http://www.memri.org/>
main(a){a="main(a){a=%c%s%c;printf(a,34,a,34);}";printf(a,34,a,34);}
- <backspace> and DEL,
Sam Steingold <=
- Re: <backspace> and DEL, Stefan Monnier, 2001/01/12
- Re: <backspace> and DEL, Sam Steingold, 2001/01/12
- documentation vs. customize (Re: <backspace> and DEL), Karl Eichwalder, 2001/01/12
- Re: documentation vs. customize (Re: <backspace> and DEL), Dave Love, 2001/01/15
- Re: documentation vs. customize (Re: <backspace> and DEL), Karl Eichwalder, 2001/01/17
- Re: documentation vs. customize (Re: <backspace> and DEL), Eli Zaretskii, 2001/01/17
- Re: documentation vs. customize (Re: <backspace> and DEL), Stefan Monnier, 2001/01/23
- Re: documentation vs. customize (Re: <backspace> and DEL), Karl Eichwalder, 2001/01/23
- Re: documentation vs. customize (Re: <backspace> and DEL), Eli Zaretskii, 2001/01/24
- Re: documentation vs. customize (Re: <backspace> and DEL), Karl Eichwalder, 2001/01/25