From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.devel Subject: Re: Modules: first steps. Date: Sat, 21 Sep 2002 00:40:02 +0200 Sender: guile-devel-admin@gnu.org Message-ID: <15755.41922.320544.699604@blauw.xs4all.nl> References: <15749.6859.670744.98083@blauw.xs4all.nl> <87ofavghdw.fsf@zagadka.ping.de> <15754.13331.360503.763500@blauw.xs4all.nl> Reply-To: hanwen@cs.uu.nl NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1032561426 30429 127.0.0.1 (20 Sep 2002 22:37:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 20 Sep 2002 22:37:06 +0000 (UTC) Cc: mvo@zagadka.ping.de, guile-devel@gnu.org, jantien@xs4all.nl Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17sWOW-0007ue-00 for ; Sat, 21 Sep 2002 00:37:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17sWOu-0002PP-00; Fri, 20 Sep 2002 18:37:28 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 17sWNt-0002O9-00 for guile-devel@gnu.org; Fri, 20 Sep 2002 18:36:25 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 17sWNr-0002Nr-00 for guile-devel@gnu.org; Fri, 20 Sep 2002 18:36:25 -0400 Original-Received: from smtpzilla3.xs4all.nl ([194.109.127.139]) by monty-python.gnu.org with esmtp (Exim 4.10) id 17sWNr-0002Nf-00 for guile-devel@gnu.org; Fri, 20 Sep 2002 18:36:23 -0400 Original-Received: from blauw.xs4all.nl (blauw.xs4all.nl [213.84.26.127]) by smtpzilla3.xs4all.nl (8.12.0/8.12.0) with ESMTP id g8KMaLoD051599; Sat, 21 Sep 2002 00:36:21 +0200 (CEST) Original-To: Martin Grabmueller In-Reply-To: X-Mailer: VM 7.05 under Emacs 21.2.1 Errors-To: guile-devel-admin@gnu.org X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.lisp.guile.devel:1362 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:1362 mg@glug.org writes: > > That doesn't inspire much confidence. > So the module is called (box-module), not (box). > > Guile seems tries to load the file `box' if you try to load a module > with that name, and that file unfortunately is the executable just > started, and Guile of course does not know what to do with an ELF > header :) Errmmm. Cough :-) Anyway, it works.... blauw:~/usr/src/lilypond$ cat e.ly foo= \notes { c4 } #(display foo) \score { \context Voice \notes\relative c { c4 } \paper { bla = #(begin (display "hallo\n") "hoi\n") baz = #(display bla) } } blauw:~/usr/src/lilypond$ lilypond e GNU LilyPond 1.7.0 Now processing: `e.ly' Parsing...# elements = (# elements = (# duration = # pitch = # type = request >) iterator-ctor = # >) iterator-ctor = # >hallo hoi Interpreting music...[1] Preprocessing elements... Calculating column positions... [2] paper output to `e.tex'... -- Han-Wen Nienhuys | hanwen@cs.uu.nl | http://www.cs.uu.nl/~hanwen _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel