all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Oleksandr Gavenko <gavenkoa@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Is there any possibility recursively by dir propagate Emacs settings like .dir-locals.el per dir?
Date: Wed, 29 Dec 2010 00:30:36 +0200	[thread overview]
Message-ID: <ifdoej$ogs$1@dough.gmane.org> (raw)
In-Reply-To: <ifdn7d$jie$1@dough.gmane.org>

On 2010-12-29 0:09, Oleksandr Gavenko wrote:
> Is there any possibility recursively by dir propagate Emacs settings
> like .dir-locals.el per dir?
>
> For example it is useful set file encoding in root of software project
> instead per file (-*-...-*-)/dir (.dir-locals.el) settings.
>
Some answer I found in manual:

    If you put a file with a special name `.dir-locals.el'(1) in a
directory, Emacs will read it when it visits any file in that directory
or any of its subdirectories, and apply the settings it specifies to
the file's buffer.  Emacs searches for `.dir-locals.el' starting in the
directory of the visited file, and moving up the directory tree.

I have question how this work:

I) 1. visit to file
   2. check for ./.dir-locals.el
   3. if ./.dir-locals.el not found, check for ../.dir-locals.el
   4. if ../.dir-locals.el not found, check for ../../.dir-locals.el
...

or

II) 1. visit to file
   2. check for ./.dir-locals.el
   3. check for ../.dir-locals.el
   4. check for ../../.dir-locals.el
...

I like II) variant.

If I) right how deep .dir-locals.el can include upper .dir-locals.el?

I check this myself in morning, but now time to sleep...

-- 
Best regards!




  reply	other threads:[~2010-12-28 22:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-28 22:09 Is there any possibility recursively by dir propagate Emacs settings like .dir-locals.el per dir? Oleksandr Gavenko
2010-12-28 22:30 ` Oleksandr Gavenko [this message]
2010-12-29 11:48   ` Eli Zaretskii

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

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

  git send-email \
    --in-reply-to='ifdoej$ogs$1@dough.gmane.org' \
    --to=gavenkoa@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.