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: Ted Zlatanov
Subject: Re: Emacs completion matches selection UI
Date: Tue, 07 Jan 2014 11:12:54 -0500
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

On Mon, 06 Jan 2014 22:16:15 -0500 Stefan Monnier <address@hidden> wrote: 

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.

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

I find advised functions harder to debug, personally.

Ted




reply via email to

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