From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Re: Error "while: Stack overflow in regexp matcher" Date: Thu, 3 Sep 2009 08:51:00 +0200 Message-ID: <546CF294-9DD7-435D-A9C5-8A53D9EA6C0B@gmail.com> References: <87r5wi71id.fsf@mundaneum.com> <16C1834B-D718-41CB-8A76-BC50A08085A2@uva.nl> <87ws4h2uxp.fsf@mundaneum.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mj6A1-0005hd-K2 for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 02:51:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mj69x-0005g3-VH for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 02:51:09 -0400 Received: from [199.232.76.173] (port=40913 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mj69x-0005fu-Mp for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 02:51:05 -0400 Received: from mx20.gnu.org ([199.232.41.8]:12866) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Mj69x-0008Tc-5D for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 02:51:05 -0400 Received: from ey-out-1920.google.com ([74.125.78.148]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mj69w-0004W5-I5 for emacs-orgmode@gnu.org; Thu, 03 Sep 2009 02:51:04 -0400 Received: by ey-out-1920.google.com with SMTP id 26so1057198eyw.2 for ; Wed, 02 Sep 2009 23:51:03 -0700 (PDT) In-Reply-To: <87ws4h2uxp.fsf@mundaneum.com> 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@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: =?ISO-8859-1?Q?S=E9bastien_Vauban?= Cc: emacs-orgmode@gnu.org On Sep 2, 2009, at 6:05 PM, S=E9bastien Vauban wrote: > Hi Carsten, > > Carsten Dominik wrote: >> On Jul 15, 2009, at 11:12 AM, S=E9bastien Vauban wrote: >>> >>> I'm trying to publish my `.emacs' file onto the Web, for =20 >>> interested people >>> 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 =20= >>> 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, =20= >>> but that >>> worked within similar technology (htmlize [=B9]) with Muse. >>> >>> [=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 =20 >> this bug. >> Which is why it finally has been fixed. > > Thank you very much. This works as expected [=B2]. > > Fan-tas-tic! > > Thanks for all, > Seb > > [=B2] The only minor thing -- this is a small detail! -- is that my =20= > buffer uses > `outline-minor-mode' and Org-level-* titles in comments (based on =20= > the code > of Tassilo) for enhancing the readability of any long file (here, =20= > my > `.emacs'). > > While these titles are properly highlighted (other color, bigger =20= > font) > when read under Emacs, they are not in the HTMLized version of =20 > the buffer. What is the setup for getting this special fontification? How do you activate it? In a mode hook? Org just sets the proper mode to get the fontification, so I do not understand why this would not work. - Carsten > > --8<---------------cut here---------------start------------->8--- > ;;** --[ Environment ]--------------------- > --8<---------------cut here---------------end--------------->8--- > > simply becomes: > > --8<---------------cut here---------------start------------->8--- > ;; > ** --=20 > [ 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=E9bastien Vauban > > > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode