From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: (+ (values 1 2)) should be 1 Date: Mon, 23 May 2011 15:49:32 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1306158611 24469 80.91.229.12 (23 May 2011 13:50:11 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 May 2011 13:50:11 +0000 (UTC) Cc: bug-guile To: Hans Aberg Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Mon May 23 15:50:05 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOVWA-0004ae-R5 for guile-bugs@m.gmane.org; Mon, 23 May 2011 15:49:58 +0200 Original-Received: from localhost ([::1]:38746 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOVWA-0002m1-F9 for guile-bugs@m.gmane.org; Mon, 23 May 2011 09:49:58 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:49265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOVW7-0002lu-Lq for bug-guile@gnu.org; Mon, 23 May 2011 09:49:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QOVW6-0007Mp-4X for bug-guile@gnu.org; Mon, 23 May 2011 09:49:55 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:58802 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOVW6-0007Lh-0O for bug-guile@gnu.org; Mon, 23 May 2011 09:49:54 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 8CE7A5F70; Mon, 23 May 2011 09:51:45 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=KyuqBz3N88Pl2q0CEd0JyE3NZvo=; b=JFFewM DQrdxPVqeTokZGl682RHWhszj45x1smovLZUgpIgOCY3cm27vvcxBRXAcVJXESGi QTlgysI+syL1g5ixs1/bSVJRAGsazRwRkkihARlKylm+vpt8H7uokT8V3oupGMUo dfjfaCIoxJ2jxr5kFUZqlZwhO31qyrWH9DShM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=NQVPVOP/ubeep67ZygveuU+YxowFmNl/ CPm1myrj3uTxARS2Qd4f9MgnelP8nlRGsbzB9q5yYFlKXWd0bW/xTgcQG0stoaSH VY4ErH97KJFDwPSV4x1dBN+kYQHcurjvJIodre8Gw7Q+4eRcHYXSWXHs2Byv5icl 1lhtRIqDpVM= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id 7AB6A5F6F; Mon, 23 May 2011 09:51:44 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id B9C645F6B; Mon, 23 May 2011 09:51:42 -0400 (EDT) In-Reply-To: (Hans Aberg's message of "Mon, 23 May 2011 15:34:38 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: CB72B368-8543-11E0-B781-BBB7F5B2FB1A-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5609 Archived-At: On Mon 23 May 2011 15:34, Hans Aberg writes: > On 22 May 2011, at 16:02, Andy Wingo wrote: > >> But, it is 1 and 2, currently. (+ FOO) inlines just to FOO, too >> optimistically. > > It is unspecified according to rsr5. I know. I'm talking about Guile here. Andy -- http://wingolog.org/