Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Emacs and nxml/nxhtml-mode: memory overflow
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  Messages 1 - 25 of 31 - Collapse all  -  Translate all to Translated (View all originals)   Newer >
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Martin Butz  
View profile  
 More options Aug 23 2012, 8:56 am
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Thu, 23 Aug 2012 14:56:26 +0200
Local: Thurs, Aug 23 2012 8:56 am
Subject: Emacs and nxml/nxhtml-mode: memory overflow
Hi,

since a few weeks I have some serious problem, while using emacs for
webdevelopement. I use (and would like to in future) nxhtml-mode. It
seems that this mode (or the underlying nxml-mode) causes emacs to
consume 100 % cpu-power - at least after a while. I can not spotify the
exact reason for this; in some cases it seem to be caused be validation.
Emacs says MEM FULL! (mode line), freezes and there's no other way as to
kill the process.

I setup a separate .emacs-webdev to use emacs for webdevelopement
without allmost any of my extensions/configuration, which I usually use.
This did work for a while, but as I had a crash today, it seems, that it
can happen anytime.

There might be some side effects concerning one or the other extension
but I have no clue how I can find out whats going on. It could also be
caused by some bug in nxhml/nxhtml-mode but I can not find any
information on the web, which seems to backup this.

I already filed a bug report at launchpad (which admittedly is based on
a very poor information base, as I do not know how to securely reproduce
the misbehaviour); also my posting at stackoverflow [2] was not crowned
with success.

Currently I use emacs 23.2.1 on Linux Mint 11. The last version of
nxml-mode I used is 20041004.

Any tips about that? How can I possibly find out, what emacs causes to
do that?

Greetings
Martin

[1] <https://bugs.launchpad.net/nxhtml/+bug/1032564>
[2]
<http://stackoverflow.com/questions/11247666/emacs-nxhtml-mode-memory-...>
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dmitry Gutov  
View profile  
 More options Aug 26 2012, 10:35 am
Newsgroups: gnu.emacs.help
From: Dmitry Gutov <dgu...@yandex.ru>
Date: Sun, 26 Aug 2012 18:35:41 +0400
Local: Sun, Aug 26 2012 10:35 am
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Martin,

Martin Butz <m...@mkblog.org> writes:

 > since a few weeks I have some serious problem, while using emacs for
 > webdevelopement. I use (and would like to in future) nxhtml-mode. It
seems that
 > this mode (or the underlying nxml-mode) causes emacs to consume 100 %
cpu-power
 > - at least after a while. I can not spotify the exact reason for
this; in some
 > cases it seem to be caused be validation. Emacs says MEM FULL! (mode
line),
 > freezes and there's no other way as to kill the process.
 > ...

I can't help you with nxhtml-mode, but if you describe what exact
features from it you're using, people here might suggest some
alternatives.
nxml-mode, by the way, is considered fairly stable, so if you don't need
anything additional, you can use it alone.

--Dmitry


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jambunathan K  
View profile  
 More options Aug 26 2012, 12:01 pm
Newsgroups: gnu.emacs.help
From: Jambunathan K <kjambunat...@gmail.com>
Date: Sun, 26 Aug 2012 21:31:51 +0530
Local: Sun, Aug 26 2012 12:01 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow

Dmitry Gutov <dgu...@yandex.ru> writes:
>> since a few weeks I have some serious problem, while using emacs for
>> webdevelopement. I use (and would like to in future) nxhtml-mode. It
> seems that
>> this mode (or the underlying nxml-mode) causes emacs to consume 100
>> %
> cpu-power
>> - at least after a while. I can not spotify the exact reason for
> this; in some
>> cases it seem to be caused be validation. Emacs says MEM FULL! (mode
> line),
>> freezes and there's no other way as to kill the process.
>> ...

Have you tried disabling validation.  

If your XML file has no newlines then Emacs will choke.

IIRC, validation happens under the control of timer.  Try increasing it.
--


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 26 2012, 3:02 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Sun, 26 Aug 2012 21:02:54 +0200
Local: Sun, Aug 26 2012 3:02 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Am 26.08.2012 16:35, schrieb Dmitry Gutov:

> Hi Martin,

[...]

> I can't help you with nxhtml-mode, but if you describe what exact
> features from it you're using, people here might suggest some
> alternatives.

Mostly I am working with xhtml mixed with php, and css-mode. I found
that the indentation is the best of all modes, especially when working
with xhtml with php chunks. I offen use the option to find/mark matching
elements.

> nxml-mode, by the way, is considered fairly stable, so if you don't need
> anything additional, you can use it alone.

well yes, that's what I did. It seemed to work, although I started to
add some modes/extensions I offen use, such as anything and elscreen as
well as the stuff lots of people have in their dot-emacs (matching
parentheses aso.). At some point I again had this strange memory
overflow. I admit, I haven't had the patience to find out, whether it is
nxhtml crashes itself at some point or this is a side effect of nxhtml
and some other mode. As I said, I am not able to reprocuce it
consistantly. I only have the assumption, that it takes some time until
the crash occurs.

Thanks a lot for the input.

Martin

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 26 2012, 3:07 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Sun, 26 Aug 2012 21:07:07 +0200
Local: Sun, Aug 26 2012 3:07 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Am 26.08.2012 18:01, schrieb Jambunathan K:

> >> since a few weeks I have some serious problem, while using emacs for
>>> webdevelopement. I use (and would like to in future) nxhtml-mode. It
>> seems that
>>> this mode (or the underlying nxml-mode) causes emacs to consume 100
>>> %
>> cpu-power
>>> - at least after a while. I can not spotify the exact reason for
>> this; in some
>>> cases it seem to be caused be validation. Emacs says MEM FULL! (mode
>> line),
>>> freezes and there's no other way as to kill the process.
>>> ...

> 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 your XML file has no newlines then Emacs will choke.

This is to say: at the EOF?

> IIRC, validation happens under the control of timer.  Try increasing it.

Do you know, how to do this? I assume, it is a variable of nxml-mode, right?

Thanks
Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jambunathan K  
View profile  
 More options Aug 26 2012, 3:18 pm
Newsgroups: gnu.emacs.help
From: Jambunathan K <kjambunat...@gmail.com>
Date: Mon, 27 Aug 2012 00:48:07 +0530
Local: Sun, Aug 26 2012 3:18 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow

M-x apropos-variable RET validate RET

,----
| Type RET on an entry to view its full documentation.
|
| rng-nxml-auto-validate-flag
|    Non-nil means automatically turn on validation with nxml-mode.
| rng-validate-chunk-size
|    Number of characters in a RELAX NG validation chunk.
| rng-validate-delay
|    Time in seconds that Emacs must be idle before starting a full
|    validation.
| rng-validate-quick-delay
|    Time in seconds that Emacs must be idle before starting a quick
|    validation.
`----

>> If your XML file has no newlines then Emacs will choke.

> This is to say: at the EOF?

I mean long lines - something like this

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

instead of like this

aaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaa

>> IIRC, validation happens under the control of timer.  Try increasing it.

> Do you know, how to do this? I assume, it is a variable of nxml-mode, right?

See above options.

ps: I haven't used nxhtml-mode

> Thanks
> Martin

--

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dmitry Gutov  
View profile  
 More options Aug 26 2012, 4:19 pm
Newsgroups: gnu.emacs.help
From: Dmitry Gutov <dgu...@yandex.ru>
Date: Mon, 27 Aug 2012 00:19:43 +0400
Local: Sun, Aug 26 2012 4:19 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Martin Butz <m...@mkblog.org> 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:

http://stackoverflow.com/questions/7022556/emacs-nxhtml-how-to-highli...

IIRC nxhtml should also have a multi-mode for PHP that is based on
html-mode.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Riley  
View profile  
 More options Aug 27 2012, 5:37 am
Newsgroups: gnu.emacs.help
From: Richard Riley <rile...@gmail.com>
Date: Mon, 27 Aug 2012 10:37:25 +0100
Local: Mon, Aug 27 2012 5:37 am
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow

I've tried most methods for mixed mode.

nxhtml is really the only mode for mixed mode programming that even
begins to be useful. I tend to find most other recommendations are done
by people who are not using mixed mode at all. Regradless how the
purists see mixed mode files (try mentioning PHP even in #emacs) , they
are very common. php and html/css/javascript in one file is not
unusual. Emacs addressing this "natively" would be a real boon.

Unfortunately nxhrml doesnt seem to be maintained anymore, or?
Certainly in trunk emacs 24 using nxthml produces loads of popup error
buffers. I emailed the author but got no response.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Richard Riley  
View profile  
 More options Aug 27 2012, 5:38 am
Newsgroups: gnu.emacs.help
From: Richard Riley <rile...@gmail.com>
Date: Mon, 27 Aug 2012 10:38:53 +0100
Local: Mon, Aug 27 2012 5:38 am
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow

Dmitry Gutov <dgu...@yandex.ru> writes:
> Martin Butz <m...@mkblog.org> 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-highli...

> 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.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Martin Butz  
View profile  
 More options Aug 27 2012, 2:44 pm
Newsgroups: gnu.emacs.help
From: Martin Butz <m...@mkblog.org>
Date: Mon, 27 Aug 2012 20:44:33 +0200
Local: Mon, Aug 27 2012 2:44 pm
Subject: Re: Emacs and nxml/nxhtml-mode: memory overflow
Hi Jambinathan,

Am 26.08.2012 21:18, schrieb Jambunathan K:

Thanks. I'll give it a try.

Martin
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| G. Martin Butz, m...@mkblog.org, 0421 98749324, www.mkblog.org |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Messages 1 - 25 of 31   Newer >
« Back to Discussions « Newer topic     Older topic »