From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/emacs-23 r100179: * .dir-locals.el (log-edit-mode): Set log-edit-rewrite-fixes. Date: Tue, 09 Nov 2010 00:15:58 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1289279778 8220 80.91.229.12 (9 Nov 2010 05:16:18 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 9 Nov 2010 05:16:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 09 06:16:10 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PFgYx-0000l6-1I for ged-emacs-devel@m.gmane.org; Tue, 09 Nov 2010 06:16:07 +0100 Original-Received: from localhost ([127.0.0.1]:42240 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFgYw-000613-1r for ged-emacs-devel@m.gmane.org; Tue, 09 Nov 2010 00:16:06 -0500 Original-Received: from [140.186.70.92] (port=58087 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PFgYr-0005y3-Da for emacs-devel@gnu.org; Tue, 09 Nov 2010 00:16:02 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PFgYq-0000mA-Ff for emacs-devel@gnu.org; Tue, 09 Nov 2010 00:16:01 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:5361 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PFgYq-0000m2-DL; Tue, 09 Nov 2010 00:16:00 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlYKAGdn2ExMCpqE/2dsb2JhbAChG4EBcrx1hUgEhFiNWg X-IronPort-AV: E=Sophos;i="4.59,173,1288584000"; d="scan'208";a="81987453" Original-Received: from 76-10-154-132.dsl.teksavvy.com (HELO pastel.home) ([76.10.154.132]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 09 Nov 2010 00:15:59 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id A2479A86D8; Tue, 9 Nov 2010 00:15:58 -0500 (EST) In-Reply-To: (Glenn Morris's message of "Mon, 08 Nov 2010 17:59:38 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:132469 Archived-At: >> + (log-edit-mode . ((log-edit-rewrite-fixes >> + " (bug#\\([0-9]+\\))" . "debbugs:\\1"))) > This is a nice idea, but IIUC it must depend on you having a > `bugtracker_debbugs_url' setting in your bazaar.conf. It cannot be > correct for all Emacs developers since Bzr has no built-in support for > debbugs.gnu.org in its --fixes command. If it did have one for > "debbugs", I'm sure it would be for bugs.debian.org instead. So to me > this does not seem appropriate for everybody's dir-locals.el. Eg I > use "emacs" rather than "debbugs". Oh, that's right, I forgot about that. Any name is fine by me, we just have to agree on one. "emacs" is fine for me if you prefer it to "debbugs". Stefan