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

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

Re: Selection region and delete


From: Juha Nieminen
Subject: Re: Selection region and delete
Date: Wed, 25 Jul 2012 14:23:27 +0000 (UTC)
User-agent: tin/1.9.6-20100522 ("Lochruan") (UNIX) (Linux/3.1.10-grbfs-kapsi (x86_64))

Peter Dyballa <Peter_Dyballa@web.de> wrote:
> 
> Am 25.07.2012 um 11:57 schrieb Juha Nieminen:
> 
>> I didn't understand the answer. (Btw, I'm talking about the delete key,
>> not the backspace key.)
> 
> Is C-h k <delete key> producing the same description?

C-d (translated from <delete>) runs the command delete-char, which is
an interactive built-in function in `C source code'.

It is bound to C-d, <deletechar>.

(delete-char N &optional KILLFLAG)

Delete the following N characters (previous 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.


reply via email to

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