all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten Jolitz <tjolitz@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Debugger output
Date: Sat, 31 May 2014 13:47:10 +0200	[thread overview]
Message-ID: <87y4xiqif5.fsf@gmail.com> (raw)
In-Reply-To: 87k392i3qz.fsf@skimble.plus.com

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	other threads:[~2014-05-31 11:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-31 11:31 Debugger output Sharon Kimble
2014-05-31 11:47 ` Thorsten Jolitz [this message]
2014-05-31 14:38   ` Sharon Kimble

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y4xiqif5.fsf@gmail.com \
    --to=tjolitz@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.