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

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

Re: Turn on hungry delete for a buffer


From: Daniel Rubin
Subject: Re: Turn on hungry delete for a buffer
Date: Wed, 21 Mar 2007 13:53:30 +0100
User-agent: Thunderbird 1.5.0.5 (X11/20060813)

Eric Lilja wrote:
Hello, I'm using this emacs: GNU Emacs 22.0.93.1 (i386-mingw-
nt5.1.2600) of 2007-02-20 on MINDCOOLER

I wanted to turn on hungry delete for a buffer, so I did:
M-:
eval: (setq c-toggle-hungry-state 1)
But hungry delete wasn't turned on...I still have to do one C-d per
space. What did I do wrong?
`c-toggle-hungry-state' is a function, not a variable.
Try M-x c-toggle-hungry-state RET instead.
Additionally, C-c C-d performs a single hungry delete.

Have fun
----Daniel




reply via email to

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