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

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

Re: Kill ring question


From: David Kastrup
Subject: Re: Kill ring question
Date: Tue, 27 Nov 2007 15:25:07 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.50 (gnu/linux)

Peter Dyballa <Peter_Dyballa@Web.DE> writes:

> Am 27.11.2007 um 14:30 schrieb Ke Lu:
>
>> In some case, I just want delete text, not kill.
>
>
>       M-x delete-region
>
> or
>
>       C-u <number> BS

The latter does not help:

DEL (translated from <backspace>) runs the command delete-backward-char
  which is an interactive built-in function in `C source code'.
It is bound to DEL.
(delete-backward-char N &optional KILLFLAG)

Delete the previous N characters (following if N is negative).
Optional second arg KILLFLAG non-nil means kill instead (save in kill ring).
Interactively, N is the prefix arg, and KILLFLAG is set if
N was explicitly specified.


-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


reply via email to

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