From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Mattes Newsgroups: gmane.lisp.guile.user Subject: Re: 1+ is not R5RS Date: Fri, 19 Dec 2008 10:43:25 +0100 Message-ID: <1229679806.6728.2.camel@localhost.localdomain> References: <494A696D.3080201@organum.hu> <87ljud2nrt.fsf@gnu.org> Reply-To: rm@seid-online.de NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1229679774 1974 80.91.229.12 (19 Dec 2008 09:42:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 19 Dec 2008 09:42:54 +0000 (UTC) Cc: guile-user@gnu.org To: Ludovic =?ISO-8859-1?Q?Court=E8s?= Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Dec 19 10:44:01 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LDbtn-0001N1-6c for guile-user@m.gmane.org; Fri, 19 Dec 2008 10:43:59 +0100 Original-Received: from localhost ([127.0.0.1]:37358 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDbsa-0005Qv-JM for guile-user@m.gmane.org; Fri, 19 Dec 2008 04:42:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDbsG-0005P6-I2 for guile-user@gnu.org; Fri, 19 Dec 2008 04:42:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDbsE-0005Og-7g for guile-user@gnu.org; Fri, 19 Dec 2008 04:42:23 -0500 Original-Received: from [199.232.76.173] (port=41044 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDbsE-0005Od-2c for guile-user@gnu.org; Fri, 19 Dec 2008 04:42:22 -0500 Original-Received: from alextrapp1.equinoxe.de ([217.22.192.104]:53528 helo=www.elogos.de) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LDbsB-0002qi-1e; Fri, 19 Dec 2008 04:42:19 -0500 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by www.elogos.de (Postfix) with ESMTP id 0BF949004A; Fri, 19 Dec 2008 10:45:36 +0100 (CET) In-Reply-To: <87ljud2nrt.fsf@gnu.org> X-Mailer: Evolution 2.24.2 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:7021 Archived-At: On Thu, 2008-12-18 at 22:09 +0100, Ludovic Court=E8s wrote: > It'll be hard to get a definite answer: these procedures have "always" > been there, at least since Jim Blandy became Guile's maintainer: >=20 > commit 0f2d19dd46f83f41177f61d585732b32a866d613 > Author: Jim Blandy > Date: Thu Jul 25 22:56:11 1996 +0000 >=20 > That's a long time ago... This might probably be an attempt to be elisp compatible. | *** Welcome to IELM *** Type (describe-mode) for help. | ELISP> (1+ 12) | 13 | ELISP>=20 HTH Ralf Mattes=20 > Thanks, > Ludo'. >=20 >=20