emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: filladapt mode stops filling after lengthy amount of emacs uptime


From: Stefan Monnier
Subject: Re: filladapt mode stops filling after lengthy amount of emacs uptime
Date: Thu, 29 Mar 2007 09:53:44 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux)

> OK. It really is a long regexp! Emacs has been up for days now and
> the error popped back up again. Backtrace at:

> http://tinyurl.com/2dpnra

> Suggestions?

The regexp is mostly composed of a repetition of

  "\\(--[[][[]\\([^]]*\\)]\\([[]\\([^]]*\\)]\\|\\)]\\|"

so there's most likely a place in the filladapt code (or some related code)
which adds this every once in a while without making sure that it hasn't
added it already.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]