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

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

bug#3430: marked as done (23.0.94; cannot enable two minor modes in .dir


From: Emacs bug Tracking System
Subject: bug#3430: marked as done (23.0.94; cannot enable two minor modes in .dir-locals.el)
Date: Mon, 22 Jun 2009 07:05:07 +0000

Your message dated Mon, 22 Jun 2009 03:02:45 -0400
with message-id <4k3a9s21ka.fsf@fencepost.gnu.org>
and subject line Re: bug#3430: 23.0.94; cannot enable two minor modes in 
.dir-locals.el
has caused the Emacs bug report #3430,
regarding 23.0.94; cannot enable two minor modes in .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.)


-- 
3430: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=3430
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems
--- Begin Message --- Subject: 23.0.94; cannot enable two minor modes in .dir-locals.el Date: Sun, 31 May 2009 15:37:59 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (darwin)
Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

My LaTeX project setting looks like this:

((latex-mode . ((auto-fill-function . nil)
                (fill-column . 90)
                (mode . outline-minor)
                (mode . longlines)
                (coding . "latin-1"))))

i.e. I want to enable two minor modes for all .TeX files among other
things.

I start with Emacs -q and open a .TeX in that project, only longlines is
enabled. Do you think this is a bug? Thank you.

This is tested on GNU Emacs 23.0.94.1 (i386-apple-darwin9.7.0, NS
apple-appkit-949.46) of 2009-05-23 on 200.sub-75-216-116.myvzw.com

Leo


--- End Message ---
--- Begin Message --- Subject: Re: bug#3430: 23.0.94; cannot enable two minor modes in .dir-locals.el Date: Mon, 22 Jun 2009 03:02:45 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Fixed in trunk for 23.2

      * files.el (dir-locals-collect-mode-variables): Allow for any
        number of `mode' and `eval' entries.  (Bug#3430)

--- End Message ---

reply via email to

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