From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Show presence of zero width spaces using overlay Date: Tue, 19 Apr 2016 12:16:56 +0200 Message-ID: <8760vdewdj.fsf@nicolasgoaziou.fr> References: <87eghk9p2z.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34754) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asSgC-0003bt-3P for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 06:14:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1asSgB-00029G-96 for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 06:14:48 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:32925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1asSgA-000295-S2 for emacs-orgmode@gnu.org; Tue, 19 Apr 2016 06:14:47 -0400 In-Reply-To: (timor's message of "Tue, 19 Apr 2016 11:23:23 +0200") 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" To: timor Cc: emacs-orgmode@gnu.org Hello, timor writes: > Specification-wise, I cannot think of anything other than > > "Use to prevent any special characters from formatting text." > > I guess one would have to define the list of characters which can be escaped. > I also don't know if backslash is the correct way to go. Actually, this is not really a specification of the problem, which is quite tricky. The list of characters is but one part of it. Another part is where escaping should be allowed. Note that allowing to escape everywhere would be terrible, if only performance-wise. The last part is about handling it at the parser level (there's also the fontification, which doesn't use the parser ATM). > Another thing I think is important is that is > semi-obvious to non-org-mode people. That's why I think using > org-entities is not a valid workaround for my original problem. That's all we have at the moment. Regards, -- Nicolas Goaziou