* Turn on hungry delete for a buffer
@ 2007-03-21 12:33 Eric Lilja
2007-03-21 12:53 ` Daniel Rubin
[not found] ` <mailman.1186.1174481724.7795.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 4+ messages in thread
From: Eric Lilja @ 2007-03-21 12:33 UTC (permalink / raw)
To: help-gnu-emacs
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?
- Eric
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Turn on hungry delete for a buffer
2007-03-21 12:33 Turn on hungry delete for a buffer Eric Lilja
@ 2007-03-21 12:53 ` Daniel Rubin
[not found] ` <mailman.1186.1174481724.7795.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 4+ messages in thread
From: Daniel Rubin @ 2007-03-21 12:53 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Turn on hungry delete for a buffer
[not found] ` <mailman.1186.1174481724.7795.help-gnu-emacs@gnu.org>
@ 2007-03-22 10:48 ` Eric Lilja
2007-03-22 11:52 ` Daniel
0 siblings, 1 reply; 4+ messages in thread
From: Eric Lilja @ 2007-03-22 10:48 UTC (permalink / raw)
To: help-gnu-emacs
On 21 Mar, 13:53, Daniel Rubin <dan...@warum-ada.de> wrote:
> 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.
Yields no match. :-(
> Additionally, C-c C-d performs a single hungry delete.
C-c C-d: undefined.
>
> Have fun
> ----Daniel
- Eric
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Turn on hungry delete for a buffer
2007-03-22 10:48 ` Eric Lilja
@ 2007-03-22 11:52 ` Daniel
0 siblings, 0 replies; 4+ messages in thread
From: Daniel @ 2007-03-22 11:52 UTC (permalink / raw)
To: help-gnu-emacs
Eric Lilja wrote:
> On 21 Mar, 13:53, Daniel Rubin <dan...@warum-ada.de> wrote:
>> 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.
>
> Yields no match. :-(
>
>> Additionally, C-c C-d performs a single hungry delete.
>
> C-c C-d: undefined.
Is CC mode loaded? (Have you opened a C file before or explicitly did
M-x load-library RET cc-mode RET?)
What does M-x c-version RET give?
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-03-22 11:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-21 12:33 Turn on hungry delete for a buffer Eric Lilja
2007-03-21 12:53 ` Daniel Rubin
[not found] ` <mailman.1186.1174481724.7795.help-gnu-emacs@gnu.org>
2007-03-22 10:48 ` Eric Lilja
2007-03-22 11:52 ` Daniel
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.