From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: lisp/gnus/.dir-locals.el Date: Wed, 15 Sep 2010 12:03:23 +0200 Message-ID: References: <83aanyhrnz.fsf@gnu.org> <5n1v95koyt.fsf@fencepost.gnu.org> <837hiq5dh4.fsf@gnu.org> <83bp814l5x.fsf@gnu.org> <838w354f7i.fsf@gnu.org> <8362y94egs.fsf@gnu.org> <834odt4cd4.fsf@gnu.org> <8339td4a47.fsf@gnu.org> <19lj75ibdz.fsf@fencepost.gnu.org> <83zkvl2crg.fsf@gnu.org> <83wrqo2q1s.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1284545073 11325 80.91.229.12 (15 Sep 2010 10:04:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2010 10:04:33 +0000 (UTC) Cc: Eli Zaretskii , Wojciech Meyer , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 15 12:04:30 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 1Ovoqr-0006y9-QY for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 12:04:30 +0200 Original-Received: from localhost ([127.0.0.1]:40850 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ovoqq-0001v6-Vi for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 06:04:29 -0400 Original-Received: from [140.186.70.92] (port=39617 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvoqY-0001rW-4R for emacs-devel@gnu.org; Wed, 15 Sep 2010 06:04:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvoqW-0005Jw-GE for emacs-devel@gnu.org; Wed, 15 Sep 2010 06:04:09 -0400 Original-Received: from mail-iw0-f169.google.com ([209.85.214.169]:41991) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvoqW-0005Jo-9R; Wed, 15 Sep 2010 06:04:08 -0400 Original-Received: by iwn33 with SMTP id 33so40223iwn.0 for ; Wed, 15 Sep 2010 03:04:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=/w7JaUXUFpJpahNT8a+aFMNVbH18EXwJ2Vx2D/bgzwg=; b=FmnN51zdFuBTM+oj+DKrresMIlOlPL3Xcxp2Rp6JINLU/4WixvlcJYgNrLusG2fbC/ mmzWaTPcYoTG2uENtfcouT3QM0hd4hbQcJoZPCPizYvGDnJOUkHbpNsVmwfJa4T6A4YQ F7YGqr9ebIgaCbms94hX0vxNqfgiLlJVd5jhc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=q53Kow4XuFlT9QhmPCbkuJYYkpH4qfJWSZIk/nZcs7k87ZUTGHECOjnmNDlwG67m2/ vROQZotHbWMi/83Y+XBUDqUIqxSlrKKwbekVG7BRfFFBCum3hERtdKv112vS31k8RSua G6fIPGctrW0Fl1nyyvy5xRTKtKQ/3/lNy6/K0= Original-Received: by 10.231.174.136 with SMTP id t8mr1350994ibz.158.1284545045818; Wed, 15 Sep 2010 03:04:05 -0700 (PDT) Original-Received: by 10.231.150.195 with HTTP; Wed, 15 Sep 2010 03:03:23 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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:130191 Archived-At: On Wed, Sep 15, 2010 at 10:50, Stefan Monnier wr= ote: > so there is some kind of "globbing", apparently in the tools we use > on Windows. =C2=A0So is there some way to keep .dir-local.el from appeari= ng > in the expansion of %f/*.el, or otherwise to use some other way to list > the files that will exclude the .dir-locals.el file? Simple and portable across the many COMMAND.COM/CMD.EXE incarnations, I very much doubt it. Non-simple, I suppose we could try to add an IF to exclude dotfiles or somesuch, but it won't be pretty I think. =C2=A0 =C2=A0 Juanma