unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Stefan Monnier <monnier@IRO.UMontreal.CA>
Cc: lekktu@gmail.com, wojciech.meyer@googlemail.com, emacs-devel@gnu.org
Subject: Re: lisp/gnus/.dir-locals.el
Date: Wed, 15 Sep 2010 21:03:38 +0200	[thread overview]
Message-ID: <83iq263k39.fsf@gnu.org> (raw)
In-Reply-To: <jwvbp7zpfa3.fsf-monnier+emacs@gnu.org>

> From: Stefan Monnier <monnier@IRO.UMontreal.CA>
> Cc: Eli Zaretskii <eliz@gnu.org>, lekktu@gmail.com, emacs-devel@gnu.org
> Date: Wed, 15 Sep 2010 10:50:13 +0200
> 
> 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.

It's the FOR command that globs, and only inside the parens.

> 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?

There's nothing special in files that begin with a dot, as far as
Windows shells or "globbing" is concerned.  And .dir-locals.el is just
a normal files, apart of the fact that its name starts with a dot.  So
I don't really understand what you are asking.



  parent reply	other threads:[~2010-09-15 19:03 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-04  7:52 lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-04  8:34 ` lisp/gnus/.dir-locals.el Stefan Monnier
2010-09-04  9:21   ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-07 12:16   ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-08  1:23 ` lisp/gnus/.dir-locals.el Glenn Morris
2010-09-08  8:23   ` lisp/gnus/.dir-locals.el Stefan Monnier
2010-09-08 11:01   ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-13  7:06     ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-13 17:05       ` lisp/gnus/.dir-locals.el Glenn Morris
2010-09-13 17:18         ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-13 18:54           ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-13 19:26             ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-13 19:35               ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-13 19:42                 ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-13 19:46                   ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-13 20:28                     ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-13 20:57                       ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-13 21:16                         ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-13 21:25                           ` lisp/gnus/.dir-locals.el Glenn Morris
2010-09-13 23:08                             ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-14  4:02                               ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-14 10:52                                 ` lisp/gnus/.dir-locals.el Stefan Monnier
2010-09-14 11:52                                   ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-14 17:27                                   ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-14 21:16                                     ` lisp/gnus/.dir-locals.el Stefan Monnier
2010-09-15  8:10                                       ` lisp/gnus/.dir-locals.el Wojciech Meyer
2010-09-15  8:50                                         ` lisp/gnus/.dir-locals.el Stefan Monnier
2010-09-15 10:03                                           ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-15 10:10                                             ` lisp/gnus/.dir-locals.el Wojciech Meyer
2010-09-15 10:53                                               ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-15 10:59                                                 ` lisp/gnus/.dir-locals.el Wojciech Meyer
2010-09-15 11:05                                                   ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-15 11:12                                                     ` lisp/gnus/.dir-locals.el Wojciech Meyer
2010-09-15 19:05                                             ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-15 20:07                                               ` lisp/gnus/.dir-locals.el Wojciech Meyer
2010-09-16  4:04                                                 ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-15 21:26                                               ` lisp/gnus/.dir-locals.el Lennart Borgman
2010-09-16  4:07                                                 ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-16  1:20                                               ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-15 19:03                                           ` Eli Zaretskii [this message]
2010-09-15 23:06                                             ` lisp/gnus/.dir-locals.el Stefan Monnier
2010-09-16  4:09                                               ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-16  9:19                                                 ` lisp/gnus/.dir-locals.el Stefan Monnier
2010-09-15 19:01                                         ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-15 15:44                                       ` src/.dir-locals.el and lisp/.dir-locals.el (was: lisp/gnus/.dir-locals.el) Ted Zlatanov
2010-09-15 18:57                                       ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-13 23:06                           ` lisp/gnus/.dir-locals.el Juanma Barranquero
2010-09-13  7:06   ` lisp/gnus/.dir-locals.el Eli Zaretskii
2010-09-13 16:19     ` lisp/gnus/.dir-locals.el Glenn Morris

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=83iq263k39.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=lekktu@gmail.com \
    --cc=monnier@IRO.UMontreal.CA \
    --cc=wojciech.meyer@googlemail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).