From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.bugs Subject: bug#20545: New minor mode Electric Punct Date: Wed, 13 May 2015 00:48:13 -0700 Organization: UCLA Computer Science Department Message-ID: <555301BD.1040503@cs.ucla.edu> References: <554FEFFE.7000303@cs.ucla.edu> <83k2wfma51.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1431503365 6062 80.91.229.3 (13 May 2015 07:49:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 May 2015 07:49:25 +0000 (UTC) Cc: 20545@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed May 13 09:49:12 2015 Return-path: Envelope-to: geb-bug-gnu-emacs@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 1YsRPj-00060c-KV for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 May 2015 09:49:11 +0200 Original-Received: from localhost ([::1]:46961 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsRPj-0007kA-0H for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 May 2015 03:49:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51458) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsRPf-0007jp-22 for bug-gnu-emacs@gnu.org; Wed, 13 May 2015 03:49:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YsRPb-0004Qt-G8 for bug-gnu-emacs@gnu.org; Wed, 13 May 2015 03:49:06 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:33046) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YsRPb-0004Qe-DG for bug-gnu-emacs@gnu.org; Wed, 13 May 2015 03:49:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1YsRPa-0003GM-Rw for bug-gnu-emacs@gnu.org; Wed, 13 May 2015 03:49:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Paul Eggert Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 13 May 2015 07:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 20545 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 20545-submit@debbugs.gnu.org id=B20545.143150330312482 (code B ref 20545); Wed, 13 May 2015 07:49:02 +0000 Original-Received: (at 20545) by debbugs.gnu.org; 13 May 2015 07:48:23 +0000 Original-Received: from localhost ([127.0.0.1]:43021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YsROw-0003FG-Mc for submit@debbugs.gnu.org; Wed, 13 May 2015 03:48:22 -0400 Original-Received: from smtp.cs.ucla.edu ([131.179.128.62]:39622) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YsROu-0003F2-FI for 20545@debbugs.gnu.org; Wed, 13 May 2015 03:48:20 -0400 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id B014139E8015; Wed, 13 May 2015 00:48:14 -0700 (PDT) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Original-Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id saeTa1HP1QqM; Wed, 13 May 2015 00:48:14 -0700 (PDT) Original-Received: from [192.168.1.9] (pool-100-32-155-148.lsanca.fios.verizon.net [100.32.155.148]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 4D6DB39E8014; Wed, 13 May 2015 00:48:14 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 In-Reply-To: <83k2wfma51.fsf@gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:102734 Archived-At: Eli Zaretskii wrote: > The documentation patch says it's enabled by default. It's enabled, but the variables that configure it make it inactive by default. I'll try to make this clearer in the documentation. > I don't think we should enable this by default, not even in > .dir-locals.el. We can certainly hold off on the .dir-locals.el part for a bit, to see how it works for developers who want to try it. > Do we already have a way of displaying ‘..’ on terminals that cannot > display them (notably, some TTYs)? If not, we should add that before > we install these changes, and those in bug #20385. I don't think we > can let doc strings have glyphless characters. I just now configured a terminal to refuse to display curved quotes, and when I used it Emacs displayed "‘like this’" as "\u2018like this\u2019" with underscores below the "\u2018" and the "\u2019". I could easily change it to display it as "`like this'" with underscores under the "`" and the "'", if you think that'd be a win.