From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiyao MA Subject: How to treat `' as code quote (~~). Date: Tue, 25 Jul 2017 11:52:25 +0800 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38471) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dZqtd-0007y7-MX for emacs-orgmode@gnu.org; Mon, 24 Jul 2017 23:52:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dZqtY-0007TO-Sq for emacs-orgmode@gnu.org; Mon, 24 Jul 2017 23:52:33 -0400 Received: from mail-yw0-x235.google.com ([2607:f8b0:4002:c05::235]:34795) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dZqtY-0007Su-NG for emacs-orgmode@gnu.org; Mon, 24 Jul 2017 23:52:28 -0400 Received: by mail-yw0-x235.google.com with SMTP id i6so27539656ywb.1 for ; Mon, 24 Jul 2017 20:52:27 -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" To: emacs-orgmode@gnu.org Hi, 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 ~ ~. Best.