[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] master 7a63b77: Add debbugs-*-tagged commands
From: |
Michael Albinus |
Subject: |
Re: [elpa] master 7a63b77: Add debbugs-*-tagged commands |
Date: |
Thu, 21 Nov 2019 16:54:57 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Stefan Monnier <address@hidden> writes:
>> + (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?
OTOH I doubt that debbugs-org is used by many users, rather by nobody. I
haven't seen any question about for years. So I'm in the mood to stop
it.
> Stefan
Best regards, Michael.