From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?Q?S=C3=A9bastien_Vauban?= Subject: Re: Error "while: Stack overflow in regexp matcher" Date: Wed, 02 Sep 2009 18:05:54 +0200 Message-ID: <87ws4h2uxp.fsf@mundaneum.com> References: <87r5wi71id.fsf@mundaneum.com> <16C1834B-D718-41CB-8A76-BC50A08085A2@uva.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org-mXXj517/zsQ@public.gmane.org To: emacs-orgmode-mXXj517/zsQ@public.gmane.org Hi Carsten, Carsten Dominik wrote: > On Jul 15, 2009, at 11:12 AM, S=C3=A9bastien Vauban wrote: >> >> I'm trying to publish my `.emacs' file onto the Web, for interested peop= le >> to come and copy stuff they find valuable. My turn to do it. >> >> I did that in the past with Muse, no problem. >> >> But, now, I wanna do it with the real system... and I've always an error >> when trying to publish my config file: >> >> "while: Stack overflow in regexp matcher". >> >> Nothing gets published. Of course, my `.emacs' file is quite long, but t= hat >> worked within similar technology (htmlize [=C2=B9]) with Muse. >> >> [=C2=B9] Yes, I'm using the version of Carsten, being Emacs 23 user. > > Sebastien has now (off-list) made it possible for me to reproduce this bu= g. > Which is why it finally has been fixed. Thank you very much. This works as expected [=C2=B2]. Fan-tas-tic! Thanks for all, Seb [=C2=B2] The only minor thing -- this is a small detail! -- is that my buff= er uses `outline-minor-mode' and Org-level-* titles in comments (based on the c= ode of Tassilo) for enhancing the readability of any long file (here, my `.emacs'). While these titles are properly highlighted (other color, bigger font) when read under Emacs, they are not in the HTMLized version of the buff= er. --8<---------------cut here---------------start------------->8--- ;;** --[ Environment ]--------------------- --8<---------------cut here---------------end--------------->8--- simply becomes: --8<---------------cut here---------------start------------->8--- ;; ** --[ Environment ]--------------------- --8<---------------cut here---------------end--------------->8--- in HTML, while it should be fontified as the Org-level-1 face: --8<---------------cut here---------------start------------->8--- (org-level-1 ((t (:foreground "cornflower blue" :weight bold :height 1.8 :family "Arial")))) --8<---------------cut here---------------end--------------->8--- --=20 S=C3=A9bastien Vauban _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode-mXXj517/zsQ@public.gmane.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode