bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#1672: marked as done (we should add an emacs/.dir-locals.el)


From: Emacs bug Tracking System
Subject: bug#1672: marked as done (we should add an emacs/.dir-locals.el)
Date: Wed, 24 Dec 2008 00:50:02 +0000

Your message dated Tue, 23 Dec 2008 16:47:11 -0800 (PST)
with message-id <200812240047.mBO0lBtT005920@mothra.ics.uci.edu>
and subject line Re: bug#1672: we should add an emacs/.dir-locals.el
has caused the Emacs bug report #1672,
regarding we should add an emacs/.dir-locals.el
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
1672: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=1672
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: we should add an emacs/.dir-locals.el Date: Mon, 22 Dec 2008 08:33:15 -0800 (PST)
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"))))))


Some of the things it sets are the default, but some people might change
them in their .emacs, so make sure the right values are used in the
emacs tree.  Another change is to make sure pmail* uses the right
ChangeLog file.





--- End Message ---
--- Begin Message --- Subject: Re: bug#1672: we should add an emacs/.dir-locals.el Date: Tue, 23 Dec 2008 16:47:11 -0800 (PST)
Juri Linkov <juri@jurta.org> writes:

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

I checked in the file.  Now that we have it, things ca be added/removed
to make it better.


--- End Message ---

reply via email to

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