all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Kill ring question
Date: Tue, 27 Nov 2007 15:25:07 +0100	[thread overview]
Message-ID: <85tzn7dav0.fsf@lola.goethe.zz> (raw)
In-Reply-To: mailman.4177.1196173021.18990.help-gnu-emacs@gnu.org

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

  parent reply	other threads:[~2007-11-27 14:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-27 13:30 Kill ring question Ke Lu
2007-11-27 14:15 ` Peter Dyballa
     [not found] ` <mailman.4177.1196173021.18990.help-gnu-emacs@gnu.org>
2007-11-27 14:25   ` David Kastrup [this message]
2007-11-27 15:18     ` Peter Dyballa
     [not found]     ` <mailman.4181.1196176718.18990.help-gnu-emacs@gnu.org>
2007-11-28  0:07       ` Ke Lu
2007-11-28 12:05         ` Ke Lu
2007-11-28 16:32           ` Peter Dyballa
     [not found]           ` <mailman.4260.1196267695.18990.help-gnu-emacs@gnu.org>
2007-11-28 23:52             ` Ke Lu
2007-11-27 14:57 ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85tzn7dav0.fsf@lola.goethe.zz \
    --to=dak@gnu.org \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.