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

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

[debbugs-tracker] bug#23407: closed (.dir-local settings get obliterated


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23407: closed (.dir-local settings get obliterated on running a major mode function.)
Date: Thu, 05 May 2016 11:25:02 +0000

Your message dated 5 May 2016 11:24:13 -0000
with message-id <address@hidden>
and subject line Re: bug#23407: .dir-local settings get obliterated on running 
a major  mode function.
has caused the debbugs.gnu.org bug report #23407,
regarding .dir-local settings get obliterated on running a major mode function.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
23407: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23407
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: .dir-local settings get obliterated on running a major mode function. Date: Sat, 30 Apr 2016 10:27:44 +0000 User-agent: Mutt/1.5.24 (2015-08-30)
Hello, Emacs.

In the master branch (I'm sure it's the same in the emacs-25 branch,
too):
1. start Emacs with emacs -Q
2. Visit any emacs lisp file which is part of Emacs with C-x C-f.
3. Do C-h C-v indent-tabs-mode <RET>.  The *Help* buffer starts off
  with:

    indent-tabs-mode is a variable defined in `C source code'.
    Its value is nil
    Original value was t
    Local in buffer follow.el; global value is t

  .  The local value comes from the .dir-locals in the top level Emacs
  directory.
4. Do M-x emacs-lisp-mode.
5. Again do C-h C-v indent-tabs-mode <RET>.  This time, the *Help*
  buffer starts off with:

    indent-tabs-mode is a variable defined in `C source code'.
    Its value is t

  .  This is different from the first *Help* buffer.
6. This is a bug.  On running a major mode, directory local settings
  should be respected.

-- 
Alan Mackenzie (Nuremberg, Germany).



--- End Message ---
--- Begin Message --- Subject: Re: bug#23407: .dir-local settings get obliterated on running a major mode function. Date: 5 May 2016 11:24:13 -0000 User-agent: tin/2.3.1-20141224 ("Tallant") (UNIX) (FreeBSD/10.3-RELEASE (amd64))
Bug fixed in savannah master branch.

-- 
Alan Mackenzie (Nuremberg, Germany).



--- End Message ---

reply via email to

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