From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [bug] Fontification of bold and italics Date: Fri, 14 Mar 2014 16:24:21 +0100 Message-ID: <87fvmkrefu.fsf@bzg.ath.cx> References: <86fvn6gncq.fsf@somewhere.org> <87pplqozk9.fsf@bzg.ath.cx> <86wqfxul0b.fsf@somewhere.org> <8738iksuu2.fsf@bzg.ath.cx> <86k3bwom0e.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60145) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOTyl-00048z-Gp for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 11:25:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WOTyf-0007mn-Nv for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 11:24:59 -0400 Received: from plane.gmane.org ([80.91.229.3]:52762) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WOTyf-0007me-BS for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 11:24:53 -0400 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WOTyY-0000Vw-U0 for emacs-orgmode@gnu.org; Fri, 14 Mar 2014 16:24:46 +0100 In-Reply-To: <86k3bwom0e.fsf@somewhere.org> (Sebastien Vauban's message of "Fri, 14 Mar 2014 16:09:05 +0100") 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: Sebastien Vauban Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org Sebastien Vauban writes: > A little problem (while it's already better than what's currently in > master): > > http://screencast.com/t/55xJRY10UN5 > > The word "show", in sandwich between 2 expressions in bold, is displayed > in bold, while it shouldn't. For that you need to remove the " character from characters that are forbidden as border chars (check `org-emphasis-regexp-components' docstring.) HTH, -- Bastien