emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs completion matches selection UI


From: Stefan Monnier
Subject: Re: Emacs completion matches selection UI
Date: Mon, 06 Jan 2014 22:16:15 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

SM> We could do the above fairly easily with

SM> (add-function :around (lookup-key global-map [somekey])
SM>               (lambda (orig &rest args)
SM>                 (if (foop) (foo) (apply orig args))))

> Please, no.  It's a real pain to debug this with a user.

Not sure what you see as a debugging problem in the above.


        Stefan



reply via email to

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