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 for most files in the Emacs codebase. Date: Wed, 09 Jan 2019 17:30:44 +0200 Message-ID: <83k1jdj1az.fsf@gnu.org> References: <20190106215802.25745-1-phst@google.com> NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1547047739 2523 195.159.176.226 (9 Jan 2019 15:28:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 9 Jan 2019 15:28:59 +0000 (UTC) Cc: phst@google.com, eggert@cs.ucla.edu, emacs-devel@gnu.org To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 09 16:28:55 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 1ghFmo-0000XW-8D for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2019 16:28:54 +0100 Original-Received: from localhost ([127.0.0.1]:43308 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghFov-0007Cy-1Z for ged-emacs-devel@m.gmane.org; Wed, 09 Jan 2019 10:31:05 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:55886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghFol-0007Cd-98 for emacs-devel@gnu.org; Wed, 09 Jan 2019 10:30:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ghFok-0003CW-JN for emacs-devel@gnu.org; Wed, 09 Jan 2019 10:30:55 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42084) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ghFoi-0003Bk-FU; Wed, 09 Jan 2019 10:30:52 -0500 Original-Received: from [176.228.60.248] (port=3169 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1ghFoi-0004VH-2i; Wed, 09 Jan 2019 10:30:52 -0500 In-reply-to: <20190106215802.25745-1-phst@google.com> (message from Philipp Stephani on Sun, 6 Jan 2019 22:58:02 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:470:142: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:232278 Archived-At: > From: Philipp Stephani > Date: Sun, 6 Jan 2019 22:58:02 +0100 > Cc: Philipp Stephani > > * .dir-locals.el: Disable electric quotes in comments and strings, as > the Emacs codebase doesn't use them. LGTM, but please say in the log message in which modes we disable that, as this is no longer about all modes. Thanks.