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: log-edit-strip-single-file-name [was Re: commit style redux] Date: Thu, 28 Jan 2010 00:30:00 -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 1264656618 25336 80.91.229.12 (28 Jan 2010 05:30:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Jan 2010 05:30:18 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 28 06:30:15 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 1NaMxJ-0006Mw-Op for ged-emacs-devel@m.gmane.org; Thu, 28 Jan 2010 06:30:14 +0100 Original-Received: from localhost ([127.0.0.1]:43361 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaMxI-00036C-Uq for ged-emacs-devel@m.gmane.org; Thu, 28 Jan 2010 00:30:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaMxC-00034J-M6 for emacs-devel@gnu.org; Thu, 28 Jan 2010 00:30:06 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaMx7-00031E-R3 for emacs-devel@gnu.org; Thu, 28 Jan 2010 00:30:06 -0500 Original-Received: from [199.232.76.173] (port=51651 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaMx7-00031B-J5 for emacs-devel@gnu.org; Thu, 28 Jan 2010 00:30:01 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:43989) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NaMx7-0000xS-BS for emacs-devel@gnu.org; Thu, 28 Jan 2010 00:30:01 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NaMx6-0004zV-1J; Thu, 28 Jan 2010 00:30:00 -0500 X-Spook: War on Terrorism Bin Laden Elvis SCUD missile diwn CNCIS X-Ran: U/f]0Zn!#Tah|PJ>,o}mn$y~"(K_yQ-E<,bHB0P;c52W%QwJ,OP@C0_DlRM,4bSAcMg'>} X-Hue: yellow X-Attribution: GM In-Reply-To: (Stefan Monnier's message of "Wed\, 27 Jan 2010 09\:57\:15 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) 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:120545 Archived-At: Stefan Monnier wrote: >> 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. 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.