emacs-devel
[Top][All Lists]
Advanced

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

Re: delete-selection-mode


From: Stefan Monnier
Subject: Re: delete-selection-mode
Date: Fri, 26 Mar 2010 16:13:11 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> I think without any letter is better than trying to find suitable
> letters whose mnemonics is not obvious.

>   (interactive
>     (list
>       (progn
>         (handle-delete-region 'supersede)
>         current-prefix-arg)))

> is not hard to use for a few commands.

Fine by me.  For DEL in any case, the behavior is trickier because it
should end up not even executing the function (all the processing is
done in the interactive spec).


        Stefan




reply via email to

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