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: [Emacs-diffs] scratch/raeburn-startup 9919e41 2/2: Exclude comma symbols from print-symbols-as-references processing. Date: Thu, 12 Jan 2017 08:03:30 -0500 Message-ID: References: <20170112064008.416.54060@vcs.savannah.gnu.org> <20170112064008.F1C782201C9@vcs.savannah.gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1484226260 27076 195.159.176.226 (12 Jan 2017 13:04:20 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 12 Jan 2017 13:04:20 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cc: Ken Raeburn To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 12 14:04:16 2017 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 1cRf34-0006MN-Ki for ged-emacs-devel@m.gmane.org; Thu, 12 Jan 2017 14:04:10 +0100 Original-Received: from localhost ([::1]:33887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRf39-0003Ja-11 for ged-emacs-devel@m.gmane.org; Thu, 12 Jan 2017 08:04:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52868) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRf2Z-0003JO-Uu for emacs-devel@gnu.org; Thu, 12 Jan 2017 08:03:40 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRf2V-0005mb-EO for emacs-devel@gnu.org; Thu, 12 Jan 2017 08:03:39 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:4447) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cRf2V-0005lq-8q for emacs-devel@gnu.org; Thu, 12 Jan 2017 08:03:35 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0BvBAAu3EVY/8CvSC1dGwEBAQMBAQEJAQEBgzgBAQEBAR+EW7hbGYYJAoISQhEBAgEBAQEBAQFiKIRpBnkQCw0nBwsUGIkzrRQqAosYAQEBBwIBJIsZhRSFFQWPfIpqknMBiCYlhhWSDzUheBMOhBCBYyCJLQEBAQ X-IPAS-Result: A0BvBAAu3EVY/8CvSC1dGwEBAQMBAQEJAQEBgzgBAQEBAR+EW7hbGYYJAoISQhEBAgEBAQEBAQFiKIRpBnkQCw0nBwsUGIkzrRQqAosYAQEBBwIBJIsZhRSFFQWPfIpqknMBiCYlhhWSDzUheBMOhBCBYyCJLQEBAQ X-IronPort-AV: E=Sophos;i="5.33,749,1477972800"; d="scan'208";a="285922553" Original-Received: from unknown (HELO pastel.home) ([45.72.175.192]) by smtp.teksavvy.com with ESMTP; 12 Jan 2017 08:03:32 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 1132A641F8; Thu, 12 Jan 2017 08:03:30 -0500 (EST) In-Reply-To: <20170112064008.F1C782201C9@vcs.savannah.gnu.org> (Ken Raeburn's message of "Thu, 12 Jan 2017 06:40:08 +0000 (UTC)") X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:211223 Archived-At: > + && ! EQ (Qcomma, obj) \ > + && ! EQ (Qcomma_at, obj) \ > + && ! EQ (Qcomma_dot, obj))) I can't think of any reason why the same problem wouldn't affect `quote' and ` Stefan