From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: request for a new function, say, `sequence' Date: 26 Mar 2003 03:48:23 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200303230302.MAA04327@etlken.m17n.org> <200303241541.h2OFfbpa011227@rum.cs.yale.edu> <200303250015.JAA06592@etlken.m17n.org> <200303250050.JAA06631@etlken.m17n.org> <200303250057.h2P0vBj6016367@rum.cs.yale.edu> <200303250125.KAA06703@etlken.m17n.org> <32627.1048557446@theforce.Stanford.EDU> <200303250208.LAA06802@etlken.m17n.org> <1191.1048560083@theforce.Stanford.EDU> <200303250446.NAA06974@etlken.m17n.org> <4946.1048568708@theforce.Stanford.EDU> <200303250540.OAA07032@etlken.m17n.org> <200303260018.JAA08092@etlken.m17n.org> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1048668590 20819 80.91.224.249 (26 Mar 2003 08:49:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2003 08:49:50 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Wed Mar 26 09:49:47 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18y6bT-0005PT-00 for ; Wed, 26 Mar 2003 09:49:47 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18y6cm-0007TW-00 for ; Wed, 26 Mar 2003 09:51:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18y6b1-00037V-06 for emacs-devel@quimby.gnus.org; Wed, 26 Mar 2003 03:49:19 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18y6aT-0002mY-00 for emacs-devel@gnu.org; Wed, 26 Mar 2003 03:48:45 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18y6aP-0002gk-00 for emacs-devel@gnu.org; Wed, 26 Mar 2003 03:48:41 -0500 Original-Received: from colo.agora-net.com ([207.245.84.69]) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10.13) id 18y6a8-0002Eb-00 for emacs-devel@gnu.org; Wed, 26 Mar 2003 03:48:24 -0500 Original-Received: from ttn by colo.agora-net.com with local (Exim 3.34 #1) id 18y6a7-00010S-00 for emacs-devel@gnu.org; Wed, 26 Mar 2003 03:48:23 -0500 Original-To: emacs-devel@gnu.org In-Reply-To: "Edward O'Connor"'s message of "Wed, 26 Mar 2003 02:31:01 -0500" Original-Lines: 8 X-Mailer: Gnus v5.7/Emacs 20.7 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12631 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12631 "Edward O'Connor" writes: I believe this is called `range' in Python, which perhaps lends something (else) to that name over using `sequence'. as far as name preferences, my 2c: `iota'. thi