|
| From: | Kevin Rodgers |
| Subject: | Re: Kill ring and backward-kill-word |
| Date: | Wed, 14 Dec 2005 17:35:04 -0700 |
| User-agent: | Mozilla Thunderbird 0.9 (X11/20041105) |
Shug Boabby wrote:
Well, you know M-y don't you?yes, but that's a pain. it's a whole extra command to do something i do regularly. i never *ever* want to delete a single word and then wish to yank it somewhere else, so i want my setup to reflect this.
(defadvice backward-kill-word (around disable-cut activate)
"Temporarily bind `interprogram-cut-function' to nil."
(let ((interprogram-cut-function nil))
ad-do-it))
--
Kevin Rodgers
| [Prev in Thread] | Current Thread | [Next in Thread] |