emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lisp/gnus/.dir-locals.el


From: Stefan Monnier
Subject: Re: lisp/gnus/.dir-locals.el
Date: Wed, 15 Sep 2010 10:50:13 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> Cmd.exe does not glob, but
> attrib +H lisp/gnus/.dir-locals.el
> will hide it.

Juanma said:

   On Windows we use
        for %%f in (. $(WINS)) do for %%g in (%%f/*.el) do \
   and %f/*.el does include all .el files.

so there is some kind of "globbing", apparently in the tools we use
on Windows.  So 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?


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]