From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiyao Ma Subject: Re: How to treat `' as code quote (~~). Date: Tue, 25 Jul 2017 19:41:16 +0800 Message-ID: <06A68D57-623A-4BB0-8D9A-56CA7D6BD8C7@introo.me> References: <87pocp80fc.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZyDP-0004V6-UO for emacs-orgmode@gnu.org; Tue, 25 Jul 2017 07:41:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZyDM-0006I6-TM for emacs-orgmode@gnu.org; Tue, 25 Jul 2017 07:41:28 -0400 Received: from mail-pf0-x230.google.com ([2607:f8b0:400e:c00::230]:35697) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dZyDM-0006Hs-Ja for emacs-orgmode@gnu.org; Tue, 25 Jul 2017 07:41:24 -0400 Received: by mail-pf0-x230.google.com with SMTP id h29so22566405pfd.2 for ; Tue, 25 Jul 2017 04:41:24 -0700 (PDT) In-Reply-To: <87pocp80fc.fsf@nicolasgoaziou.fr> 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Thanks. I would stick with == then ;). Best, > On 25 Jul 2017, at 15:01, Nicolas Goaziou wrote: > > Hello, > > Shiyao MA writes: > >> I wanna quote function name. >> ~~ is really hard to type, and looks to obtrusive. >> >> Possible to add a new code quote as `' ? >> I mean use ` ' to replace ~ ~. > > It depends on where you want to replace it. > > Extending syntax is not really possible. However, you could replace > `...' with ~...~ just before exporting a buffer. > > Also, you can hide emphasis markers if they are too intrusive, and use > =...= instead of ~...~ if the latter is too hard to type. > > Regards, > > -- > Nicolas Goaziou