help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Debugger output


From: Thorsten Jolitz
Subject: Re: Debugger output
Date: Sat, 31 May 2014 13:47:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Sharon Kimble <boudiccas@skimble.plus.com> writes:

> Everytime I start emacs now I get a big problem with this -
>
> Debugger entered--Lisp error: (error "Stack overflow in regexp matcher")
>   re-search-forward("^[^%]*\\\\usepackage.*{biblatex}" nil t)
[...]

> *That* is my "Debugger/backtrace" buffer! And I haven't a clue in
>  how to sort it out! Can anyone help please? I did try to have the
>  code inline, but gnus did not play ball!
>
> I've tried renaming "2014a.org" but it made no difference as the new
> file was tried to be referenced. And I must have that file which is
> my daily journal, laid out like this -
> --8<---------------cut here---------------start------------->8---
> * May
> ** 31 Sat
> blah blah, etc.
> --8<---------------cut here---------------end--------------->8---
>
> Can anyone help please?

Without digging any deeper, I would suggest to try the non-greedy
variant of * in the regexp (i.e. *?). Maybe it helps and still does the
job ...

 ,------------------------------------------------------------
 | re-search-forward("^[^%]*\\\\usepackage.*{biblatex}" nil t)
 `------------------------------------------------------------

-- 
cheers,
Thorsten




reply via email to

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