From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dave Goel Newsgroups: gmane.emacs.devel Subject: Re: Accepting and returning multiple values in 'cl Date: Thu, 12 Mar 2009 00:11:21 -0400 Message-ID: <87y6vbfkie.fsf@marie.gnufans.net> References: <87prgnquvh.fsf@marie.gnufans.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1236831113 30073 80.91.229.12 (12 Mar 2009 04:11:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Mar 2009 04:11:53 +0000 (UTC) Cc: Dave Goel , emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 12 05:13:09 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LhcI9-0003Hw-D5 for ged-emacs-devel@m.gmane.org; Thu, 12 Mar 2009 05:13:09 +0100 Original-Received: from localhost ([127.0.0.1]:33193 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhcGn-0000xE-Hj for ged-emacs-devel@m.gmane.org; Thu, 12 Mar 2009 00:11:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LhcGi-0000v8-4j for emacs-devel@gnu.org; Thu, 12 Mar 2009 00:11:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LhcGf-0000se-Jy for emacs-devel@gnu.org; Thu, 12 Mar 2009 00:11:39 -0400 Original-Received: from [199.232.76.173] (port=52440 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LhcGf-0000sX-Hm for emacs-devel@gnu.org; Thu, 12 Mar 2009 00:11:37 -0400 Original-Received: from mta21.charter.net ([216.33.127.81]:40719) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LhcGb-0007Q5-Qk; Thu, 12 Mar 2009 00:11:33 -0400 Original-Received: from imp11 ([10.20.200.11]) by mta21.charter.net (InterMail vM.7.09.01.00 201-2219-108-20080618) with ESMTP id <20090312041121.QNKR3344.mta21.charter.net@imp11>; Thu, 12 Mar 2009 00:11:21 -0400 Original-Received: from marie.gnufans.net ([24.197.155.76]) by imp11 with charter.net id S4BM1b0041fAMNY054BMFn; Thu, 12 Mar 2009 00:11:21 -0400 Original-Received: from deego by marie.gnufans.net with local (Exim 3.36 #1 (Debian)) id 1LhcGP-0001TI-00; Thu, 12 Mar 2009 00:11:21 -0400 X-Face: #5@=vrmx5t3mZaPY8(mR.n+V#:%4NW7j5A&^}@lGp2rK; CQ4%iH1v'gh/^A)w5*6c&R2(P' 4+seYDq8OK'LPI/C(C^A*w|f*t+8, 'T8b#_0~h3!A7GoVroE[cr0Fb'A0%SdU|Lk@gBV&1vA In-Reply-To: (Miles Bader's message of "Thu, 12 Mar 2009 13:07:42 +0900") User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (1203?) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:109582 Archived-At: > > I'm not sure it's worth trying to develop the cl.el MRV stuff much > unless it actually works like real CL MRVs: > Please ignore my post. Sorry for wasting your time. My "implementation" has problems. I now know why I had this feeling it just couldn't have been so easy. :-)