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: Re: lisp/gnus/.dir-locals.el Date: Tue, 07 Sep 2010 21:23:38 -0400 Message-ID: <5n1v95koyt.fsf@fencepost.gnu.org> References: <83aanyhrnz.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283909033 6083 80.91.229.12 (8 Sep 2010 01:23:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Sep 2010 01:23:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 08 03:23:51 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 1Ot9O7-0000M7-Ri for ged-emacs-devel@m.gmane.org; Wed, 08 Sep 2010 03:23:48 +0200 Original-Received: from localhost ([127.0.0.1]:43057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ot9O6-00015E-T2 for ged-emacs-devel@m.gmane.org; Tue, 07 Sep 2010 21:23:46 -0400 Original-Received: from [140.186.70.92] (port=41687 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ot9O0-000159-Gc for emacs-devel@gnu.org; Tue, 07 Sep 2010 21:23:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ot9Nz-0003iN-Fo for emacs-devel@gnu.org; Tue, 07 Sep 2010 21:23:40 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:41992) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ot9Nz-0003iD-ES for emacs-devel@gnu.org; Tue, 07 Sep 2010 21:23:39 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1Ot9Ny-0002tV-Bv; Tue, 07 Sep 2010 21:23:38 -0400 X-Spook: Hamas PLO Plame Vickie Weaver Dateline propaganda NWO JPL X-Ran: J;6_#76P%5on$8sb9E5VI#by?e:I:gDmjel X-Hue: green X-Attribution: GM In-Reply-To: <83aanyhrnz.fsf@gnu.org> (Eli Zaretskii's message of "Sat\, 04 Sep 2010 10\:52\:16 +0300") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.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:129762 Archived-At: Eli Zaretskii wrote: > Addition of this file triggers the following warning message when > compiling in the lisp subdirectory: How are you "compiling in the lisp subdirectory"? Presumably not bootstrapping, since that doesn't seem to pick up dotfiles. `make recompile'? If so, perhaps it's not too egregious to add a check for dir-locals-file to byte-recompile-directory. It already has a few special case for CVS directories, etc.