From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow Date: Mon, 27 Aug 2012 10:38:53 +0100 Organization: aich tea tea pea dicky riley dot net Message-ID: References: <503A84DF.1000404@yandex.ru> Reply-To: help-gnu-emacs@gnu.org NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1346060414 6848 80.91.229.3 (27 Aug 2012 09:40:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Aug 2012 09:40:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 27 11:40:15 2012 Return-path: Envelope-to: geh-help-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 1T5vnr-0008FN-2g for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Aug 2012 11:40:15 +0200 Original-Received: from localhost ([::1]:39472 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5vnp-0003tK-4N for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Aug 2012 05:40:13 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35720) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5vnj-0003rS-JY for help-gnu-emacs@gnu.org; Mon, 27 Aug 2012 05:40:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T5vni-00046Q-DA for help-gnu-emacs@gnu.org; Mon, 27 Aug 2012 05:40:07 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:57990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T5vni-00045P-6K for help-gnu-emacs@gnu.org; Mon, 27 Aug 2012 05:40:06 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1T5vng-00088z-Gb for help-gnu-emacs@gnu.org; Mon, 27 Aug 2012 11:40:04 +0200 Original-Received: from client-86-31-168-154.oxfd.adsl.virginmedia.com ([86.31.168.154]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Aug 2012 11:40:04 +0200 Original-Received: from rileyrg by client-86-31-168-154.oxfd.adsl.virginmedia.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Aug 2012 11:40:04 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 25 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: client-86-31-168-154.oxfd.adsl.virginmedia.com X-Message-Smtp-Method: smtp smtp.gmail.com 587 rileyrg Mail-Copies-To: never User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) Cancel-Lock: sha1:WSlGw9w43FkSqp7uRR+oHgsUirU= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86543 Archived-At: Dmitry Gutov writes: > Martin Butz writes: >> Am 26.08.2012 18:01, schrieb Jambunathan K: >>> Have you tried disabling validation. >> >> I tried to do that over the menu, but did not find the responsible > variable to >> disable it completely. > > If you're going to disable validation, you might want to look into just > using html-mode instead of nxml-mode. It has commands for moving to > matching tags, too: html-mode is useless, give or take, for mixed mode files. > > http://stackoverflow.com/questions/7022556/emacs-nxhtml-how-to-highlight-or-jump-to-the-closing-html-tag > > IIRC nxhtml should also have a multi-mode for PHP that is based on > html-mode. nxhtml ships with its own php mode and is one of the main reasons for its development from what I can gather. It has come along a long way and is very useful when it works properly.