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: commit style redux Date: Wed, 27 Jan 2010 09:57:15 -0500 Message-ID: References: <3a26oiti.fsf@fencepost.gnu.org> <12bpggw4wg.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1264604950 4692 80.91.229.12 (27 Jan 2010 15:09:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 27 Jan 2010 15:09:10 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 27 16:09:07 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 1Na9Sn-0005wr-S2 for ged-emacs-devel@m.gmane.org; Wed, 27 Jan 2010 16:05:50 +0100 Original-Received: from localhost ([127.0.0.1]:41646 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Na9NY-0001jt-VX for ged-emacs-devel@m.gmane.org; Wed, 27 Jan 2010 10:00:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Na9Ke-0000Lt-6k for emacs-devel@gnu.org; Wed, 27 Jan 2010 09:57:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Na9KZ-0000Jr-FL for emacs-devel@gnu.org; Wed, 27 Jan 2010 09:57:23 -0500 Original-Received: from [199.232.76.173] (port=42260 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Na9KZ-0000Jk-Aa for emacs-devel@gnu.org; Wed, 27 Jan 2010 09:57:19 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:50824 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Na9KX-0006Du-JB; Wed, 27 Jan 2010 09:57:17 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUEAI7jX0tFpaAe/2dsb2JhbACBNNZzhDkEilE X-IronPort-AV: E=Sophos;i="4.49,354,1262581200"; d="scan'208";a="54667556" Original-Received: from 69-165-160-30.dsl.teksavvy.com (HELO pastel.home) ([69.165.160.30]) by ironport2-out.pppoe.ca with ESMTP; 27 Jan 2010 09:57:15 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 570C888D6; Wed, 27 Jan 2010 09:57:15 -0500 (EST) In-Reply-To: <12bpggw4wg.fsf@fencepost.gnu.org> (Glenn Morris's message of "Tue, 26 Jan 2010 23:25:19 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by monty-python.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:120505 Archived-At: > Should I be setting log-edit-strip-single-file-name to nil when using > log-edit-insert-changelog to generate commit logs from ChangeLogs > these days? Yes. > If so, it should probably be in Emacs's .dir-locals.el. Agreed, Stefan