Re: Guile Logo License

2008-07-31 Thread Martin Grabmueller
Neil Jerram schrieb: 2008/7/12 Dave Page [EMAIL PROTECTED]: Hi there, I would like to create artwork for a free software project, using the cartoon gnu head from the Guile logo [1]. Please can you clarify the license used for this logo, so I know how to license my derivative work? If you

Re: define-syntax and vector constants

2002-02-19 Thread Martin Grabmueller
From: Bill Schottstaedt [EMAIL PROTECTED] Date: Tue, 19 Feb 2002 04:26:13 -0800 I think define-syntax is stumbling on vector constants: (use-modules (ice-9 syncase)) (define-syntax IF (syntax-rules () ((IF form1 form2) (if form1 form2)) ((IF form1 form2 form3) (if form1

Install failure - missing libs

2002-02-04 Thread Martin Grabmueller
Hello list, don't know whether my setup at home is screwed or somthing changed with Guile's installation procedure. When I try to install te latest CVS version (both stable and unstable), some of the libraries don't get installed: libguile and libguilereadline. (Without the latter I could

Re: CVS: module guile/guile-statprof can't be found

2002-01-07 Thread Martin Grabmueller
From: Fabrice Bauzac [EMAIL PROTECTED] Date: Sun, 06 Jan 2002 12:14:11 +0100 The page http://www.gnu.org/software/guile/anon-cvs.html says that there's a CVS module called guile/guile-statprof. When I tried to checkout, noon@noon:cvs:513$ cvs -z9 co guile/guile-statprof cvs server:

Re: bug

2001-11-09 Thread Martin Grabmueller
From: root [EMAIL PROTECTED] Date: Sat, 03 Nov 2001 12:09:12 -0500 I got a problem instaling guile all versions. It Error 1 somwhere in inet-aton I use Red Hat 7.1 Linux .Any hint will be helpful. Please see the relevant entry in the Guile FAQ at:

CVS guile does not build on Solaris+gcc

2001-10-08 Thread Martin Grabmueller
Hello folks, these are the results on compiling a recent CVS Guile: Making all in libguile make[1]: Entering directory `/home/m/mgrabmue/cvs/guile/guile-core/libguile' ./guile-snarf -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -g -O2 -Wall -Wmissing-prototypes numbers.c numbers.x \ || { rm

Re: Top-Level Debug/Backtrace Bug

2001-10-05 Thread Martin Grabmueller
From: Crowder, Brian [EMAIL PROTECTED] Date: Wed, 3 Oct 2001 16:48:56 -0700 It seems like erroneous code at the top-level of an .scm file fails to yield filenames and line-numbers for backtrace/error display. For example: echo error here test.scm guile --debug -l test.scm Yields

Re: guile.info: Writing

2001-10-05 Thread Martin Grabmueller
From: Thien-Thi Nguyen [EMAIL PROTECTED] Date: Thu, 4 Oct 2001 20:53:05 -0700 From: Alex Schroeder [EMAIL PROTECTED] Date: Mon, 24 Sep 2001 12:10:45 +0200 I just wanted some details on display but it was not in the R5RS Index. The node Writing has info on newline. I think

Re: guile.info: Formatted Output

2001-09-26 Thread Martin Grabmueller
From: Alex Schroeder [EMAIL PROTECTED] Date: Sun, 23 Sep 2001 19:53:09 +0200 The node Formatted Output has a typo -- statr instead of start in the following paragraph: `~' Start a new line, that is, output a newline character if not already at the statr of a

Re: guile.info: SRFI-13 - String Library

2001-09-26 Thread Martin Grabmueller
From: Alex Schroeder [EMAIL PROTECTED] Date: Mon, 24 Sep 2001 13:58:51 +0200 Typo in note SRFI-13 - String Library: * SRFI-13 Replicate/Rotate::Replacate and rotate portions of strings. should be * SRFI-13 Replicate/Rotate::Replicate and rotate portions of strings. Fixed.

Re: guile.infoi: SRFI-13 - String Library

2001-09-26 Thread Martin Grabmueller
From: Alex Schroeder [EMAIL PROTECTED] Date: Mon, 24 Sep 2001 14:00:46 +0200 Suggestion: All of the procedures defined in SRFI-13, which are not already included in the Guile core library, are implemented in the module `(srfi srfi-13)'. The procedures which are both in Guile and in

Re: Typo in ref. manual, @node lambda* Reference?

2001-08-14 Thread Martin Grabmueller
From: Eric Hanchrow [EMAIL PROTECTED] Date: 13 Aug 2001 13:23:49 -0700 I've only just started reading about keywords, and am not sure I've got this right. But it seems that every place in the documentation that says `#:key' should really say `#key' instead -- the former doesn't work in

CVS snapshot link

2001-07-16 Thread Martin Grabmueller
Hello folks, the link to the CVS snapshot on http://www.gnu.org/software/guile/ftp-snapshots.html does not work with by browser. It needs an additional slash at the end: ftp://krusty.e-technik.uni-dortmund.de/pub/guile/snapshots/ Dunno if my browser (Netscape 4.77) or the FTP server is

module option :rename broken?

2001-07-09 Thread Martin Grabmueller
Hello folks, when cleaning up the examples directory, I found that my module examples do not work anymore. The problem can be reproduced with this example module: -=-=-=-=-=-=-=-=- (define-module (test)) (export foo bar) (define (foo) 1) (define (bar) 2) -=-=-=-=-=-=-=-=- When I use this

Problems with safe environments

2001-07-09 Thread Martin Grabmueller
Hello list, another problem discovered when checking the examples: guile (use-modules (ice-9 safe)) guile (define m (make-safe-module)) guile (eval '(define x 1) m) guile (quit) Some deprecated features have been used. Set the environment variable GUILE_WARN_DEPRECATED to detailed

Re: couldnt compile guile

2001-06-26 Thread Martin Grabmueller
From: Joakim Verona [EMAIL PROTECTED] Date: Tue, 26 Jun 2001 10:21:39 +0200 while compilinng guile snapshot on 20010626, i got an error confilicting definitions of the function inet_aton in net_db.c. I just commented out the definition and it compiled ok. There was an existing

Re: Unable to make guile-1.3 (libguile)

2001-06-26 Thread Martin Grabmueller
From: Scott Ostrander [EMAIL PROTECTED] Date: Mon, 25 Jun 2001 09:51:00 -0500 Hello, perhaps you can point me in the correct direction or tell me what I'm doing wrong. I don't know about the errors you describe, but is there a reason you are trying to build such an old version of Guile?

Re: couldnt compile guile

2001-06-26 Thread Martin Grabmueller
Date: Tue, 26 Jun 2001 11:11:20 +0200 From: Joakim Verona [EMAIL PROTECTED] very odd, i downloaded the snapshot just an hour ago. i prefer snapshots due to our agressive firewall that makes tunneling cvs cumbersome. but thanks, i will download copies from cvs in the future. Oh dammit.

`trace' is broken

2001-06-21 Thread Martin Grabmueller
Hello list, I was just trying out an example from the GRM, node `Trace': guile (define (rev ls) ... (if (null? ls) ... '() ... (append (rev (cdr ls)) (cons (car ls) '() guile (rev '(a b c d e)) (e d c b a) guile (trace rev) (rev) guile (rev '(a b c d

Re: compiling guile problem

2001-05-25 Thread Martin Grabmueller
From: [EMAIL PROTECTED] Date: Thu, 24 May 2001 22:24:44 +0900 I'm having problem while compiling guile under RH Linux7.0 (gcc-2.95.3) from guile-1.4.tar.gz distribution. PATH=.:/usr/local/jdk1.3/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/local/bin:/op

Re: Compile Errors on Redhat 7.1

2001-05-22 Thread Martin Grabmueller
From: Clint Nelissen [EMAIL PROTECTED] Date: Mon, 21 May 2001 16:38:51 -0700 I get the following error when trying to compile Guile 1.4 on a Redhat 7.1 box: net_db.c:85: conflicting types for `inet_aton' /usr/include/arpa/inet.h:74: previous declaration of `inet_aton' make[1]: ***

Re: ifnottex?

2001-05-16 Thread Martin Grabmueller
From: Neil Jerram [EMAIL PROTECTED] Date: 16 May 2001 20:33:22 +0100 Masao == Masao Uebayashi [EMAIL PROTECTED] writes: Masao This is also from today's source compilation. Making all Masao in doc gmake[1]: Entering directory Masao `/usr/local/src/guile-core-20010517/doc'

Re: Cant unpack guile1.4 on Windows

2001-05-09 Thread Martin Grabmueller
From: Hrafnkell Eiriksson [EMAIL PROTECTED] Date: Tue, 8 May 2001 10:22:51 +0200 I cant unpack the guile-1.4.tar.gz archive on Windows with the GNU/Cygwin tools nor WinZip. I get the following error: [he@HRAFNKELL src]$ tar xfz guile-1.4.tar.gz tar: guile-1.4/ice-9/and-let*.scm: Cannot

Re: skip_scsh_block_comment

2001-05-09 Thread Martin Grabmueller
From: Bill Schottstaedt [EMAIL PROTECTED] Date: Wed, 9 May 2001 07:27:00 -0700 Two minor things about the block comments: if you include a space after the closing !# you get an error (which strikes me as overly zealous), This could easily be changed, but it seems like this is by design,

web page image tag broken

2001-04-30 Thread Martin Grabmueller
Hello list, could anyone w/ write privs please change the img tag in page_template.html to have an absolute path name? Otherwise, the image is not found for the subdirectory pages (mail/mail.html etc.) Thanks, 'martin ___ Bug-guile mailing list

CVS guile + module system broken

2001-04-25 Thread Martin Grabmueller
Hello list, mgrabmue@tortoise (~/cvs/guile/x/guile-1.4.1/libguile): GUILE_LOAD_PATH=~/cvs/guile/x/guile-1.4.1/ ./guile ERROR: In procedure set-current-module: ERROR: Wrong type argument in position 1: #f Is this because `set-current-module' and `current-module' are currently defined twice?

Re: Initial IPv6 support broken

2001-04-20 Thread Martin Grabmueller
From: Gary Houston [EMAIL PROTECTED] Date: 20 Apr 2001 07:28:23 - From: Martin Grabmueller [EMAIL PROTECTED] Date: Thu, 19 Apr 2001 22:24:34 +0200 Hello list, CVS Guile does not build here with the latest IPv6 changes: Thanks, I am not surprised. I'm following rfc2553

Re: Vectors should not evaluate to themselves

2001-04-06 Thread Martin Grabmueller
From: Mikael Djurfeldt [EMAIL PROTECTED] Date: 05 Apr 2001 01:12:28 +0200 Martin Grabmueller [EMAIL PROTECTED] writes: according to R5RS, literally entered vectors do not evaluate to themselves and must always be quoted. Guile does not detect this error: guile

Vectors should not evaluate to themselves

2001-04-04 Thread Martin Grabmueller
Hello list, according to R5RS, literally entered vectors do not evaluate to themselves and must always be quoted. Guile does not detect this error: guile #(as) #(as) Should this be fixed, and can it be fixed easily? Regards, 'martin ___

Re: Documentation with GCC3.1, (was: build error on solaris)

2001-03-23 Thread Martin Grabmueller
From: Neil Jerram [EMAIL PROTECTED] Date: 23 Mar 2001 09:07:32 + "Neil" == Neil Jerram [EMAIL PROTECTED] writes: "Alexander" == Alexander Klimov [EMAIL PROTECTED] writes: Alexander The change which broke guile documentation is that Alexander [...] Neil I'm planning

savannah.gnu.org cvs page

2001-02-09 Thread Martin Grabmueller
to check out guile-core, but that gives mgrabmue@tortoise (~/x): cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/guile co guile-core cvs server: cannot find module `guile-core' - ignored cvs [checkout aborted]: cannot expand modules Am I missing something? 'martin -- Martin Grabmueller

Re: guile-core CVS and FTP snapshot version differ

2001-02-09 Thread Martin Grabmueller
-- Martin Grabmueller [EMAIL PROTECTED] http://www.pintus.de/mgrabmue/ mgrabmue@#lkcc on EFnet ___ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile

Properly handling smobs in macros.c

2001-02-08 Thread Martin Grabmueller
Hi all, this is not really a bug, but I think the attached change should be made for the sake of consistency. 2001-02-08 Martin Grabmueller [EMAIL PROTECTED] * macros.c (scm_macro_name, scm_macro_transformer): Use SCM_SMOB_DATA instead of SCM_CDR. Regards, 'martin

Docstring patches.

2001-01-29 Thread Martin Grabmueller
if this is generally wanted, and if yes, if I do it The Right Way, or if the docstrings can be improved. Regards, 'martin ChangeLog entry follows. 2001-01-29 Martin Grabmueller [EMAIL PROTECTED] * struct.c (scm_make_vtable_vtable): Removed unnecessary "" from end of

Re: 3 readline bugs: source positions, readline-options, endlessloop on error

2001-01-25 Thread Martin Grabmueller
pe-arg "set-readline-output-port!" "Not an open output port: ~S" (list p) #f))) Regards, 'Martin -- Martin Grabmueller [EMAIL PROTECTED] http://www.pintus.de/mgrabmue/ mgrabmue@#lkcc on EFnet _

Doc patches

2000-12-20 Thread Martin Grabmueller
, 'mgrabmue -- Martin Grabmueller [EMAIL PROTECTED] http://www.pintus.de/mgrabmue/ mgrabmue@#lkcc on EFnet ===File ~/cvs/guile-core/diff=== Index: ANON-CVS === RCS file: /cvs/guile/guile-core