From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nic Ferrier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] sequence manipulation functions Date: Wed, 12 Nov 2014 23:17:32 +0000 Message-ID: <87389oggab.fsf@ferrier.me.uk> References: <87oasmmwzt.fsf@gmail.com> <87bnolslph.fsf@gmail.com> <87zjc2dic0.fsf@gmail.com> <87ioimtzu0.fsf@gmail.com> <87lhngcnrc.fsf@gmail.com> <87k330cj3u.fsf@gmail.com> <87ioikcf39.fsf@gmail.com> <87h9y4c93e.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415834296 1481 80.91.229.3 (12 Nov 2014 23:18:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Nov 2014 23:18:16 +0000 (UTC) Cc: Bozhidar Batsov , Stefan Monnier , Emacs developers To: petton.nicolas@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 13 00:18:09 2014 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 1XohAv-0003Zd-3S for ged-emacs-devel@m.gmane.org; Thu, 13 Nov 2014 00:18:09 +0100 Original-Received: from localhost ([::1]:57182 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XohAu-0008Qe-MN for ged-emacs-devel@m.gmane.org; Wed, 12 Nov 2014 18:18:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39535) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XohAa-0008PM-2u for emacs-devel@gnu.org; Wed, 12 Nov 2014 18:17:55 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XohAO-0004z2-9O for emacs-devel@gnu.org; Wed, 12 Nov 2014 18:17:47 -0500 Original-Received: from static.17.66.46.78.clients.your-server.de ([78.46.66.17]:56264 helo=po1.ferrier.me.uk) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XohAO-0004yT-3e for emacs-devel@gnu.org; Wed, 12 Nov 2014 18:17:36 -0500 Original-Received: from nicferrier-dell-xps (140.35.155.90.in-addr.arpa [90.155.35.140]) by po1.ferrier.me.uk (Postfix) with ESMTPA id EF721AC00E2; Thu, 13 Nov 2014 00:35:59 +0100 (CET) Original-Received: from nicferrier-XPS13-9333 (localhost [127.0.0.1]) by nicferrier-dell-xps (Postfix) with ESMTPS id A9FFD6BA00; Wed, 12 Nov 2014 23:17:32 +0000 (GMT) In-Reply-To: <87h9y4c93e.fsf@gmail.com> (petton nicolas's message of "Thu, 13 Nov 2014 00:06:29 +0100") X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 78.46.66.17 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:176858 Archived-At: petton.nicolas@gmail.com writes: > Here is a new version of the patch that I hope addresses all of your > comments Stefan. I think it's incredible that this is being considered. Surely a better option is to put it into elpa.git and recommend it's use for at least a release? rather than just putting it directly into emacs? I don't understand why that is a good model at all. This to me is like the whole "let's change the way cl works" thing that Stefan did. Nic