From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#15577: 24.3; dir-local variables not applied when switching major-mode Date: Sat, 19 Oct 2013 17:55:09 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1382219776 9549 80.91.229.3 (19 Oct 2013 21:56:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 19 Oct 2013 21:56:16 +0000 (UTC) Cc: 15577 <15577@debbugs.gnu.org> To: yary Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Oct 19 23:56:19 2013 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VXeVP-0007bK-3q for geb-bug-gnu-emacs@m.gmane.org; Sat, 19 Oct 2013 23:56:19 +0200 Original-Received: from localhost ([::1]:34506 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXeVO-0004hv-PL for geb-bug-gnu-emacs@m.gmane.org; Sat, 19 Oct 2013 17:56:18 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33979) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXeVF-0004hc-9e for bug-gnu-emacs@gnu.org; Sat, 19 Oct 2013 17:56:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VXeV7-00050B-Vp for bug-gnu-emacs@gnu.org; Sat, 19 Oct 2013 17:56:09 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:44296) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VXeV7-000507-S6 for bug-gnu-emacs@gnu.org; Sat, 19 Oct 2013 17:56:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VXeV7-0001uL-JP for bug-gnu-emacs@gnu.org; Sat, 19 Oct 2013 17:56:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Stefan Monnier Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 19 Oct 2013 21:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15577 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 15577-submit@debbugs.gnu.org id=B15577.13822197187268 (code B ref 15577); Sat, 19 Oct 2013 21:56:01 +0000 Original-Received: (at 15577) by debbugs.gnu.org; 19 Oct 2013 21:55:18 +0000 Original-Received: from localhost ([127.0.0.1]:58315 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXeUP-0001tA-8a for submit@debbugs.gnu.org; Sat, 19 Oct 2013 17:55:17 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:35612) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VXeUN-0001st-AH for 15577@debbugs.gnu.org; Sat, 19 Oct 2013 17:55:15 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFsr+kq/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOkeoFegxM X-IPAS-Result: Av4EABK/CFFsr+kq/2dsb2JhbABEvw4Xc4IeAQEEAVYjBQsLNBIUGA0kiB4GwS2RCgOkeoFegxM X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="35890344" Original-Received: from 108-175-233-42.dsl.teksavvy.com (HELO pastel.home) ([108.175.233.42]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 19 Oct 2013 17:55:09 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 82691608B1; Sat, 19 Oct 2013 17:55:09 -0400 (EDT) In-Reply-To: (yary's message of "Sat, 19 Oct 2013 15:08:17 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:79407 Archived-At: > Moving dir-local setup code to after-change-major-mode-hook would be a > simple fix for issue #1. File-local (as it is now) in > after-change-major-mode-hook would cause some problems eg. if a > file-local sets the mode! Obviously if we move the mode-setting part, we introduce a bug, so we wouldn't move it (it's already handled separately for the same kind of reasons). Stefan