From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: lisp/gnus/.dir-locals.el Date: Mon, 13 Sep 2010 21:42:59 +0200 Message-ID: <8362y94egs.fsf@gnu.org> References: <83aanyhrnz.fsf@gnu.org> <5n1v95koyt.fsf@fencepost.gnu.org> <837hiq5dh4.fsf@gnu.org> <83bp814l5x.fsf@gnu.org> <838w354f7i.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1284406995 11400 80.91.229.12 (13 Sep 2010 19:43:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Sep 2010 19:43:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 13 21:43:14 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 1OvEvl-0007r8-QF for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 21:43:10 +0200 Original-Received: from localhost ([127.0.0.1]:35202 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvEvl-0003AS-9M for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 15:43:09 -0400 Original-Received: from [140.186.70.92] (port=45309 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvEvf-0003AD-QS for emacs-devel@gnu.org; Mon, 13 Sep 2010 15:43:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvEve-00027W-KP for emacs-devel@gnu.org; Mon, 13 Sep 2010 15:43:03 -0400 Original-Received: from mtaout23.012.net.il ([80.179.55.175]:51546) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvEve-00027I-CH; Mon, 13 Sep 2010 15:43:02 -0400 Original-Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0L8P00300AM6EV00@a-mtaout23.012.net.il>; Mon, 13 Sep 2010 21:43:00 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.81.53]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L8P003I1ARM7J80@a-mtaout23.012.net.il>; Mon, 13 Sep 2010 21:42:59 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:130092 Archived-At: > From: Juanma Barranquero > Date: Mon, 13 Sep 2010 21:35:27 +0200 > Cc: rgm@gnu.org, emacs-devel@gnu.org > > I don't know the Unix makefiles well enough, but I suppose they use > the shell to gather the list of files to compile, and AFAIK, on Unix > shells the expansion of *.el will not include dotfiles. If that's how it works, it's not a clean solution, IMO.