emacs-devel
[Top][All Lists]
Advanced

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

Re: `mouse-save-then-kill' changes


From: Stefan Monnier
Subject: Re: `mouse-save-then-kill' changes
Date: Sun, 07 Nov 2010 14:01:18 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Now (Emacs 24) I have to (a) duplicate all of the code of
> `mouse-save-then-kill', (b) replace the 3 lines that delete or kill
> the region by a call to `foobar', and (c) change references to
> `mouse-save-then-kill' within the new command to the new command
> name - e.g. places where the code checks `(eq last-command
> 'mouse-save-then-kill)'.

Maybe you can use buffer-substring-filters instead?


        Stefan



reply via email to

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