-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdebbugs-org.el
393 lines (330 loc) · 14.2 KB
/
debbugs-org.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
;;; debbugs-org.el --- Org-mode interface for the GNU bug tracker -*- lexical-binding:t -*-
;; Copyright (C) 2013-2025 Free Software Foundation, Inc.
;; Author: Michael Albinus <michael.albinus@gmx.de>
;; Keywords: comm, hypermedia, maint, outlines
;; Package: debbugs
;; This file is not part of GNU Emacs.
;; This program is free software: you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software Foundation, either version 3 of the License, or
;; (at your option) any later version.
;; This program is distributed in the hope that it will be useful,
;; but WITHOUT ANY WARRANTY; without even the implied warranty of
;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;; GNU General Public License for more details.
;; You should have received a copy of the GNU General Public License
;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
;;; Commentary:
;; This package provides an interface to bug reports which are located
;; on the GNU bug tracker debbugs.gnu.org. Its main purpose is to
;; show and manipulate bug reports as org-mode TODO items.
;; Retrieving bugs is performed in a separate thread. This is
;; controlled by user option `debbugs-org-use-threads'. Set it to nil
;; if you want to change this behavior.
;; The bug tracker is called interactively by
;;
;; M-x debbugs-org
;; It asks for the severities, for which bugs shall be shown. This can
;; be either just one severity, or a list of severities, separated by
;; comma. Valid severities are "serious", "important", "normal",
;; "minor" or "wishlist". Severities "critical" and "grave" are not
;; used, although configured on the GNU bug tracker. If no severity
;; is given, all bugs are selected.
;; There is also the pseudo severity "tagged". When it is used, the
;; function will ask for user tags (a comma separated list), and shows
;; just the bugs which are tagged with them. In general, user tags
;; shall be strings denoting to subprojects of the package, like
;; "cedet" or "tramp" of the package "emacs". If no user tag is
;; given, locally tagged bugs are shown.
;; If a prefix is given to the command, more search parameters are
;; asked for, like packages (also a comma separated list, "emacs" is
;; the default), whether archived bugs shall be shown, and whether
;; closed bugs shall be suppressed from being retrieved.
;; Another command is
;;
;; M-x debbugs-org-search
;; It behaves like `debbugs-org', but asks at the beginning for a
;; search phrase to be used for full text search. Additionally, it
;; asks for key-value pairs to filter bugs. Keys are as described in
;; `debbugs-get-status', the corresponding value must be a regular
;; expression to match for. The other parameters are as described in
;; `debbugs-org'.
;; The bug reports are downloaded from the bug tracker. In order to
;; not generate too much load of the server, up to 500 bugs will be
;; downloaded at once. If there are more hits, several downloads will
;; be performed, until all bugs are retrieved.
;; These default values could be changed also by customer options
;; `debbugs-gnu-default-severities' and `debbugs-gnu-default-packages'.
;; The commands create a TODO list. Besides the usual handling of
;; TODO items, you could apply the following actions by the following
;; keystrokes:
;; "C-c # C": Send a debbugs control message
;; "C-c # E": Make (but don't yet send) a debbugs control message
;; "C-c # t": Tag the bug locally
;; "C-c # m": Mark the bug locally
;; "C-c # d": Show bug attributes
;; The last entry in a TODO record is the link [[Messages]]. If you
;; follow this link, a Gnus ephemeral group or an Rmail buffer is
;; opened presenting all related messages for this bug. Here you
;; could also send debbugs control messages by keystroke "C".
;; A special command to show bugs containing patches is
;;
;; M-x debbugs-org-patches
;; This command shows all unarchived bugs of the packages declared in
;; `debbugs-gnu-default-packages', and tagged with "patch". This is
;; useful for bug triages.
;; Another special command is
;;
;; M-x debbugs-org-tagged
;; This command shows just the locally tagged bugs.
;; For the Emacs package, there is a special command, which shows
;; release critical bugs
;;
;; M-x debbugs-org-emacs-release-blocking-reports
;; Finally, if you simply want to list some bugs with known bug
;; numbers, call the command
;;
;; M-x debbugs-org-bugs
;; The bug numbers to be shown shall be entered as comma separated
;; list. A bug number can also be a range of bugs like "123-456" or
;; "-10". In the former case, all bugs from 123 until 456 are
;; presented, and in the latter case the last 10 bugs are shown,
;; counting from the highest bug number in the repository.
;; M-x debbugs-org-my-open-bugs
;; It is a good idea to maintain and eventually close your open bug
;; reports. The function `debbugs-org-my-open-bugs' helps you do
;; this, by retrieving open bug reports, in which you are the
;; submitter. This function assumes that you have defined the
;; variable `user-mail-address'.
;;; Code:
(require 'debbugs-gnu)
(require 'org)
(eval-when-compile (require 'cl-lib))
(declare-function current-thread "thread.c" ())
;; Buffer-local variables.
(defvar debbugs-gnu-local-query)
(defvar debbugs-gnu-local-filter)
(defvaralias 'debbugs-org-use-threads 'debbugs-gnu-use-threads)
(defalias 'debbugs-org-show-last-result #'debbugs-gnu-show-last-result)
(defconst debbugs-org-severity-priority
(let ((priority ?A))
(mapcar
(lambda (x) (prog1 (cons x (char-to-string priority)) (cl-incf priority)))
debbugs-gnu-all-severities))
"Mapping of debbugs severities to TODO priorities.")
(defun debbugs-org-get-severity-priority (state)
"Return the TODO priority of STATE."
(or (cdr (assoc (alist-get 'severity state) debbugs-org-severity-priority))
(cdr (assoc "minor" debbugs-org-severity-priority))))
(defconst debbugs-org-priority-faces
'(("A" . org-warning)
("B" . org-warning))
"Highlighting of prioritized TODO items.")
(defvar debbugs-org-buffer-name "*Org Bugs*"
"The buffer name we present the bug reports.
This could be a temporary buffer, or a buffer linked with a file.")
;;;###autoload
(defun debbugs-org-search ()
"Search for bugs interactively.
Search arguments are requested interactively. The \"search
phrase\" is used for full text search in the bugs database.
Further key-value pairs are requested until an empty key is
returned. If a key cannot be queried by a SOAP request, it is
marked as \"client-side filter\"."
(interactive)
(setq debbugs-gnu-show-reports-function #'debbugs-org-show-reports)
(call-interactively #'debbugs-gnu-search))
;;;###autoload
(defun debbugs-org-patches ()
"List the bug reports that have been marked as containing a patch."
(interactive)
(setq debbugs-gnu-show-reports-function #'debbugs-org-show-reports)
(call-interactively #'debbugs-gnu-patches))
;;;###autoload
(defun debbugs-org-tagged ()
"List the bug reports that have been tagged locally."
(interactive)
(setq debbugs-gnu-show-reports-function #'debbugs-org-show-reports)
(call-interactively 'debbugs-gnu-tagged))
;;;###autoload
(defun debbugs-org ()
"List all outstanding bugs."
(interactive)
(setq debbugs-gnu-show-reports-function #'debbugs-org-show-reports)
(call-interactively #'debbugs-gnu))
(defun debbugs-org-show-reports ()
"Show bug reports as retrieved via `debbugs-gnu-current-query'."
(let ((inhibit-read-only t)
(org-startup-folded t))
(setq debbugs-gnu-current-buffer debbugs-org-buffer-name)
(when (get-buffer debbugs-org-buffer-name)
(kill-buffer debbugs-org-buffer-name))
;; When we are retrieving the bugs asynchronously (we're not in
;; the main thread), the buffer shall not be shown to the user
;; yet.
(funcall
(if (or (not main-thread) (eq main-thread (current-thread)))
#'pop-to-buffer-same-window #'set-buffer)
(get-buffer-create debbugs-org-buffer-name))
(org-mode)
(debbugs-org-mode 1)
(dolist (status
;; `debbugs-get-status' returns in random order, so we must sort.
(sort
(apply #'debbugs-get-status
(debbugs-gnu-get-bugs debbugs-gnu-local-query))
(lambda (a b) (> (alist-get 'id a) (alist-get 'id b)))))
(let* ((beg (point))
(id (alist-get 'id status))
(done (string-equal (alist-get 'pending status) "done"))
(priority (debbugs-org-get-severity-priority status))
(archived (alist-get 'archived status))
(tags (append (alist-get 'found_versions status)
(alist-get 'tags status)))
(subject (decode-coding-string
(or (alist-get 'subject status) "") 'utf-8))
(date (alist-get 'date status))
(last-modified (alist-get 'last_modified status))
(originator (when (alist-get 'originator status)
(decode-coding-string
(alist-get 'originator status) 'utf-8)))
(owner (when (alist-get 'owner status)
(decode-coding-string (alist-get 'owner status) 'utf-8)))
(closed-by (when (alist-get 'done status)
(decode-coding-string
(alist-get 'done status) 'utf-8)))
(merged (alist-get 'mergedwith status)))
;; Handle tags.
(when (string-match "^\\([0-9.]+\\); \\(.+\\)$" subject)
(let ((x (match-string 1 subject))) (cl-pushnew x tags :test #'equal))
(setq subject (match-string 2 subject)))
(when archived
(cl-pushnew "ARCHIVE" tags :test #'equal))
(setq tags
(mapcar
;; Replace all invalid TAG characters by "_".
(lambda (x) (replace-regexp-in-string "[^A-Za-z0-9_@]" "_" x))
tags))
;; Headline.
(insert
(format
"* %s [#%s] %s %s\n"
(if done "DONE" "TODO")
priority subject
(if tags (string-join (append '("") tags '("")) ":") "")))
;; Submitted.
(when date
(insert
(format-time-string
" [%Y-%m-%d %a] Submitted\n" (seconds-to-time date))))
;; Properties.
(insert " :PROPERTIES:\n")
(insert (format " :DEBBUGS_ID: %s\n" id))
(when merged
(insert
(format
" :MERGED_WITH: %s\n"
(if (numberp merged)
merged (mapconcat #'number-to-string merged " ")))))
(insert (format " :CREATOR: %s\n" originator))
(when owner (insert (format " :OWNER: %s\n" owner)))
(when closed-by (insert (format " :CLOSED_BY: %s\n" closed-by)))
(insert " :END:\n")
;; Messages.
(insert
" [[elisp:(debbugs-gnu-select-report)][Messages]]\n")
;; Last modified.
(when last-modified
(insert
(format-time-string
" [%Y-%m-%d %a] Last modified\n"
(seconds-to-time last-modified))))
;; Add text properties.
(add-text-properties beg (point) `(tabulated-list-id ,status))))
;; The end.
(insert "* COMMENT Local " "Variables\n"
"# Local " "Variables:\n"
"# mode: org\n"
"# eval: (debbugs-org-mode 1)\n"
"# End:\n")
(goto-char (point-min))
(org-overview)
(set-buffer-modified-p nil)))
(defun debbugs-org-regenerate-status ()
"Regenerate the `tabulated-list-id' text property.
This property is used when following the [Messages] link, so you
need to regenerate it when opening an .org file after you killed
the corresponding buffer (e.g. by closing Emacs)."
(save-excursion
(goto-char (point-min))
(while (re-search-forward ":DEBBUGS_ID:[ \t]*\\([0-9]+\\)" nil t)
(let* ((bugnum (string-to-number (match-string 1)))
(mw (org-entry-get (point) "MERGEDWIDTH"))
(tli (list (cons 'id bugnum)
(cons 'bug_num bugnum)
(cons 'mergedwidth (if mw (string-to-number mw)))))
(beg (org-back-to-heading t))
(end (org-end-of-subtree t)))
(add-text-properties beg end `(tabulated-list-id ,tli))))))
(defconst debbugs-org-mode-map
(let ((map (make-sparse-keymap)))
(define-key map (kbd "C-c # t") #'debbugs-gnu-toggle-tag)
(define-key map (kbd "C-c # m") #'debbugs-gnu-toggle-mark)
(define-key map (kbd "C-c # C") #'debbugs-gnu-send-control-message)
(define-key map (kbd "C-c # E") #'debbugs-gnu-make-control-message)
(define-key map (kbd "C-c # d") #'debbugs-gnu-display-status)
map)
"Keymap for the `debbugs-org-mode' minor mode.")
;; Make byte-compiler quiet.
(defvar gnus-posting-styles)
;;;###autoload
(define-minor-mode debbugs-org-mode
"Minor mode for providing a debbugs interface in `org-mode' buffers.
\\{debbugs-org-mode-map}"
:lighter " Debbugs" :keymap debbugs-org-mode-map
(set (make-local-variable 'debbugs-gnu-local-query) debbugs-gnu-current-query)
(set (make-local-variable 'debbugs-gnu-local-filter)
debbugs-gnu-current-filter)
;; FIXME: Does not show any effect.
(set (make-local-variable 'org-priority-faces) debbugs-org-priority-faces)
(set (make-local-variable 'gnus-posting-styles)
`((".*"
(eval
(when (buffer-live-p gnus-article-copy)
(with-current-buffer gnus-article-copy
(set (make-local-variable 'message-prune-recipient-rules)
'((".*@debbugs.*" "emacs-pretest-bug")
(".*@debbugs.*" "bug-gnu-emacs")
("[0-9]+@debbugs.*" "submit@debbugs.gnu.org")
("[0-9]+@debbugs.*" "quiet@debbugs.gnu.org")))
;; `gnus-posting-styles' is eval'ed after
;; `message-simplify-subject'. So we cannot use m-s-s.
(setq subject ,debbugs-gnu-subject)))))))
(debbugs-org-regenerate-status))
;;;###autoload
(defun debbugs-org-emacs-release-blocking-reports ()
"Show the reports that are blocking an Emacs release."
(interactive)
(setq debbugs-gnu-show-reports-function #'debbugs-org-show-reports)
(call-interactively #'debbugs-gnu-emacs-release-blocking-reports))
;;;###autoload
(defun debbugs-org-bugs ()
"List all BUGS, a list of bug numbers.
In interactive calls, prompt for a comma separated list of bugs
or bug ranges, with default to `debbugs-gnu-default-bug-number-list'."
(interactive)
(setq debbugs-gnu-show-reports-function #'debbugs-org-show-reports)
(call-interactively #'debbugs-gnu-bugs))
;;;###autoload
(defun debbugs-org-my-open-bugs ()
"Retrieve the open bugs, that you submitted.
This function assumes the variable `user-mail-address' is
defined."
(interactive)
(setq debbugs-gnu-show-reports-function #'debbugs-org-show-reports)
(call-interactively #'debbugs-gnu-my-open-bugs))
;; TODO
;; - Make headline customizable.
;; - Sort according to different TODO properties.
(provide 'debbugs-org)
;;; debbugs-org.el ends here