emacs-devel
[Top][All Lists]
Advanced

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

Re: "If you're still seeing problems, please reopen." [Was: bug#25148:]


From: Andreas Schwab
Subject: Re: "If you're still seeing problems, please reopen." [Was: bug#25148:]
Date: Mon, 18 Nov 2019 11:10:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)

On Nov 18 2019, Lars Ingebrigtsen wrote:

> Michael Albinus <address@hidden> writes:
>
>> 'C-u g' is supposed to refresh the bugs status in a debbugs-gnu list.
>
> Hm...  This command?
>
> (defun debbugs-gnu-rescan ()
>   "Rescan the current set of bug reports."
>   (interactive)
>   (let ((id (debbugs-gnu-current-id))
>       (debbugs-gnu-current-query debbugs-gnu-local-query)
>       (debbugs-gnu-current-filter debbugs-gnu-local-filter)
>       (debbugs-gnu-current-suppress debbugs-gnu-local-suppress)
>       (debbugs-cache-expiry (if current-prefix-arg t debbugs-cache-expiry)))
>
> Oh!  That's an odd way to do a prefix.  :-)

I think any use of current-prefix-arg outside of an interactive spec is
a bug.

Andreas.

-- 
Andreas Schwab, SUSE Labs, address@hidden
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE  1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."



reply via email to

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