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] Disable electric quotes in the Emacs codebase. Date: Sun, 06 Jan 2019 05:38:46 +0200 Message-ID: <834lam1mm1.fsf@gnu.org> References: <20190102212128.74437-1-phst@google.com> <3403c49b-bf35-8dd5-8020-7e7e2362401a@cs.ucla.edu> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1546745859 31395 195.159.176.226 (6 Jan 2019 03:37:39 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 6 Jan 2019 03:37:39 +0000 (UTC) Cc: phst@google.com, p.stephani2@gmail.com, emacs-devel@gnu.org To: Paul Eggert Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 06 04:37:34 2019 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gfzFm-00084b-I4 for ged-emacs-devel@m.gmane.org; Sun, 06 Jan 2019 04:37:34 +0100 Original-Received: from localhost ([127.0.0.1]:39921 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfzHs-0001Y5-S0 for ged-emacs-devel@m.gmane.org; Sat, 05 Jan 2019 22:39:44 -0500 Original-Received: from eggsout.gnu.org ([209.51.188.92]:55297 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfzHI-0001Xo-Ad for emacs-devel@gnu.org; Sat, 05 Jan 2019 22:39:09 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gfzHE-0000sE-KZ for emacs-devel@gnu.org; Sat, 05 Jan 2019 22:39:08 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50763) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gfzHE-0000rB-CB; Sat, 05 Jan 2019 22:39:04 -0500 Original-Received: from [176.228.60.248] (port=3240 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gfzHD-0006jR-VO; Sat, 05 Jan 2019 22:39:04 -0500 In-reply-to: <3403c49b-bf35-8dd5-8020-7e7e2362401a@cs.ucla.edu> (message from Paul Eggert on Sat, 5 Jan 2019 18:12:59 -0800) 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:232208 Archived-At: > From: Paul Eggert > Date: Sat, 5 Jan 2019 18:12:59 -0800 > Cc: Philipp Stephani , Emacs developers > > Philipp Stephani wrote: > > Which files shouldn't > > have Unicode quotes? > > How about if we start with *.el, *.c, *.h, *.m, and *.texi? We can tune the list > later as needed. Sounds good to me, thanks.