From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: how to turn off automatic curly-quoting? Date: Mon, 03 Aug 2015 18:13:51 +0300 Message-ID: <83a8u8v1zk.fsf@gnu.org> References: <36f6e67e-45d9-4eca-8302-ad9a06d138f1@default> <83fv41v6fh.fsf@gnu.org> <5681a732-5741-4f56-b3d7-cb1edb739d32@default> <55BEA291.70402@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1438614869 22624 80.91.229.3 (3 Aug 2015 15:14:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Aug 2015 15:14:29 +0000 (UTC) Cc: drew.adams@oracle.com, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 03 17:14:21 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZMHRU-0002Ym-M5 for ged-emacs-devel@m.gmane.org; Mon, 03 Aug 2015 17:14:20 +0200 Original-Received: from localhost ([::1]:59537 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMHRT-0004E0-Lk for ged-emacs-devel@m.gmane.org; Mon, 03 Aug 2015 11:14:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMHRJ-0003xk-4z for emacs-devel@gnu.org; Mon, 03 Aug 2015 11:14:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZMHRF-0003pJ-MU for emacs-devel@gnu.org; Mon, 03 Aug 2015 11:14:09 -0400 Original-Received: from mtaout28.012.net.il ([80.179.55.184]:53264) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZMHRF-0003p7-DU for emacs-devel@gnu.org; Mon, 03 Aug 2015 11:14:05 -0400 Original-Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NSI00G00I5N6F00@mtaout28.012.net.il> for emacs-devel@gnu.org; Mon, 03 Aug 2015 18:14:07 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NSI00CU7IBJ3F40@mtaout28.012.net.il>; Mon, 03 Aug 2015 18:14:07 +0300 (IDT) In-reply-to: <55BEA291.70402@cs.ucla.edu> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.184 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188344 Archived-At: > Date: Sun, 02 Aug 2015 16:06:57 -0700 > From: Paul Eggert > Cc: emacs-devel@gnu.org > > > Also, why is the name about "translation"? Shouldn't > > this option just be about what style is used for quoting > > Emacs terms? > > That point has also been made. I changed the name to 'text-quoting-style' in > the attached patch. Although it's just a name, it does have uses outside help > buffers so at least the 'help' part of the name was misleading. Other Emacs > packages (e.g., coreutils) use "quoting-style" but that's too generic for Emacs > which has other interpretation of the word "quoting". How about 'symbol-quoting-style'? Isn't that more accurate than 'text-quoting-style'?