[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
global: regular expression is not allowed with the --from-here option.
From: |
Leo Liu |
Subject: |
global: regular expression is not allowed with the --from-here option. |
Date: |
Sun, 23 Mar 2014 09:12:10 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.9.2) |
In a scheme (language) project where there are many tags with ?, I am
constantly getting:
$ global --from-here=40:guix.scm %gcc-bootstrap-tarball?
global: regular expression is not allowed with the --from-here option.
Isn't it better to treat the pattern as literal instead of an error. One
can get the same error from `completion' (i.e. -c) by using any regexp
metachar(?$+. etc). Could this error be removed and replaced with
something that does the right thing?
Thanks,
Leo
- global: regular expression is not allowed with the --from-here option.,
Leo Liu <=