From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Suggestion to indicate fixed version when closing a bug Date: Sun, 11 Dec 2011 19:06:02 -0500 Message-ID: References: <83d3bwn7mu.fsf@gnu.org> <5dhb18p7i7.fsf@fencepost.gnu.org> <834nx8mcud.fsf@gnu.org> <87r50c5dpq.fsf@floss.red-bean.com> <83ty57llj4.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1323648375 1147 80.91.229.12 (12 Dec 2011 00:06:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 12 Dec 2011 00:06:15 +0000 (UTC) Cc: kfogel@red-bean.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 12 01:06:11 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RZtPG-00007Z-S8 for ged-emacs-devel@m.gmane.org; Mon, 12 Dec 2011 01:06:10 +0100 Original-Received: from localhost ([::1]:54639 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZtPF-0005JN-Iu for ged-emacs-devel@m.gmane.org; Sun, 11 Dec 2011 19:06:09 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:55960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZtPC-0005J6-Mp for emacs-devel@gnu.org; Sun, 11 Dec 2011 19:06:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RZtPB-0000nv-Lo for emacs-devel@gnu.org; Sun, 11 Dec 2011 19:06:06 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:37889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RZtPB-0000nr-Gq for emacs-devel@gnu.org; Sun, 11 Dec 2011 19:06:05 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RZtP8-0001Io-Qh; Sun, 11 Dec 2011 19:06:03 -0500 X-Spook: radar Dick Cheney infowar Mafia FTS2000 SP4 genetic AIEWS X-Ran: )nQRWODYD@YrDY.dWVX;V_ (Eli Zaretskii's message of "Sun, 11 Dec 2011 07:33:51 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:146660 Archived-At: Eli Zaretskii wrote: > FWIW, here's a simple way of gleaning the information for a given > revision ID: > > cat -r revid:REVID configure.in | fgrep AC_INIT > > (If you want just the version number, you need to edit the output with > Sed; this is left as an exercise.) I think there is zero chance of Savannah/bzr-hookless adding such an Emacs-specific feature (and to be honest, a low probability of getting any feature at all). debbugs-gnu.el could, but that is mutually exclusive with closing bugs using bzr --fixes.