From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sharon Kimble Newsgroups: gmane.emacs.help Subject: Re: Debugger output Date: Sat, 31 May 2014 15:38:27 +0100 Message-ID: <871tvaf1y4.fsf@skimble.plus.com> References: <87k392i3qz.fsf@skimble.plus.com> <87y4xiqif5.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Trace: ger.gmane.org 1401547143 6622 80.91.229.3 (31 May 2014 14:39:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 May 2014 14:39:03 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Thorsten Jolitz Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat May 31 16:38:59 2014 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 1WqkQz-0000L4-W5 for geh-help-gnu-emacs@m.gmane.org; Sat, 31 May 2014 16:38:58 +0200 Original-Received: from localhost ([::1]:59968 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqkQz-0008SU-Jq for geh-help-gnu-emacs@m.gmane.org; Sat, 31 May 2014 10:38:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqkQk-0008SP-Iu for help-gnu-emacs@gnu.org; Sat, 31 May 2014 10:38:47 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WqkQg-00074r-2G for help-gnu-emacs@gnu.org; Sat, 31 May 2014 10:38:42 -0400 Original-Received: from avasout07.plus.net ([84.93.230.235]:47156) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WqkQf-00074h-SR for help-gnu-emacs@gnu.org; Sat, 31 May 2014 10:38:37 -0400 Original-Received: from london ([146.90.132.220]) by avasout07 with smtp id 8eea1o0024lU3kJ01eebPT; Sat, 31 May 2014 15:38:35 +0100 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.1 cv=CLikXHbD c=1 sm=1 tr=0 a=kGy+Rrvq4CUlqJ3C4+Z3xQ==:117 a=kGy+Rrvq4CUlqJ3C4+Z3xQ==:17 a=0Bzu9jTXAAAA:8 a=dOUBY0j0ER4A:10 a=ihvODaAuJD4A:10 a=EBOSESyhAAAA:8 a=pGLkceISAAAA:8 a=5BjqvbPkAAAA:8 a=LlzXLoV6AAAA:8 a=xtERp6CFAAAA:8 a=iI7HsYTVAAAA:8 a=cZGj7A_sK84uvW5rOY0A:9 a=HH8YjFaZ-EqhJMCB:21 a=D7OTpGjP1xyLtfcI:21 a=MSl-tDqOz04A:10 a=JMmfegjDVLgA:10 a=pRvfddsCPB3jV6BEmowA:9 X-AUTH: skimble:2500 In-Reply-To: <87y4xiqif5.fsf@gmail.com> (Thorsten Jolitz's message of "Sat, 31 May 2014 13:47:10 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x (no timestamps) [generic] X-Received-From: 84.93.230.235 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:97984 Archived-At: --==-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Thorsten Jolitz writes: > Sharon Kimble 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) > `------------------------------------------------------------ I couldn't find where biblatex and regexp were both called together, so I ended up using the "shotgun-approach", i.e. commenting out all references to regexp in the "setup-orgmode" file, now everything loads properly with no problems. When I use biblatex I'm mostly writing in latex-mode anyway, so its no problem. Thanks Sharon. =2D-=20 A taste of linux =3D http://www.sharons.org.uk my git repo =3D https://bitbucket.org/boudiccas/dots TGmeds =3D http://www.tgmeds.org.uk Debian testing, MATE 1.8.1, emacs 24.3.91.1 --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQIcBAEBCgAGBQJTielkAAoJEDaBgBkK+INbF6QP/3P0ZAYyVWE+nz1h+F/ve8ud QfYYnmhedrv2OiLzaHKvy/k7dtkgIv3UnWREYUAPpDhVTlxril6Obis0p4kVD6Pp KIuNE53EME3AOAZOetU1OmHWSFveoAa7Z3bume2daHPm1XDSeGYhuef2luWUDI86 /tJcSLFejwzCGD45m0V3HNgy/oRQtABBo1TKjgmO2nJpgKR6td425SIh0eWe8Bi8 rvHIvUyiMu1AG9XO6/6ABH461wbHq9vNh+43hzhYNvaqaSlLmDrYzWnpbfeHw/mW lfm0mSTyGbop8OARS8cEm0IDnwsUl2dNTa6kkzYgvlz135HoC9lQ1ndacDx2CN7u lnc8PDDq9Duy0UKatht8BXScxY0P6OILAw+TCao7OsyxjAKTNRyeUHho/5Z4OlYr FK86oQXdy1XiVmGX8xeN8K4VYBGsiuVQkhVGQyCwTzgL0aPInkEm2488wtIzdj5m wxmJj/y/sSs8gH+f+qDpSOBSgEQPV36jmPY4mBZjn5m+AZ/D0Bm3oYz4Gi3ChOjM Fyw5qjZ66/Ew8xRdvmo5w6OkDHuMSbYTg6JGDP1sZrznV/nLOycjMPDLjkRay1vc S33LlH+Rzxqo3/T37UNZgfuJgEd8mhoDQF2/9HkIntp61bg1uvukQg9Pbd08c8uA ktrszL1uUhP+TE3ZcQZC =hkn9 -----END PGP SIGNATURE----- --==-=-=--