Mail Archives: cygwin-developers/1998/04/01/02:27:14
At 06:56 PM 3/31/98 -0700, Tom Tromey wrote:
>However, there is a bug in insert_files(). It doesn't properly
>respect the quoting style defined by build_argv(). For instance, this
>string will be misinterpreted as a request for file insertion (the
>quotes are part of the string):
>
> " -@file"
>
>I think it's important to respect this quoting style, because it is
>the same quoting style used by spawn_guts().
>
>Tom
I did it on purpose because I thought is might be useful to be able to
stick long quoted strings in a file. Don't know of any instance one needs
a long or often used quote in a command line though.
Instead of " -@file" one could type " \-@file" and get the response you
wish. If being able to stick a file within quotes is not useful and if
people believe insert_file should respect quotes then I (or anyone wishing
to volunteer) will change the logic.
Best Regards,
Eric
- Raw text -