From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 6ae3f7e: Add a section about bug-reference-mode. Date: Thu, 20 May 2021 14:46:02 +0300 Message-ID: <83tumxocg5.fsf@gnu.org> References: <20210519192230.14607.7632@vcs0.savannah.gnu.org> <20210519192231.E052720AE6@vcs0.savannah.gnu.org> <87cztl4qat.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="24262"; mail-complaints-to="usenet@ciao.gmane.io" Cc: tsdh@gnu.org, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu May 20 13:46:49 2021 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ljh8b-000696-La for ged-emacs-devel@m.gmane-mx.org; Thu, 20 May 2021 13:46:49 +0200 Original-Received: from localhost ([::1]:54414 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ljh8a-0000AV-E8 for ged-emacs-devel@m.gmane-mx.org; Thu, 20 May 2021 07:46:48 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:51398) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ljh7i-0007J4-65 for emacs-devel@gnu.org; Thu, 20 May 2021 07:45:54 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:55900) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ljh7h-0000IB-PD; Thu, 20 May 2021 07:45:53 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1109 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ljh7h-0000Zx-36; Thu, 20 May 2021 07:45:53 -0400 In-Reply-To: <87cztl4qat.fsf@gmx.de> (message from Michael Albinus on Thu, 20 May 2021 13:07:06 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:269494 Archived-At: > From: Michael Albinus > Date: Thu, 20 May 2021 13:07:06 +0200 > Cc: Tassilo Horn > > > branch: master > > commit 6ae3f7e889434eb8f76cc376d2939c66eb470855 > > Author: Tassilo Horn > > Commit: Tassilo Horn > > > > * 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.