From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics Date: Mon, 31 Aug 2015 23:33:23 -0400 Message-ID: References: <20150816160149.9416.80132@vcs.savannah.gnu.org> <55DCE945.40701@yandex.ru> <41A4C5AF-6F4B-4927-8C42-E7E6048716E1@gmail.com> <877fohbf5g.fsf@gmail.com> <55DE96DE.80400@cs.ucla.edu> <55DF45E2.9010806@cs.ucla.edu> <55DFC130.7060006@cs.ucla.edu> <8737z396hb.fsf@gmx.us> <83si732pls.fsf@gnu.org> <83613y2hqg.fsf@gnu.org> <83pp2425zh.fsf@gnu.org> <83bndn1qh7.fsf@gnu.org> <83613v1h1m.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1441078425 17876 80.91.229.3 (1 Sep 2015 03:33:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Sep 2015 03:33:45 +0000 (UTC) Cc: rasmus@gmx.us, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 01 05:33:37 2015 Return-path: Envelope-to: ged-emacs-devel@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 1ZWcKG-0003xY-9Y for ged-emacs-devel@m.gmane.org; Tue, 01 Sep 2015 05:33:36 +0200 Original-Received: from localhost ([::1]:43919 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWcKF-0004US-VG for ged-emacs-devel@m.gmane.org; Mon, 31 Aug 2015 23:33:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32969) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWcKC-0004UH-JL for emacs-devel@gnu.org; Mon, 31 Aug 2015 23:33:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZWcK8-0000w9-QD for emacs-devel@gnu.org; Mon, 31 Aug 2015 23:33:32 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:14860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZWcK4-0000vI-7u; Mon, 31 Aug 2015 23:33:24 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0A+FgA731xV//rn92hcgxCEAoVVwwsEAgKBPD0QAQEBAQEBAYEKQQWDXQEBAwFWIwULCzQSFBgNJC6ICQjPIwEBAQEGAgEfizqFBQeELQW1BCOEFCKCeAEBAQ X-IPAS-Result: A0A+FgA731xV//rn92hcgxCEAoVVwwsEAgKBPD0QAQEBAQEBAYEKQQWDXQEBAwFWIwULCzQSFBgNJC6ICQjPIwEBAQEGAgEfizqFBQeELQW1BCOEFCKCeAEBAQ X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="162023583" Original-Received: from 104-247-231-250.cpe.teksavvy.com (HELO ceviche.home) ([104.247.231.250]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 31 Aug 2015 23:33:23 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 8A1D46615C; Mon, 31 Aug 2015 23:33:23 -0400 (EDT) In-Reply-To: <83613v1h1m.fsf@gnu.org> (Eli Zaretskii's message of "Mon, 31 Aug 2015 20:52:53 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) 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.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:189366 Archived-At: > And that thing that makes you uneasy, is it that 'w p' "affects things > like \<"? That's about the only downside (or is it?) that you > mentioned, AFAICT. I'm pretty sure it affects various other parts of Emacs which just check if the "base syntax" is "w". Maybe it's an acceptable solution. I just haven't spent the time to convince myself either way. Stefan