emacs-devel
[Top][All Lists]
Advanced

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

Re: Proposal: Bind backspace and delete like DEL in view-mode


From: Kai Großjohann
Subject: Re: Proposal: Bind backspace and delete like DEL in view-mode
Date: Thu, 20 Dec 2001 13:40:19 +0100
User-agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1.50 (i686-pc-linux-gnu)

address@hidden (Kim F. Storm) writes:

> Currently, view-mode only binds DEL to scroll backwards.
> This is probably ok for ttys, but it doesn't work under X
> (at least not in my setup).

Did you bind (kbd "<backspace>")?  Don't do that.  function-key-map
says to generate DEL when the user hits <backspace>.

Try "emacs -q -no-site-file" then C-h c <backspace>.  For me, this
reports "DEL runs the command backward-delete-char-untabify" or so.

Opinions?

kai
-- 
Simplification good!  Oversimplification bad!  (Larry Wall)



reply via email to

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