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 12:12:05 +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 X-Trace: dough.gmane.org 1284549144 28793 80.91.229.12 (15 Sep 2010 11:12:24 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 15 Sep 2010 11:12:24 +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 13:12:22 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 1OvpuW-0003sz-KG for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 13:12:22 +0200 Original-Received: from localhost ([127.0.0.1]:37197 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvpuU-0006WQ-RE for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 07:12:18 -0400 Original-Received: from [140.186.70.92] (port=36654 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvpuK-0006V3-TH for emacs-devel@gnu.org; Wed, 15 Sep 2010 07:12:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvpuI-0000Wq-Eo for emacs-devel@gnu.org; Wed, 15 Sep 2010 07:12:07 -0400 Original-Received: from mail-qy0-f176.google.com ([209.85.216.176]:40056) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvpuI-0000Wh-AY; Wed, 15 Sep 2010 07:12:06 -0400 Original-Received: by qyk2 with SMTP id 2so88306qyk.0 for ; Wed, 15 Sep 2010 04:12:05 -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; bh=r0BURijwaT2Iqm86vRRxfxUC5NEuvuOvNTswRvt98vk=; b=tX/OYHNrh09sZBkrfdvoNsidFJkWRPGUgRvnIHMQDXwGYTzZqGkee/BAaRRNwVSRzE ae5CPKKAtiZJu0bW0iFshorXQGQxQ1XPH4BWhIwsZnyrSBVNYttme3J9ODRkflIHKe3S j5yA2hLhiUJ6fRUcMcP19MIF293S9WrhsBwI4= 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; b=bza1CMWx+wABGwyGtjFB7qmRP9EvUePrCcPcUzimCHQRBPhae5wK85wVW6nDRd5ebP Aklc4lE0/QVh4dCbGn8710ERQMS7r0ZmR3QWc57zi92qkWAlyW8SRnIr/f21uN8stQgv cJHof13OTOl9OkgG6isEl0RnO4B1LJlfWrl2I= Original-Received: by 10.224.106.149 with SMTP id x21mr984746qao.16.1284549125693; Wed, 15 Sep 2010 04:12:05 -0700 (PDT) Original-Received: by 10.229.92.9 with HTTP; Wed, 15 Sep 2010 04:12:05 -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:130199 Archived-At: On Wed, Sep 15, 2010 at 12:05 PM, Juanma Barranquero wrote: > On Wed, Sep 15, 2010 at 12:59, Wojciech Meyer > wrote: > >> Moving to a directory probably would avoid globing this file, that's >> what i am saying. > > I still don't understand *what* would you move to a directory. The > .dir-locals.el file? And how would that help? Yes this file to some temporary directory to avoid `Cmd.exe' expansion, but that's just a random idea. I neither know much about Emacs internals nor about windows (build) peculiarities. So sorry I can't help. Wojciech