From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Abrahamsen Subject: Re: Show presence of zero width spaces using overlay Date: Sat, 19 Sep 2015 09:47:59 +0800 Message-ID: <87io772n8w.fsf@ericabrahamsen.net> References: <87twqrtou5.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zd7G5-0002K7-PT for emacs-orgmode@gnu.org; Fri, 18 Sep 2015 21:48:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zd7G2-0008Gk-Jk for emacs-orgmode@gnu.org; Fri, 18 Sep 2015 21:48:09 -0400 Received: from plane.gmane.org ([80.91.229.3]:47421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zd7G2-0008GZ-DU for emacs-orgmode@gnu.org; Fri, 18 Sep 2015 21:48:06 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1Zd7Fz-0003nZ-Qh for emacs-orgmode@gnu.org; Sat, 19 Sep 2015 03:48:04 +0200 Received: from 123.123.22.164 ([123.123.22.164]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Sep 2015 03:48:03 +0200 Received: from eric by 123.123.22.164 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 19 Sep 2015 03:48:03 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Kaushal Modi writes: > My most common uses are escaping double quotes (") and equals (=) > within org verbatim blocks (=VERBATIM=) > > Examples: > > 1. =var=[ZWS]val= > 2. =[ZWS]"something"[ZWS]= > > Here [ZWS] is the 0x200b zero width space unicode char. > > I found [ZWS] useful as a generic escape char for org mode. There are > few other cases where this has been useful, but I can't recall right > now. > > In any case, what would be the recommended way to escape " and = in > the above 2 examples? Check out the variable `org-entities' for all the replaceable escape codes. It's got quotes and equal! E