From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dirk Herrmann Newsgroups: gmane.lisp.guile.devel Subject: Re: segfault in CVS HEAD Date: Wed, 14 Jul 2004 09:22:08 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <40F4DF20.40303@dirk-herrmanns-seiten.de> References: <40DD5A64.60300@ccrma> <40DEC836.3010806@dirk-herrmanns-seiten.de> <40E2917A.7010106@ccrma> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1089788182 24354 80.91.224.253 (14 Jul 2004 06:56:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 14 Jul 2004 06:56:22 +0000 (UTC) Cc: Guile-Devel Mailing List Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Wed Jul 14 08:56:09 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BkdgW-0001DV-00 for ; Wed, 14 Jul 2004 08:56:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bkdiw-000320-A0 for guile-devel@m.gmane.org; Wed, 14 Jul 2004 02:58:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bkdip-00031v-QT for guile-devel@gnu.org; Wed, 14 Jul 2004 02:58:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bkdin-00031j-NY for guile-devel@gnu.org; Wed, 14 Jul 2004 02:58:31 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bkdin-00031g-Ln for guile-devel@gnu.org; Wed, 14 Jul 2004 02:58:29 -0400 Original-Received: from [212.227.126.177] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BkdgJ-0005p0-MO for guile-devel@gnu.org; Wed, 14 Jul 2004 02:55:56 -0400 Original-Received: from [212.227.126.162] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BkdgF-0006zg-00; Wed, 14 Jul 2004 08:55:51 +0200 Original-Received: from [80.131.47.237] (helo=dirk-herrmanns-seiten.de) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BkdgF-00031J-00; Wed, 14 Jul 2004 08:55:51 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2) Gecko/20040220 X-Accept-Language: de, en Original-To: Bill Schottstaedt In-Reply-To: <40E2917A.7010106@ccrma> X-Enigmail-Version: 0.76.8.0 X-Enigmail-Supports: pgp-inline, pgp-mime X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:494e3e4d1bf8dc247959c49e6f1f4215 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:3865 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:3865 Bill Schottstaedt wrote: > There's still one case where the lambda tag appears -- > if you include a documentation string: > > guile> (define (hi) "this is a comment" 34) > guile> (procedure-source hi) > (lambda () "this is a comment" #@lambda 34) > > Also I notice that "let" is sometimes changed to "let*", and > in the define* case I get "(lambda lambda*:G0 (let-optional* > lambda*:G0" etc. I will take care of the problem in about two or three weeks. (Got just married last week, will leave for honeymoon in about one hour...) Best regards, Dirk _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel