[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: global: regular expression is not allowed with the --from-here optio
From: |
Leo Liu |
Subject: |
Re: global: regular expression is not allowed with the --from-here option. |
Date: |
Mon, 24 Mar 2014 14:07:02 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (CentOS 6.5) |
On 2014-03-24 13:57 +0800, Shigio YAMAGUCHI wrote:
> Hi,
> You are right. A certain measure is needed.
>
> As the first step, how about making effective the --literal
> option to the default command and the -c command?
Yes this is a big improvement.
BTW, it seems --literal should be available to commands accepting a
pattern. But maybe we can worry about this later.
> $ global --from-here=40:guix.scm %gcc-bootstrap-tarball?
> (error message)
>
> $ global --from-here=40:guix.scm --literal %gcc-bootstrap-tarball?
> (no error message)
>
> Now, the --literal option is effective only to the -g command.
Thanks,
Leo