guile-user
[Top][All Lists]
Advanced

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

Re: Doc organization (Re: Around again, and docs lead role)


From: Paul Jarc
Subject: Re: Doc organization (Re: Around again, and docs lead role)
Date: Thu, 15 May 2003 12:33:45 -0400
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux)

Rob Browning <address@hidden> wrote:
>       echo 'startup_eval_code = "' >> foo-real.c.tmp
>       cat foo.scm >> foo-real.c.tmp
>       echo '";' >> foo-real.c.tmp

Just to be pedantic:
echo 'char const startup_eval_code[] = "\' >> foo-real.c.tmp
sed 's/\(["\\]\)/\\\1/g;s/$/\\n\\/' < foo.scm >> foo-real.c.tmp
echo '";' >> foo-real.c.tmp


paul




reply via email to

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