From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Enable customisation for electric-quote-mode chars Date: Fri, 02 Sep 2016 10:30:23 +0300 Message-ID: <83mvjqep2o.fsf@gnu.org> References: <87r393iasf.fsf@xi.bootis> <50b511a8-564e-7128-6396-2294cd0379e6@cs.ucla.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1472801468 25053 195.159.176.226 (2 Sep 2016 07:31:08 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 2 Sep 2016 07:31:08 +0000 (UTC) Cc: self@gkayaalp.com, eggert@cs.ucla.edu, emacs-devel@gnu.org To: Yuri Khan Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 02 09:31:04 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfiwI-0005mj-Eu for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2016 09:31:02 +0200 Original-Received: from localhost ([::1]:40680 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfiwG-0005lB-3r for ged-emacs-devel@m.gmane.org; Fri, 02 Sep 2016 03:31:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41077) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfivi-0005l4-EO for emacs-devel@gnu.org; Fri, 02 Sep 2016 03:30:27 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bfive-00051W-1b for emacs-devel@gnu.org; Fri, 02 Sep 2016 03:30:25 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:49405) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bfivd-00051P-UQ; Fri, 02 Sep 2016 03:30:21 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:2042 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bfivb-0002Q6-V7; Fri, 02 Sep 2016 03:30:20 -0400 In-reply-to: (message from Yuri Khan on Fri, 2 Sep 2016 11:06:25 +0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:207115 Archived-At: > From: Yuri Khan > Date: Fri, 2 Sep 2016 11:06:25 +0600 > Cc: Göktuğ Kayaalp , > Eli Zaretskii , Emacs developers > > The presentation of the table upthread strongly suggests the > outer/inner semantic, while the user-faced feature itself is about > mapping single and double quote-like key presses to typographic > quotation marks. IOW, you would like to see the below instead? +-------------------+---------+ | label | quotes | +-------------------+---------+ | curved69 | “” ‘’ | | curved99 | ”” ’’ | | guillemets | «» ‹› | | guillemets+curved | «» “” | | guillemets+lo9hi6 | «» „“ | | reverseguillemets | »« ›‹ | | lo9hi6 | „“ ‚‘ | | lo9hi9 | „” ‚’ | | japan | 『』 「」 | | korean | 《》 〈〉 | +-------------------+---------+