From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wojciech Meyer Newsgroups: gmane.emacs.devel Subject: Re: lisp/gnus/.dir-locals.el Date: Wed, 15 Sep 2010 11:10:36 +0100 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=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1284545457 13172 80.91.229.12 (15 Sep 2010 10:10:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2010 10:10:57 +0000 (UTC) Cc: Eli Zaretskii , Stefan Monnier , emacs-devel@gnu.org To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 15 12:10:56 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 1Ovox3-0001bA-Tm for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 12:10:54 +0200 Original-Received: from localhost ([127.0.0.1]:38044 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ovox3-0005Kn-1i for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 06:10:53 -0400 Original-Received: from [140.186.70.92] (port=38933 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ovowo-0005IH-6e for emacs-devel@gnu.org; Wed, 15 Sep 2010 06:10:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ovown-0006Pn-6u for emacs-devel@gnu.org; Wed, 15 Sep 2010 06:10:38 -0400 Original-Received: from mail-qy0-f169.google.com ([209.85.216.169]:44257) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ovown-0006PZ-3P; Wed, 15 Sep 2010 06:10:37 -0400 Original-Received: by qyk8 with SMTP id 8so4056850qyk.0 for ; Wed, 15 Sep 2010 03:10:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=nFVwFEioMMtSMx4mSz4g6gewLPxks4mib4Yu/ZmlnqM=; b=ntNDDlo8q3TJEPfFI1oozpmHEObZWPXtyKyqeqbLrCxth49kDJwBOLbxKppKZdGM28 0LMogY2GkPrpNPTv4iBab719ex4gE0RbZj0RR3Qky/VC/gSlxilw5BatVUHrgCBhf4tr PuqODpPcqWBnKFhkAM8Tj45dCS6R0J8xvwNDI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Kzb9iQCt3inbU77QaDTOYwDN2h0rYlft3wWjcRTe2glPhuVmpI5IM88KgbAPPS2QSR TorCuKvg3Sw/G9/d+OSO/3QR/XHUzbWtYbsRGh4Eq1HAQpHrY54A48jO93MwKHXKDXYh Sn9Dre/gt/2mxIK0itBgTQhKDCjGyA0PpxQ3w= Original-Received: by 10.224.45.22 with SMTP id c22mr924052qaf.103.1284545436450; Wed, 15 Sep 2010 03:10:36 -0700 (PDT) Original-Received: by 10.229.92.9 with HTTP; Wed, 15 Sep 2010 03:10:36 -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:130192 Archived-At: On Wed, Sep 15, 2010 at 11:03 AM, Juanma Barranquero wro= te: > On Wed, Sep 15, 2010 at 10:50, Stefan Monnier = wrote: > >> so there is some kind of "globbing", apparently in the tools we use >> on Windows. =A0So is there some way to keep .dir-local.el from appearing >> 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. > > =A0 =A0 Juanma > I don't know the issue, but perhaps moving to the directory? Mine 2 cents, Wojciech