emacs-devel
[Top][All Lists]
Advanced

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

Re: Enhance word-based commands?


From: Kai Großjohann
Subject: Re: Enhance word-based commands?
Date: Fri, 17 Jan 2003 12:48:36 +0100
User-agent: Gnus/5.090013 (Oort Gnus v0.13) Emacs/21.3.50 (i686-pc-linux-gnu)

address@hidden (Kim F. Storm) writes:

> I'm working on a more flexible yank functionality where you can
> actually mark killed text as e.g. a word and have it inserted
> intelligently using a dedicated `yank-word' function (rather than a
> dumb insert).

Hey, cool!

However, I think just changing yanking is not enough, I think it would
also be useful to change killing.  Hm.  How to explain...  In C code,
it might be useful to kill "*var" as a unit, and this is not currently
possible with backwards killing:

a = *b + c;

(I have no idea if this is valid C code...)  Suppose you want to kill
"*b".  Using M-DEL won't do it.
-- 
Ambibibentists unite!




reply via email to

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