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: Merging nth, aref, and elt. Date: Thu, 30 Oct 2014 13:30:42 +0000 Message-ID: References: <87oast997c.fsf@fencepost.gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1414779671 25075 80.91.229.3 (31 Oct 2014 18:21:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2014 18:21:11 +0000 (UTC) Cc: emacs-devel To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 31 19:21:02 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 1XkGoo-0000N4-Bw for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2014 19:21:02 +0100 Original-Received: from localhost ([::1]:40664 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkGon-0007CH-ST for ged-emacs-devel@m.gmane.org; Fri, 31 Oct 2014 14:21:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XkEPy-0005Eb-3M for emacs-devel@gnu.org; Fri, 31 Oct 2014 11:47:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjpoN-0003vZ-Jt for emacs-devel@gnu.org; Thu, 30 Oct 2014 09:30:48 -0400 Original-Received: from mail-oi0-x22f.google.com ([2607:f8b0:4003:c06::22f]:63299) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjpoJ-0003ur-8u; Thu, 30 Oct 2014 09:30:43 -0400 Original-Received: by mail-oi0-f47.google.com with SMTP id a3so3328758oib.6 for ; Thu, 30 Oct 2014 06:30:42 -0700 (PDT) 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=/aIj3AavcwcxmZUqupiC5Vvk5Gd3je4INEcrb0eKnPM=; b=shp2f8QI9U/YUtagwLVyh8Xh3QTVxO2CjSRec62WmxoTBeQzGK7mnIxzZNRpp8WytD 7JWpzbkfaIim/nkWh7rulyOMkYR2y/W45dsS1KcZGf5JT6u1m/v9f4of5TuoqFZvzK/v lzjdeYm4doGS4abdlXQVPQgJNNuhz3n/I5zpuXD80ke4hzT9BD0Vp1Jr1/rhtkdt2Dia ALLd0Z2DyW8eDG8kZ0ALyVE8vB6r+GpFt9rxXvoGDihFwgaME7wXPujrtARzfCtuiisD /VpQ0o2WJ+5xbLF//wpvQERSaPhJFhQs189WKPQQeXcJef3E3RKC3fl9mJe3zW+Aeuk7 Jxtw== X-Received: by 10.202.196.72 with SMTP id u69mr13738824oif.21.1414675842659; Thu, 30 Oct 2014 06:30:42 -0700 (PDT) Original-Received: by 10.76.154.106 with HTTP; Thu, 30 Oct 2014 06:30:42 -0700 (PDT) In-Reply-To: <87oast997c.fsf@fencepost.gnu.org> X-Google-Sender-Auth: 0colqLwRCjs2BDvXPa1EsQn5Yjg X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::22f 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:176124 Archived-At: >> Yes, of course. >> Arguably `elt' is already the answer. Yes. I was away from the compuiter when I sent the other email, so I thought maybe `elt' wasn't quite the same as nth+aref. But looking at it now, that's exactly what it is. So it looks like there's nothing to be done. here :-)