From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: mmm-mode/html-mode/php-mode issues Date: Sat, 23 May 2009 10:47:46 +0200 Message-ID: References: <20090521115831.7fb1d235@abz8111lx.eurac.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1243068505 22770 80.91.229.12 (23 May 2009 08:48:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 May 2009 08:48:25 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Yuri D'Elia" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 23 10:48:18 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M7mtt-0005QP-BJ for geh-help-gnu-emacs@m.gmane.org; Sat, 23 May 2009 10:48:18 +0200 Original-Received: from localhost ([127.0.0.1]:55350 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7mts-0005e3-Dk for geh-help-gnu-emacs@m.gmane.org; Sat, 23 May 2009 04:48:16 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M7mtV-0005ch-Ud for help-gnu-emacs@gnu.org; Sat, 23 May 2009 04:47:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M7mtQ-0005YP-KW for help-gnu-emacs@gnu.org; Sat, 23 May 2009 04:47:52 -0400 Original-Received: from [199.232.76.173] (port=59080 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M7mtQ-0005Y7-Cs for help-gnu-emacs@gnu.org; Sat, 23 May 2009 04:47:48 -0400 Original-Received: from mail-fx0-f169.google.com ([209.85.220.169]:58953) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7mtP-0000FK-Q3 for help-gnu-emacs@gnu.org; Sat, 23 May 2009 04:47:47 -0400 Original-Received: by fxm17 with SMTP id 17so2269364fxm.42 for ; Sat, 23 May 2009 01:47:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=HjlLEqVpggRRq0kg0+HBVcPnbyOLeF4QSCN811Lbo4g=; b=D9stsMDgwjfeFaB09xI1YQfVc0wy3qAFad1BQCA/l4qyrgfgRPU/xfyriZ6/JKMDCV eYftVCjW5Rc5SsMWgF2jMIGnN0wSwmCkhK4GXmBLmYkDRLIn9eQnr3VtwwvB4xzKwh+r hBeQFWfZLVcogsFH8S2Dcd+3GgVtmVArke/ys= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=RgMv5Aww6f1YoqmpUWoNGxweQO0CphajJzpGT8YxSPzKSKlVlCxZV28eouSxYbL0Ik SZu8ihNjRObfQGtaKJPJZaA7sZY/bvpXAEVl2MmmYu0U9B7QrhowJvUb5TC7vuDiCdRl Zk74SHM5pnC8HlfQFoOC8BxFB78uO6bTa6BB4= Original-Received: by 10.239.164.6 with SMTP id r6mr349121hbd.104.1243068466965; Sat, 23 May 2009 01:47:46 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:64648 Archived-At: On Sat, May 23, 2009 at 9:52 AM, Yuri D'Elia wrote: > Can I use *just* mumamo and use html-mode with php as a submode? I > somewhat tried months ago, but it seemed that mumamo was always loading > nXhtml. I would happily replace mmm-mode if I could. Nearly. All features in nXhtml are autoloaded. Without byte compiling nXhtml it loads in 5 sec on my old pc. (Byt that I mean it runs nxhtml/autostart.el in 5 sec.) Nearly all of that time is for loading mumamo.el. After byte compiling nXhtml (there is an entry for doing that in the nXhtml menu) nxhtml/autostart.el takes 0.1 sec. But what do you mean with that "mumamo was always loading nXhtml"? There is no supported way to use mumamo.el without loading nXhtml (ie running nxhtml/autostart.el).