From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: RE: sequence manipulation functions Date: Wed, 5 Nov 2014 17:21:26 +0000 Message-ID: References: <87oasmmwzt.fsf@gmail.com> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7b3a99604d217405071fcf51 X-Trace: ger.gmane.org 1415208116 13122 80.91.229.3 (5 Nov 2014 17:21:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Nov 2014 17:21:56 +0000 (UTC) Cc: Nicolas Petton , Stefan Monnier , emacs-devel To: Drew Adams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 05 18:21:50 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 1Xm4HC-0002Ko-Mq for ged-emacs-devel@m.gmane.org; Wed, 05 Nov 2014 18:21:46 +0100 Original-Received: from localhost ([::1]:47781 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm4HB-0002C0-TN for ged-emacs-devel@m.gmane.org; Wed, 05 Nov 2014 12:21:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56747) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm4Gv-0002Bt-Q2 for emacs-devel@gnu.org; Wed, 05 Nov 2014 12:21:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xm4Gt-0005bo-MR for emacs-devel@gnu.org; Wed, 05 Nov 2014 12:21:29 -0500 Original-Received: from mail-oi0-x22b.google.com ([2607:f8b0:4003:c06::22b]:51133) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xm4Gt-0005bf-FL for emacs-devel@gnu.org; Wed, 05 Nov 2014 12:21:27 -0500 Original-Received: by mail-oi0-f43.google.com with SMTP id e131so1306744oig.30 for ; Wed, 05 Nov 2014 09:21:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=yISaMAte2UBR1B+ioydHg+aQ/scjxr0NAZRleLWf7Zc=; b=ST8WGMoZo7rNWiPG+hCWX4RxF/Erq0Ik0yUHqvpL8g6fU++yx2vgkNoxUv4vuB9xCr 2vNoWEK6GoNtNMojMGaqyjGeAfYmiBjRnDGvCrNrLVDiN3KvQ0en7BZs9ISE1MZCxirt YlO84RVb5DmMuMpfTOjFas+Zas0o/dP5BbTkoEW/jQgObQPUqW5uJd3XPJNzq+TArhAj /YTYQAx/y2Xrvv2Yjy6vTJe/ru/QWnkcMvt75MtGX90CnCUQBvZ/iK93SU+wGhIZAoeq anvwxT1JgBqOBnrmFVZnSK1Dq32v30mue72LkYZusA9/9vMNYzH1zsqiQTDZQHP5N3Kl btAA== X-Received: by 10.60.162.5 with SMTP id xw5mr3231774oeb.58.1415208086870; Wed, 05 Nov 2014 09:21:26 -0800 (PST) Original-Received: by 10.76.154.106 with HTTP; Wed, 5 Nov 2014 09:21:26 -0800 (PST) Original-Received: by 10.76.154.106 with HTTP; Wed, 5 Nov 2014 09:21:26 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: CIeN3tDvv94z4T-VQMZ1c_-f2P0 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22b 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:176416 Archived-At: --047d7b3a99604d217405071fcf51 Content-Type: text/plain; charset=UTF-8 > > I think these should use a "seq-" prefix. This will not only avoid > > naming conflicts, but also helps discover those functions, since you > > can type `(seq- TAB' to see all related functions. > > No. Emacs should follow Common Lisp in this regard. > http://www.cs.cmu.edu/Groups/AI/html/cltl/clm/node141.html#SECTION001800000000000000000 > Could we at least add the `seq-' variants as aliases? It would greatly improve discoverability. --047d7b3a99604d217405071fcf51 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

> > I think these should use a "seq-" prefix= .=C2=A0 This will not only avoid
> > naming conflicts, but also helps discover those functions, since = you
> > can type `(seq- TAB' to see all related functions.
>
> No.=C2=A0 Emacs should follow Common Lisp in this regard.
> http://www.cs.cmu.edu/Groups/AI/html/cltl/clm= /node141.html#SECTION001800000000000000000
>

Could we at least add the `seq-' variants as aliases? It= would greatly improve discoverability.

--047d7b3a99604d217405071fcf51--