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: Sun, 31 Jan 2010 01:56:22 -0500 Message-ID: References: <3a26oiti.fsf@fencepost.gnu.org> <12bpggw4wg.fsf@fencepost.gnu.org> <87eil7gp10.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1264920999 16389 80.91.229.12 (31 Jan 2010 06:56:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 31 Jan 2010 06:56:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 31 07:56:36 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 1NbTjY-00081m-2b for ged-emacs-devel@m.gmane.org; Sun, 31 Jan 2010 07:56:36 +0100 Original-Received: from localhost ([127.0.0.1]:57174 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbTjX-0008Gk-Fv for ged-emacs-devel@m.gmane.org; Sun, 31 Jan 2010 01:56:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NbTjQ-0008Gc-2I for emacs-devel@gnu.org; Sun, 31 Jan 2010 01:56:28 -0500 Original-Received: from [199.232.76.173] (port=52823 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NbTjP-0008GO-7N for emacs-devel@gnu.org; Sun, 31 Jan 2010 01:56:27 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NbTjM-0000yQ-RM for emacs-devel@gnu.org; Sun, 31 Jan 2010 01:56:26 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:26212 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NbTjM-0000yC-K8; Sun, 31 Jan 2010 01:56:24 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtMEABO4ZEtFpaN9/2dsb2JhbACBM9VPhEUEilo X-IronPort-AV: E=Sophos;i="4.49,377,1262581200"; d="scan'208";a="55003020" Original-Received: from 69-165-163-125.dsl.teksavvy.com (HELO ceviche.home) ([69.165.163.125]) by ironport2-out.pppoe.ca with ESMTP; 31 Jan 2010 01:56:23 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 7DFBBB461F; Sun, 31 Jan 2010 01:56:22 -0500 (EST) In-Reply-To: <87eil7gp10.fsf@mail.jurta.org> (Juri Linkov's message of "Sun, 31 Jan 2010 00:57:35 +0200") 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:120737 Archived-At: > Does this mean that a buffer should be associated with .dir-locals.el > when its `default-directory' is a subdirectory of `default-directory' > of .dir-locals.el? Not for all buffers, and clearly not dynamically. E.g. not for *shell*. Stefan