[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: slight oddity in script parser
From: |
Stefan Reinauer |
Subject: |
Re: slight oddity in script parser |
Date: |
Fri, 01 Aug 2008 06:26:35 +0200 |
User-agent: |
Thunderbird 2.0.0.16 (Macintosh/20080707) |
Bean wrote:
> On Fri, Aug 1, 2008 at 7:48 AM, Patrick Georgi <address@hidden> wrote:
>
>> Hi,
>>
>> I forgot this, so sorry for the separate mail:
>> Currently, the parser expects comments to start at the beginning of the
>> line, so "ls /foo # necessary because of baz" doesn't work properly
>>
>> I think a good scenario would be to have comments start either on "#" at
>> pos0, or on " #". This way, ls /foo#bar continues to work.
>>
>> Also, currently the following is a single comment, which is an unusual
>> feature:
>> # this comment starts here\
>> and continues on this line
>>
>
> Hi,
>
> Actually, # and \ is handled in the read line function, it can't
> handle complicated situation.
>
Are you implying it is wrong there and should be moved to the parser?
--
coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br.
Tel.: +49 761 7668825 • Fax: +49 761 7664613
Email: address@hidden • http://www.coresystems.de/
Registergericht: Amtsgericht Freiburg • HRB 7656
Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866
- Re: slight oddity in script parser, Bean, 2008/08/01
- Re: slight oddity in script parser,
Stefan Reinauer <=
- Re: slight oddity in script parser, Bean, 2008/08/01
- Re: slight oddity in script parser, Stefan Reinauer, 2008/08/01
- Re: slight oddity in script parser, Bean, 2008/08/01
- Re: slight oddity in script parser, Marco Gerards, 2008/08/01
- Re: slight oddity in script parser, Bean, 2008/08/01
- Re: slight oddity in script parser, Marco Gerards, 2008/08/01
- Re: slight oddity in script parser, Robert Millan, 2008/08/01
- Re: slight oddity in script parser, Patrick Georgi, 2008/08/01