From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Replace trivial pcase occurrences in the Emacs sources Date: Tue, 23 Oct 2018 13:16:18 -0400 Message-ID: References: <20151216202605.GA3752@acm.fritz.box> <5686CDFB.2010105@dancol.org> <83fuygcs5g.fsf@gnu.org> <56886E32.70305@yandex.ru> <83si2f9ve4.fsf@gnu.org> <56889EC3.3040108@yandex.ru> <877fjrkpdf.fsf@fencepost.gnu.org> <56892334.4000106@yandex.ru> <8760zakb7q.fsf@fencepost.gnu.org> <56892BDA.6060103@dancol.org> <871t9yk98g.fsf@fencepost.gnu.org> <568936F0.3060505@yandex.ru> <87wprqitj5.fsf@fencepost.gnu.org> <56893C8C.3060200@yandex.ru> <87oad2irtd.fsf@fencepost.gnu.org> <5689456A.1010601@yandex.ru> <87egdy8tyz.fsf@fencepost.gnu.org> <56895FDE.4060406@yandex.ru> <8760za8r4a.fsf@fencepost.gnu.org> <87h9iunkcg.fsf@web.de> <87h8hc4xw2.fsf_-_@web.de> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1540314924 21437 195.159.176.226 (23 Oct 2018 17:15:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 23 Oct 2018 17:15:24 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Michael Heerdegen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 23 19:15:20 2018 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 1gF0H1-0005Sd-It for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2018 19:15:19 +0200 Original-Received: from localhost ([::1]:43501 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gF0J8-0000o6-4M for ged-emacs-devel@m.gmane.org; Tue, 23 Oct 2018 13:17:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45155) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gF0IM-00007Z-5K for emacs-devel@gnu.org; Tue, 23 Oct 2018 13:16:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gF0IJ-0002nT-D4 for emacs-devel@gnu.org; Tue, 23 Oct 2018 13:16:42 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:36497) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gF0IC-0002gr-Ch; Tue, 23 Oct 2018 13:16:36 -0400 Original-Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.dit.umontreal.ca (8.14.7/8.14.1) with ESMTP id w9NHGIZs008825; Tue, 23 Oct 2018 13:16:19 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id D6C256A487; Tue, 23 Oct 2018 13:16:18 -0400 (EDT) In-Reply-To: <87h8hc4xw2.fsf_-_@web.de> (Michael Heerdegen's message of "Tue, 23 Oct 2018 15:04:45 +0200") X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.1 X-NAI-Spam-Rules: 3 Rules triggered GEN_SPAM_FEATRE=0.1, EDT_SA_DN_PASS=0, RV6402=0 X-NAI-Spam-Version: 2.3.0.9418 : core <6402> : inlines <6939> : streams <1802160> : uri <2736413> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 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:230595 Archived-At: > In a second step, I also would want to replace the unnecessarily > backquoted patterns to use quotes, i.e. `DOESNT-UNQUOTE -> > 'DOESNT-UNQUOTE (the `ATOM patterns go back to a time where the quoted > syntax wasn't yet implemented). Sounds good to me, Stefan