guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Guile's features


From: Dale P. Smith
Subject: Re: Guile's features
Date: Sun, 1 Oct 2000 22:56:53 -0400

D-Man wrote:
> 
> Thanks for the doc pointer.  I could browse the repository on the web, but I
> couldn't do a cvs login to get the actual files.  I kept getting an 
> authorization
> failure.
> 
> cvs -d :pserver:address@hidden:/cvs/guile login
> 
> What is the correct CVSROOT and password?

See: http://mail.gnu.org/pipermail/guile-user/2000-September/000079.html
and: http://mail.gnu.org/pipermail/guile-user/2000-September/000076.html


> Also, I was interested in &optional, not &rest, arguments.  I tried Keisuke's
> suggestion, but I got a 'unknown module (ice-9 optargs)' error.  How can I 
> solve
> my missing module problem?

Hmmm..

address@hidden:~/src/guile/guile-core$ guile
guile> (version)
"1.4.1"
guile> (use-modules (ice-9 optargs))
guile>

Could the module be installed in the wrong place, or not installed at
all?

-Dale

-- 
Dale P. Smith
Altus Technologies Corp.
address@hidden
400-746-9000 x309



reply via email to

[Prev in Thread] Current Thread [Next in Thread]