From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: [BUG] Parsing consecutive stars Date: Sat, 06 Oct 2012 13:10:53 +0200 Message-ID: <87ehlb7t4y.fsf@gmail.com> References: <87vcepk9f6.wl%william.lechelle@ens-lyon.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:50576) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKSLC-00082Z-SX for emacs-orgmode@gnu.org; Sat, 06 Oct 2012 07:14:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKSLB-0004jF-PI for emacs-orgmode@gnu.org; Sat, 06 Oct 2012 07:14:42 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:33391) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKSLB-0004i3-GL for emacs-orgmode@gnu.org; Sat, 06 Oct 2012 07:14:41 -0400 Received: by mail-we0-f169.google.com with SMTP id u3so1744715wey.0 for ; Sat, 06 Oct 2012 04:14:40 -0700 (PDT) In-Reply-To: <87vcepk9f6.wl%william.lechelle@ens-lyon.fr> ("William \=\?utf-8\?Q\?L\=C3\=A9chelle\=22's\?\= message of "Thu, 04 Oct 2012 21:13:49 -0400") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: William =?utf-8?Q?L=C3=A9chelle?= Cc: emacs-orgmode Hello, William L=C3=A9chelle writes: > Hi list, > > It looks like the stars parser has a problem with 2 consecutive stars, he= nce > with bold in 2nd level headers. > > The following sums up all the relevant tests I performed. Only 3rd and 4th > lines seem to be related, in a strange fashion, even, but I couldn't find > anything else that would indicate lines not being independant. The fontification engine is not very powerful and get easily fooled. You may use entities (i.e. \ast and \ast{}) for ambiguous stars. Regards, --=20 Nicolas Goaziou