Edit the "Reading existing bug reports" section

This commit is contained in:
Gerard Vermeulen 2024-06-23 13:52:18 +02:00
parent 11c3fd9ffa
commit feeb65ee3b

View File

@ -4381,17 +4381,18 @@ Here is a list of links describing how to program and debug [[info:elisp#Top][Em
Ref. [cite:@Monnier.ACM-PL.4.1] exposes the evolution of Emacs Lisp and explains Ref. [cite:@Monnier.ACM-PL.4.1] exposes the evolution of Emacs Lisp and explains
important Emacs Lisp idioms. important Emacs Lisp idioms.
*** [[info:emacs#Bug Reference][Bug Reference Mode (info)]] *** [[info:emacs#Known Problems][Reading existing bug reports (info)]]
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: sec:bug-reference-mode :CUSTOM_ID: sec:bug-reports
:END: :END:
Listing [[lst:bug-reference-mode]] configures ~bug-reference-mode~ for use with the Listing [[lst:bug-reports]] ensures the installation of the =debbugs= extension
[[https://debbugs.gnu.org/][GNU Bug Tracker]]. package to access the [[https://debbugs.gnu.org/][GNU Bug Tracker]] and sets up [[info:emacs#Bug Reference][Bug Reference Mode (info)]] to
access the [[https://lists.gnu.org/mailman/listinfo/bug-gnu-emacs][bug-gnu-emacs]] mailing list.
#+caption[Setup ~bug-reference-mode~]: #+caption[Setup reading existing bug reports]:
#+caption: Setup ~bug-reference-mode~. #+caption: Setup reading existing bug reports.
#+name: lst:bug-reference-mode #+name: lst:bug-reports
#+begin_src emacs-lisp -n :results silent #+begin_src emacs-lisp -n :results silent
;; (info "(debbugs) Top") ;; (info "(debbugs) Top")
;; (info "(emacs) Bug Reference") ;; (info "(emacs) Bug Reference")