[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 10/12] Pass offline to debbugs-gnu-show-reports as keyword; make
From: |
Felix Lechner |
Subject: |
[PATCH 10/12] Pass offline to debbugs-gnu-show-reports as keyword; make space for WSDL |
Date: |
Sun, 10 Mar 2024 12:00:47 -0700 |
Based on the ci-lib documentation in Emacs: "Note that it is not
possible to specify keyword arguments without specifying the optional
argument ... as well". [1]
[1] https://www.gnu.org/software/emacs/manual/html_node/cl/Argument-Lists.html
I could not find any places where the offline argument was passed.
---
debbugs-gnu.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index 8f23964711..2b3a1aaaa6 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -912,7 +912,7 @@ This function assumes the variable `user-mail-address' is
defined."
(replace-regexp-in-string "\\`\"\\|\"\\'" "" name)))
(cons string string)))
-(defun debbugs-gnu-show-reports (&optional offline)
+(cl-defun debbugs-gnu-show-reports (&key (offline nil))
"Show bug reports.
If OFFLINE is non-nil, the query is not sent to the server. Bugs
are taken from the cache instead."
--
2.41.0
- Re: Adding a SOAP server to Debbugs.el, (continued)
- Re: Adding a SOAP server to Debbugs.el, Felix Lechner, 2024/03/08
- Re: Adding a SOAP server to Debbugs.el, Michael Albinus, 2024/03/08
- Re: Adding a SOAP server to Debbugs.el, Felix Lechner, 2024/03/08
- Re: Adding a SOAP server to Debbugs.el, Michael Albinus, 2024/03/09
- [PATCH 00/12] Download WSDL for SOAP services from server, Felix Lechner, 2024/03/10
- [PATCH 02/12] Fix docstring for :affects., Felix Lechner, 2024/03/10
- [PATCH 03/12] Fix description in docstring for debbugs-ports., Felix Lechner, 2024/03/10
- [PATCH 05/12] Pass query to debbugs-get-bugs as a list; make space for WSDL., Felix Lechner, 2024/03/10
- [PATCH 07/12] Pass query to debbugs-search-est as a list; make space for WSDL., Felix Lechner, 2024/03/10
- [PATCH 06/12] Pass query to debbugs-get-usertag as a list; make space for WSDL., Felix Lechner, 2024/03/10
- [PATCH 10/12] Pass offline to debbugs-gnu-show-reports as keyword; make space for WSDL,
Felix Lechner <=
- [PATCH 01/12] Don't hardcode gnu.org as debbugs-port for Gnus interface., Felix Lechner, 2024/03/10
- [PATCH 08/12] Pass bug-numbers to debbugs-get-status as a list; make space for WSDL., Felix Lechner, 2024/03/10
- [PATCH 04/12] Download WSDL specification dynamically from selected server., Felix Lechner, 2024/03/10
- [PATCH 09/12] Pass parameters to debbugs-soap-invoke-async as a list; make space for WSDL., Felix Lechner, 2024/03/10
- [PATCH 12/12] Download WSDL early and propagate it via keyword arguments., Felix Lechner, 2024/03/10
- [PATCH 11/12] Offer keyword arguments for WSDL to avoid repeated downloads., Felix Lechner, 2024/03/10
- Re: [PATCH 00/12] Download WSDL for SOAP services from server, Michael Albinus, 2024/03/12