GNU bug report logs - #1672
we should add an emacs/.dir-locals.el

Previous Next

Package: emacs;

Reported by: Dan Nicolaescu <dann <at> ics.uci.edu>

Date: Mon, 22 Dec 2008 16:35:02 UTC

Severity: normal

Done: Dan Nicolaescu <dann <at> ics.uci.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Juri Linkov <juri <at> jurta.org>
To: Dan Nicolaescu <dann <at> ics.uci.edu>
Cc: 1672 <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
Subject: bug#1672: we should add an emacs/.dir-locals.el
Date: Tue, 23 Dec 2008 23:28:37 +0200
> Given that we want .dir-locals.el to become widely used, we should lead
> by example and add such a file to the distribution.
>
> Here's an example:
>
> ((nil . ((indent-tabs-mode . t)
>          (tab-width . 8)
>          (fill-column . 80)))
>  (c-mode . ((c-file-style . "GNU")))
>  (change-log-mode . ((add-log-time-zone-rule . t)))
>  ("lisp/mail/pmail*"
>   . ((nil . ((change-log-default-name . "ChangeLog.pmail"))))))

Good idea.  Then we can remove `add-log-time-zone-rule: t' from the
file Local Variables section of all ChangeLog files in the Emacs tree,
have no more spaces-vs-tabs mess and other formatting issues.

-- 
Juri Linkov
http://www.jurta.org/emacs/





This bug report was last modified 16 years and 213 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.