guile-devel
[Top][All Lists]
Advanced

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

Re: program-arguments


From: Marius Vollmer
Subject: Re: program-arguments
Date: 20 Apr 2001 15:39:39 +0200
User-agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7

Dirk Herrmann <address@hidden> writes:

> shell> guile -- foo bar baz
> guile> (program-arguments)
> ==> ("guile" "foo" "bar" "baz")
> guile> (set-cdr! (program-arguments) '())
> guile> (program-arguments)
> ==> ("guile")
> 
> Is this intentional, or should program-arguments rather return a
> deep copy of the arguments?

Whether or not it's intentional I don't know, but I think we should
just document the current behaviour.  No need to change it.



reply via email to

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