From mboxrd@z Thu Jan 1 00:00:00 1970 From: kuanyui Subject: Add a new face for org-verbatim? Date: Fri, 27 Jun 2014 02:34:12 +0800 Message-ID: <87vbrn1pwb.fsf@kuanyui-laptop.site> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60004) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0EVE-00017F-01 for emacs-orgmode@gnu.org; Thu, 26 Jun 2014 14:34:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0EV4-00087j-Ve for emacs-orgmode@gnu.org; Thu, 26 Jun 2014 14:34:31 -0400 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:43721) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0EV4-00087b-PT for emacs-orgmode@gnu.org; Thu, 26 Jun 2014 14:34:22 -0400 Received: by mail-pa0-f47.google.com with SMTP id kq14so3515986pab.20 for ; Thu, 26 Jun 2014 11:34:21 -0700 (PDT) Received: from kuanyui-laptop.site (118-166-151-131.dynamic.hinet.net. [118.166.151.131]) by mx.google.com with ESMTPSA id ys1sm38672900pab.7.2014.06.26.11.34.19 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Jun 2014 11:34:20 -0700 (PDT) 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 Org-verbatim syntax is '=STRING=' ,but the equal symbol makes it look not distinguishing ('=' itself looks like it seems to be a part of STRING). I misread them often. So, I think maybe Org-mode can add a new face for equal symbol itself? I mean, user can dim the face of '=' to avoid confusion.