From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: string> missing? Date: Sat, 06 Jun 2015 00:04:07 +0200 Message-ID: <87oaktbync.fsf@gnu.org> References: <87oakxkvqw.fsf@petton.fr> <83zj4grgkc.fsf@gnu.org> <87sia8n8b5.fsf@petton.fr> <87zj4gu821.fsf@gnu.org> <83sia8rdkm.fsf@gnu.org> <83pp5crbfd.fsf@gnu.org> <837frjqzpk.fsf@gnu.org> <83wpzinfhy.fsf@gnu.org> <87wpzhc2i7.fsf@gnu.org> <87pp59et3w.fsf@violet.siamics.net> <87sia5bz50.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1433541903 10186 80.91.229.3 (5 Jun 2015 22:05:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2015 22:05:03 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 06 00:04:49 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 1Z0zj9-0004ko-9z for ged-emacs-devel@m.gmane.org; Sat, 06 Jun 2015 00:04:35 +0200 Original-Received: from localhost ([::1]:49829 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0zj8-00074b-Qz for ged-emacs-devel@m.gmane.org; Fri, 05 Jun 2015 18:04:34 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0zio-0006tQ-Dw for emacs-devel@gnu.org; Fri, 05 Jun 2015 18:04:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z0zik-0003wc-TF for emacs-devel@gnu.org; Fri, 05 Jun 2015 18:04:14 -0400 Original-Received: from out4-smtp.messagingengine.com ([66.111.4.28]:54004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z0zik-0003wR-P2 for emacs-devel@gnu.org; Fri, 05 Jun 2015 18:04:10 -0400 Original-Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 09F8A20A2B for ; Fri, 5 Jun 2015 18:04:10 -0400 (EDT) Original-Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Fri, 05 Jun 2015 18:04:10 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=tgtZAcSLHojznskGrYtgp4W3O6U=; b=ne6Pq ct03zIMClJwwWyqTM49gdJfz5Wh6NSLqJVdTKq95dvssqWG6834+p4FcvHiCdcUP HTiWwVHcnb0BLTp5RzNdJ0wP+QziOoZgN3UJ7T2PZAMptu5PzXI7dFw0eVMe98CR 2Qwn4cf0ZgVr+u4iLdaKVg/B2qfD/LEH+rIRUI= X-Sasl-enc: IqAiV9zkCXcT+ns/l88JXPNFJ2i8uikPg/4CDPPZqTf7 1433541849 Original-Received: from thinkpad-t440p (unknown [2.161.152.223]) by mail.messagingengine.com (Postfix) with ESMTPA id 6395268019C for ; Fri, 5 Jun 2015 18:04:09 -0400 (EDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <87sia5bz50.fsf@gnu.org> (Tassilo Horn's message of "Fri, 05 Jun 2015 23:53:31 +0200") User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.28 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:187056 Archived-At: Tassilo Horn writes: >> Then again, introducing string> in version X of Emacs means that >> all these packages are still bound to carry their own versions >> until their respective maintainers decide to drop support for >> pre-X Emacs versions. > > Yes, of course. But the lambda in emacs/lisp/help.el can be replaced > just now, and then the addition of string> is at least a zero sum game. Done! Bye, Tassilo