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: master e6161f6: * lisp/emacs-lisp/inline.el: Fix apply-conversion (bug#25280) Date: Wed, 28 Dec 2016 11:51:39 -0500 Message-ID: References: <20161227174437.22152.97374@vcs.savannah.gnu.org> <20161227174437.B08552201C7@vcs.savannah.gnu.org> <83vau4ukkq.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1482943914 11139 195.159.176.226 (28 Dec 2016 16:51:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 28 Dec 2016 16:51:54 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) Cc: John Wiegley , sdl.web@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 28 17:51:50 2016 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 1cMHS6-0001s0-AO for ged-emacs-devel@m.gmane.org; Wed, 28 Dec 2016 17:51:46 +0100 Original-Received: from localhost ([::1]:60006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cMHSB-00063P-2X for ged-emacs-devel@m.gmane.org; Wed, 28 Dec 2016 11:51:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50515) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cMHS5-00063K-DU for emacs-devel@gnu.org; Wed, 28 Dec 2016 11:51:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cMHS4-0004uk-LQ for emacs-devel@gnu.org; Wed, 28 Dec 2016 11:51:45 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:63028) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cMHS0-0004tM-VZ; Wed, 28 Dec 2016 11:51:41 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0B6PAAu3EVY/+UVNJ1dGwEBAQMBAQEJAQEBgzgBAQEBAR+BYIJ7hVScAiYBh02NCYIIhhwEAgKCEUISAQIBAQEBAQEBYihCEgGEEwEBAQECAVYjBQsLFAEfEhQNCw0kE4hVAw8IrRSHQQ2DdgEBAQEGAgEkixmCSIdhBY98ijU1jTaFPYgnhjoUiTmENYQNJgMteBMOhBCBYyA0hX2CfAEBAQ X-IPAS-Result: A0B6PAAu3EVY/+UVNJ1dGwEBAQMBAQEJAQEBgzgBAQEBAR+BYIJ7hVScAiYBh02NCYIIhhwEAgKCEUISAQIBAQEBAQEBYihCEgGEEwEBAQECAVYjBQsLFAEfEhQNCw0kE4hVAw8IrRSHQQ2DdgEBAQEGAgEkixmCSIdhBY98ijU1jTaFPYgnhjoUiTmENYQNJgMteBMOhBCBYyA0hX2CfAEBAQ X-IronPort-AV: E=Sophos;i="5.33,749,1477972800"; d="scan'208";a="284374796" Original-Received: from 157-52-21-229.cpe.teksavvy.com (HELO pastel.home) ([157.52.21.229]) by smtp.teksavvy.com with ESMTP; 28 Dec 2016 11:51:39 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 0EBC864CE8; Wed, 28 Dec 2016 11:51:39 -0500 (EST) In-Reply-To: <83vau4ukkq.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 28 Dec 2016 17:42:13 +0200") 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:210901 Archived-At: Done, thanks, Stefan >>>>> "Eli" == Eli Zaretskii writes: >> From: John Wiegley >> Date: Tue, 27 Dec 2016 20:43:42 -0800 >> Cc: Leo Liu , emacs-devel@gnu.org >> >> >>>>> "SM" == Stefan Monnier writes: >> SM> The patch applies to emacs-25 just fine, and I can't imagine how it could SM> break currently working code, so it can definitely go there. But I'll let SM> Eli and John decide if they want it: it's not very urgent. >> >> If Eli's fine with it, it looks harmless enough to me. > No objections here. > Thanks.