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: log-edit-strip-single-file-name Date: Thu, 28 Jan 2010 14:25:51 -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 1264706773 14170 80.91.229.12 (28 Jan 2010 19:26:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Jan 2010 19:26:13 +0000 (UTC) Cc: emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 28 20:26:08 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 1Naa0D-0003Sx-Fw for ged-emacs-devel@m.gmane.org; Thu, 28 Jan 2010 20:26:05 +0100 Original-Received: from localhost ([127.0.0.1]:33087 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Naa0C-00085m-Qt for ged-emacs-devel@m.gmane.org; Thu, 28 Jan 2010 14:26:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Naa07-00085c-Rd for emacs-devel@gnu.org; Thu, 28 Jan 2010 14:25:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Naa03-000859-6Z for emacs-devel@gnu.org; Thu, 28 Jan 2010 14:25:59 -0500 Original-Received: from [199.232.76.173] (port=42034 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Naa03-000853-1n for emacs-devel@gnu.org; Thu, 28 Jan 2010 14:25:55 -0500 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:60087) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Naa01-0000K7-DO; Thu, 28 Jan 2010 14:25:53 -0500 Original-Received: from faina.iro.umontreal.ca (faina.iro.umontreal.ca [132.204.26.177]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o0SJPpKd002715; Thu, 28 Jan 2010 14:25:51 -0500 Original-Received: by faina.iro.umontreal.ca (Postfix, from userid 20848) id ADA263A7A3; Thu, 28 Jan 2010 14:25:51 -0500 (EST) In-Reply-To: (Glenn Morris's message of "Thu, 28 Jan 2010 00:30:00 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3458=0 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:120604 Archived-At: >>> Should I be setting log-edit-strip-single-file-name to nil when using > [...] >>> If so, it should probably be in Emacs's .dir-locals.el. >> Agreed, > It doesn't work. I guess dir-locals doesn't affect buffers not > visiting files. This is a "general" problem that we may want to solve: non-file (nor dired) buffers that are (loosely) associated with a particular directory should probably obey .dir-locals.el. > Perhaps log-edit-insert-changelog could respect the value of > log-edit-strip-single-file-name in the ChangeLog buffer rather than in > the *VC-log* buffer. That's an idea. Another is to change the default value of log-edit-strip-single-file-name ;-) Stefan