help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: simple editor required


From: Sam Halliday
Subject: Re: simple editor required
Date: Mon, 16 Jun 2003 11:47:12 +0100

Paul Edwards wrote:
> For technical curiosity though, why was everyone convinced
> the global-set-key would work?  And indeed it did work on
> Xemacs.  I would have thought this situation would have
> come up all the time for the presumably large number of
> people who want that behaviour of DEL doing a delete-char.

did anyone suggest

  (normal-erase-is-backspace-mode 0)

in ~/.emacs

if that doesnt do what you want, then replace the 0 with a 1. i know you
have it working, this is just out of curiosity.

this was something i had issues with when i started using emacs, but i
wanted the opposite to what you wanted. when i read the docs, it
basically said all DEL/BACKSPACE issues could be solved with that call.
but that may be more to do with emacs picking up key mappings
incorrectly.

reference:
http://www.gnu.org/manual/emacs/html_node/emacs_512.html

please excuse me if this post is redundant, but i guess everyone is a
little confused as to why things are a little bit borked on Paul's
machine (from the shear length of the thread for such a trivial issue)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]