From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nicolas Petton Newsgroups: gmane.emacs.devel Subject: Re: sequence manipulation functions Date: Wed, 05 Nov 2014 10:45:03 +0100 Message-ID: <87lhnqm15s.fsf@gmail.com> References: <87oasmmwzt.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1415180745 28359 80.91.229.3 (5 Nov 2014 09:45:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Nov 2014 09:45:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 05 10:45:39 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 1Xlx9l-0006Ov-Tg for ged-emacs-devel@m.gmane.org; Wed, 05 Nov 2014 10:45:38 +0100 Original-Received: from localhost ([::1]:45366 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xlx9l-0005PK-HB for ged-emacs-devel@m.gmane.org; Wed, 05 Nov 2014 04:45:37 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56479) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xlx9M-0005OA-3J for emacs-devel@gnu.org; Wed, 05 Nov 2014 04:45:16 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xlx9H-0001Je-F4 for emacs-devel@gnu.org; Wed, 05 Nov 2014 04:45:12 -0500 Original-Received: from mail-lb0-x22e.google.com ([2a00:1450:4010:c04::22e]:39730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xlx9H-0001BR-4d; Wed, 05 Nov 2014 04:45:07 -0500 Original-Received: by mail-lb0-f174.google.com with SMTP id p9so314039lbv.5 for ; Wed, 05 Nov 2014 01:45:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:user-agent:from:to:cc:subject:in-reply-to:date :message-id:mime-version:content-type; bh=D/U+vx9OMIYWYNedCNiFDjZEFa0DHZTf7oJfZCKXvQk=; b=JTg/dMY+EAgr799eWvYmEDQdsa75hgvBBbBAhtBYCpyt/JzPjg5B3zKrSl6gcvgTZ3 6qIpyc/Z+bttAqI5QgEbMWBG5UcSryfIYtdf/4pZT1NrEmJgRlSJNxAbLNRIGVFxQt13 hHdj3J4x+m3hCWYRizTfu+mhJ13IaD2adSA7rQk59XqoSKRj+cF4MKVRGv1dmxcAKnzu dr9OdS921Ye4Qq2R+yiS762rNDyqP51m16ZW9s2lkK7c8RdRqXJZUl4149X79m8qcAo3 SZ97RTWhh7cFdWtPlXSHk6EPDK/10GxVh6QMqzJxoyl77BRTttwGfUyzpg8prrZAdU6U paqA== X-Received: by 10.112.97.231 with SMTP id ed7mr6973074lbb.12.1415180705171; Wed, 05 Nov 2014 01:45:05 -0800 (PST) Original-Received: from blueberry (c213-89-134-104.bredband.comhem.se. [213.89.134.104]) by mx.google.com with ESMTPSA id ei11sm1137949lad.0.2014.11.05.01.45.03 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 05 Nov 2014 01:45:04 -0800 (PST) User-agent: mu4e 0.9.9.6pre3; emacs 24.3.1 In-reply-to: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22e 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:176382 Archived-At: Richard Stallman writes: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > This library has the same problem as cl: it defines functions > which don't have a name prefix, and are therefore liable to conflict > with users' own functions. Hi, My goal was to add these functions as core sequence-manipulation functions to Elisp, not an optional library. I didn't add a prefix on purpose, as "elt", "remove", etc. sequence-manipulation functions are not prefixed. Regards, Nico -- Nicolas Petton http://nicolas-petton.fr