Hi!

Chali Ahmul wrote:
> What's the reason to write the ending slash anyway?

No particular reason, if I had something like

  plot "foo1.dat" title "foo1", \
       "foo2.dat" title "foo2", \
       "foo3.dat" title "foo3"

and I wanted to exclude foo2.dat, I would comment the second line out and get

  plot "foo1.dat" title "foo1", \
#       "foo2.dat" title "foo2", \
       "foo3.dat" title "foo3"


But thanks to this bug I have only ended up without an eps file. Alternatively,
I would have excepted a proper syntax error message, but no luck on this one
either.

Best regards,
Thomas

--
 .''`.  Obviously we do not want to leave zombies around. - W. R. Stevens
: :'  : Thomas Krennwallner <djmaecki at ull dot at>
`. `'`  sip:[EMAIL PROTECTED] (+43 59966 560428)
  `-    http://bigfish.ull.at/~djmaecki/


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to