From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Using gv in map and seq? Date: Mon, 15 Jun 2015 08:41:31 -0400 Message-ID: References: <87egldxn7p.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1434372411 21328 80.91.229.3 (15 Jun 2015 12:46:51 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Jun 2015 12:46:51 +0000 (UTC) Cc: emacs-devel To: Nicolas Petton Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 15 14:46:44 2015 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 1Z4Tml-0001Q1-EM for ged-emacs-devel@m.gmane.org; Mon, 15 Jun 2015 14:46:43 +0200 Original-Received: from localhost ([::1]:34105 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4Tml-0003jO-0y for ged-emacs-devel@m.gmane.org; Mon, 15 Jun 2015 08:46:43 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4Tho-00047r-Vz for emacs-devel@gnu.org; Mon, 15 Jun 2015 08:41:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z4Thl-0004kz-2B for emacs-devel@gnu.org; Mon, 15 Jun 2015 08:41:36 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:43514) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z4Thk-0004jg-VU for emacs-devel@gnu.org; Mon, 15 Jun 2015 08:41:33 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0DDEwA731xV/zoGr7hcgxCEAoVVuzcJhkOBBQECBAICgTw5FAEBAQEBAQGBCkEFg10BAQMBViMFCws0EhQYDSSINwjPIwEBAQEGAQEBAR6LOoUFB4QtBbM/gUUjhBQigngBAQE X-IPAS-Result: A0DDEwA731xV/zoGr7hcgxCEAoVVuzcJhkOBBQECBAICgTw5FAEBAQEBAQGBCkEFg10BAQMBViMFCws0EhQYDSSINwjPIwEBAQEGAQEBAR6LOoUFB4QtBbM/gUUjhBQigngBAQE X-IronPort-AV: E=Sophos;i="5.13,465,1427774400"; d="scan'208";a="126408235" Original-Received: from 184-175-6-58.dsl.teksavvy.com (HELO ceviche.home) ([184.175.6.58]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 15 Jun 2015 08:41:31 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 0A5CE6614A; Mon, 15 Jun 2015 08:41:31 -0400 (EDT) In-Reply-To: <87egldxn7p.fsf@petton.fr> (Nicolas Petton's message of "Mon, 15 Jun 2015 12:47:22 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 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:187169 Archived-At: > I was wondering if it would make sense to use gv in map or seq? Not sure what you mean. Do you mean to add a setter for seq-elt? Stefan