[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 6ae3f7e: Add a section about bug-reference-mode.
From: |
Tassilo Horn |
Subject: |
Re: master 6ae3f7e: Add a section about bug-reference-mode. |
Date: |
Thu, 20 May 2021 13:19:46 +0200 |
User-agent: |
mu4e 1.5.13; emacs 28.0.50 |
Michael Albinus <michael.albinus@gmx.de> writes:
Hi Michael,
>> branch: master
>> commit 6ae3f7e889434eb8f76cc376d2939c66eb470855
>> Author: Tassilo Horn <tsdh@gnu.org>
>> Commit: Tassilo Horn <tsdh@gnu.org>
>>
>> * doc/emacs/maintaining.texi (Maintaining): Add a section about
>> bug-reference-mode.
>
> Since debbugs is a GNU ELPA package, I believe it would be appropriate
> to add a reference to debbugs-browse-mode, part of the debbugs
> package.
You mean, the emacs manual should link to the debbugs user manual? Is
that even possible given that this might not be installed?
> This mode avoids to open a browser, and keeps everything inside Emacs.
>
> See the "(debbugs-ug) Minor Mode" Info node for details.
>
> Comments?
debbugs.el already adds an entry to `browse-url-default-handlers' for
this purpose. So is `debbugs-browse-mode' just a crutch for "older"
emacsen (where "older" means "released")?
In any case, feel free to enhance/extend the documentation. I'm also
planning to extend it a bit with respect to the auto-setup feature but
haven't had the time to do so yet (hopefully weekend).
Bye,
Tassilo