From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Re: bug#23425: master branch: `message' wrongly corrupts ' to curly quote. Date: Wed, 7 Jun 2017 19:51:47 +0000 Message-ID: <20170607195147.GC2430@acm.fritz.box> References: <20170602210209.GA3570@acm.fritz.box> <11c0adfb-7fdd-8d28-1a47-869e3e7043ea@cs.ucla.edu> <20170603205331.GA2130@acm.fritz.box> <20170605162737.GA30946@acm.fritz.box> <20170605203753.GB30946@acm.fritz.box> <20170607191344.GB2430@acm.fritz.box> <966db090-4aa1-231c-ef5a-370ece8905d1@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1496865191 11156 195.159.176.226 (7 Jun 2017 19:53:11 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 7 Jun 2017 19:53:11 +0000 (UTC) User-Agent: Mutt/1.5.24 (2015-08-30) Cc: Glenn Morris , Paul Eggert , 23425@debbugs.gnu.org, emacs-devel@gnu.org To: =?iso-8859-1?Q?Cl=E9ment?= Pit-Claudel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 07 21:53:04 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 1dIh0q-0002JT-AG for ged-emacs-devel@m.gmane.org; Wed, 07 Jun 2017 21:53:04 +0200 Original-Received: from localhost ([::1]:45908 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIh0q-00012c-G8 for ged-emacs-devel@m.gmane.org; Wed, 07 Jun 2017 15:53:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55482) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dIh0h-00012J-PO for emacs-devel@gnu.org; Wed, 07 Jun 2017 15:52:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dIh0e-0004DQ-O0 for emacs-devel@gnu.org; Wed, 07 Jun 2017 15:52:55 -0400 Original-Received: from ocolin.muc.de ([193.149.48.4]:26410 helo=mail.muc.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1dIh0e-0004Ck-Gh for emacs-devel@gnu.org; Wed, 07 Jun 2017 15:52:52 -0400 Original-Received: (qmail 17771 invoked by uid 3782); 7 Jun 2017 19:52:51 -0000 Original-Received: from acm.muc.de (p548C713C.dip0.t-ipconnect.de [84.140.113.60]) by colin.muc.de (tmda-ofmipd) with ESMTP; Wed, 07 Jun 2017 21:52:49 +0200 Original-Received: (qmail 5205 invoked by uid 1000); 7 Jun 2017 19:51:47 -0000 Content-Disposition: inline In-Reply-To: <966db090-4aa1-231c-ef5a-370ece8905d1@gmail.com> X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 193.149.48.4 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:215509 Archived-At: Hello, Clément. On Wed, Jun 07, 2017 at 15:27:02 -0400, Clément Pit-Claudel wrote: > On 2017-06-07 15:13, Alan Mackenzie wrote: > > Rubbish! What Clément pointed out is that the part of styled_format > > which counts format constructs and argumnts would need to be modified. > > This would be trivial. > Uh? What I pointed out was that new code wouldn't work with old Emacsen. > Maybe I misunderstood your proposal? As far as I can tell, the change you propose will force me to write every `message' call like this in my packages: > (if (< emacs-version 26) > (message "Hello, `world'!") > (message "Hello, %`world%'!")) > Am I missing something? Apologies, I misunderstood you completely. I also missed the point you are making. I'll have to think about it. Thanks! > Clément. -- Alan Mackenzie (Nuremberg, Germany).