From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: Specifying mode in file variables trouble Date: Wed, 22 Oct 2008 02:21:16 -0400 Message-ID: References: <48D6E8FB.4070108@gmail.com> <48D79A25.7050000@gmail.com> <48D8BB40.6060806@gmail.com> <48D954F9.4010302@gmail.com> <48DA770F.8010803@gmail.com> <20080925062845.GA17698@tomas> <48FE2AA1.30300@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1224661712 420 80.91.229.12 (22 Oct 2008 07:48:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2008 07:48:32 +0000 (UTC) Cc: dmhouse@gmail.com, tomas@tuxteam.de, monnier@iro.umontreal.ca, aaron.s.hawley@gmail.com, emacs-devel@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 22 09:49:32 2008 connect(): Connection refused Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KsYTD-0007Rb-3k for ged-emacs-devel@m.gmane.org; Wed, 22 Oct 2008 09:49:31 +0200 Original-Received: from localhost ([127.0.0.1]:60570 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsYS7-0007Yz-Ch for ged-emacs-devel@m.gmane.org; Wed, 22 Oct 2008 03:48:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsYRy-0007XD-GO for emacs-devel@gnu.org; Wed, 22 Oct 2008 03:48:14 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsYRv-0007VY-SG for emacs-devel@gnu.org; Wed, 22 Oct 2008 03:48:12 -0400 Original-Received: from [199.232.76.173] (port=54462 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsYQD-00070Q-Qq for emacs-devel@gnu.org; Wed, 22 Oct 2008 03:46:25 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:35256) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsYQD-0000mv-Ij for emacs-devel@gnu.org; Wed, 22 Oct 2008 03:46:25 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KsX5o-00031T-6i; Wed, 22 Oct 2008 02:21:16 -0400 In-reply-to: <48FE2AA1.30300@gmail.com> (lennart.borgman@gmail.com) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:104825 Archived-At: > * Arrange for mumamo not to call `nxml-mode' unless/until you move > point into an HTML chunk. This is the way I have implemented it now, a major mode is not loaded by mumamo until you move into a chunk where this major mode is used. That is good. So it is fine if php-mode always sets up to use mumamo.