emacs-devel
[Top][All Lists]
Advanced

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

Re: [elpa] master 7a63b77: Add debbugs-*-tagged commands


From: Stefan Monnier
Subject: Re: [elpa] master 7a63b77: Add debbugs-*-tagged commands
Date: Thu, 21 Nov 2019 10:58:02 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

>>> +  (cl-letf (((symbol-function 'debbugs-gnu-show-reports)
>>> +        #'debbugs-org-show-reports))
>> Yuck.  If we keep this functionality, it'd be worth introducing some
>> variable that we can set buffer-locally here instead of having to
>> let-bind a function like that.
> We could do, but is it really that bad using letf?

It's like using an advice in your own code, only worse ;-)


        Stefan




reply via email to

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