guile-devel
[Top][All Lists]
Advanced

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

Re: RFC: major change to argument processing.


From: Marius Vollmer
Subject: Re: RFC: major change to argument processing.
Date: 01 Jun 2001 00:19:48 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102

Rob Browning <address@hidden> writes:

> But now I have the double/single quote multi-line parser working, so
> you can say:
> 
>   #!/home/rlb/opt/guile-w-scmscript/bin/guile \
>   -x '(display "He\\\\llo\\n")'

Hmm, on a sh command line that would be

    guile -x '(display "He\\lo\n")'

Single quotes in sh do not do any `\' processing between them.

>   -x '(display "Show a double quote: \\\" \\n")'

Or

    -x '(display "Show a double quote: \" \n")'

> So now I'm tempted to update docs for this new meta-arg syntax and
> for "-x" and to commit the changes.  Should I?

Yes, from my view preferably with the simplified single quoting
syntax.



reply via email to

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