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

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

Re: undo custom delete


From: Shug Boabby
Subject: Re: undo custom delete
Date: 5 Oct 2005 02:08:49 -0700
User-agent: G2/0.2

> I, for one, was unable to recreate either symptom you describe.

err... sorry, i don't know what i was thinking; for some reason i had
imagined that the normal delete returned whole words instead of
character at a time. i guess i should have checked this explicitly
before posting. i must have been thinking about undo after you type a
whole word.

but this does raise another question... is there a way to undo deletion
of a complete word in the same way that undo would undo the typing of a
complete word? surely it must be do-able, the logic being something
recursive like "if (last action was delete char) and (char not
whitespace), then (undo last action) and (repeat this loop), else
(break)".

sorry for not checking!



reply via email to

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