guile-user
[Top][All Lists]
Advanced

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

Re: guile -s is it necessary?


From: Paul Jarc
Subject: Re: guile -s is it necessary?
Date: Tue, 15 Oct 2002 17:46:55 -0400
User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i686-pc-linux-gnu)

Rob Browning <address@hidden> wrote:
> What about things like:
>
>   guile -s foo.scm arg-to-foo another-arg-to-foo
>
> or
>
>   guile -e main -s foo.scm arg-to-foo another-arg-to-foo

guile foo.scm arg-to-foo another-arg-to-foo
guile -e main foo.scm arg-to-foo another-arg-to-foo

Such command lines are erroneous now, so it doesn't break anything to
make them mean the same as the -s versions (unless a different meaning
is already planned for the future).


paul




reply via email to

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