[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 15autotest-more-info-prettier.diff
From: |
Paul Eggert |
Subject: |
Re: 15autotest-more-info-prettier.diff |
Date: |
15 Aug 2003 10:12:38 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
address@hidden writes:
> This is the same problem you are having with patsubst and regex
> right? I'm not sure that I understand the criterion for determining
> whether a builtin is underquoting. Are you saying that the argument
> collecter needs to be more careful with quotes, or that the
> internals of some builtins should add quotes before they shipout
> their results?
The latter. For example, you need to be able to take an arbitrary
string and use those builtins to select a part of it. Currently
you can't do it, since the resulting string isn't quoted, and is
rescanned so the quotes are lost.
Also, there needs to be a mechanism for handling arbitrary strings,
including strings with unbalanced quotes. This is a continual problem
with Autoconf; it causes lots of problems with users.
- 15autotest-more-info-prettier.diff, derek, 2003/08/13
- Re: 15autotest-more-info-prettier.diff, Paul Eggert, 2003/08/13
- Re: 15autotest-more-info-prettier.diff, Derek Robert Price, 2003/08/14
- Re: 15autotest-more-info-prettier.diff, gary, 2003/08/14
- Re: 15autotest-more-info-prettier.diff, Akim Demaille, 2003/08/14
- Re: 15autotest-more-info-prettier.diff, gary, 2003/08/15
- Re: 15autotest-more-info-prettier.diff,
Paul Eggert <=
- Re: 15autotest-more-info-prettier.diff, Akim Demaille, 2003/08/18
- Re: 15autotest-more-info-prettier.diff, Akim Demaille, 2003/08/18