unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Re: master 6ae3f7e: Add a section about bug-reference-mode.
       [not found] ` <20210519192231.E052720AE6@vcs0.savannah.gnu.org>
@ 2021-05-20 11:07   ` Michael Albinus
  2021-05-20 11:19     ` Tassilo Horn
  2021-05-20 11:46     ` Eli Zaretskii
  0 siblings, 2 replies; 4+ messages in thread
From: Michael Albinus @ 2021-05-20 11:07 UTC (permalink / raw)
  To: emacs-devel; +Cc: Tassilo Horn

tsdh@gnu.org (Tassilo Horn) writes:

Hi,

> 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. This mode avoids to open a browser, and keeps everything inside
Emacs.

See the "(debbugs-ug) Minor Mode" Info node for details.

Comments?

Best regards, Michael.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: master 6ae3f7e: Add a section about bug-reference-mode.
  2021-05-20 11:07   ` master 6ae3f7e: Add a section about bug-reference-mode Michael Albinus
@ 2021-05-20 11:19     ` Tassilo Horn
  2021-05-20 12:41       ` Michael Albinus
  2021-05-20 11:46     ` Eli Zaretskii
  1 sibling, 1 reply; 4+ messages in thread
From: Tassilo Horn @ 2021-05-20 11:19 UTC (permalink / raw)
  To: Michael Albinus; +Cc: emacs-devel

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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: master 6ae3f7e: Add a section about bug-reference-mode.
  2021-05-20 11:07   ` master 6ae3f7e: Add a section about bug-reference-mode Michael Albinus
  2021-05-20 11:19     ` Tassilo Horn
@ 2021-05-20 11:46     ` Eli Zaretskii
  1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2021-05-20 11:46 UTC (permalink / raw)
  To: Michael Albinus; +Cc: tsdh, emacs-devel

> From: Michael Albinus <michael.albinus@gmx.de>
> Date: Thu, 20 May 2021 13:07:06 +0200
> Cc: Tassilo Horn <tsdh@gnu.org>
> 
> > 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. This mode avoids to open a browser, and keeps everything inside
> Emacs.
> 
> See the "(debbugs-ug) Minor Mode" Info node for details.
> 
> Comments?

I guess we should have it in both places.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: master 6ae3f7e: Add a section about bug-reference-mode.
  2021-05-20 11:19     ` Tassilo Horn
@ 2021-05-20 12:41       ` Michael Albinus
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Albinus @ 2021-05-20 12:41 UTC (permalink / raw)
  To: Tassilo Horn; +Cc: emacs-devel

Tassilo Horn <tsdh@gnu.org> writes:

> Hi Michael,

Hi Tassilo,

>> 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?

If debbugs is installed, it shall work. Otherwise, it is a dead link.

> 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")?

That setting is one way. debbugs-browse-mode, as I have described now,
is more general, and it allows to enable/disable debbugs-browse.

> 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).

I've pushed a paragraph, w/o explicit reference to debbugs-ug.

> Bye,
> Tassilo

Best regards, Michael.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-20 12:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20210519192230.14607.7632@vcs0.savannah.gnu.org>
     [not found] ` <20210519192231.E052720AE6@vcs0.savannah.gnu.org>
2021-05-20 11:07   ` master 6ae3f7e: Add a section about bug-reference-mode Michael Albinus
2021-05-20 11:19     ` Tassilo Horn
2021-05-20 12:41       ` Michael Albinus
2021-05-20 11:46     ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).