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

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

Re: Kill ring question


From: Bastien
Subject: Re: Kill ring question
Date: Tue, 27 Nov 2007 14:57:06 +0000
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.0 (gnu/linux)

Ke Lu <lu@luxdo.jp> writes:

> Is there any way to switch kill ring/delete?
> In some case, I just want delete text, not kill.

I would rather add a key for this, not toggling delete/kill:

  (global-set-key (kbd "C-S-w") 'delete-region)

-- 
Bastien




reply via email to

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