Would it be possible to adjust the config file parser to accept # as an
alternative to !?

I find myself using !# as it 'does the right thing' in most syntax
highlighting.

But !# means something else to scripters.

util.c: 287  (in int iscomment(char *line))
      if (line[j] == '!' || line[j] == '#' ) return TRUE;

Clearly I'm down to nitpicky cosmetic issues. :)

Thanks for all your help!

--Joel
_______________________________________________
pmacct-discussion mailing list
http://www.pmacct.net/#mailinglists

Reply via email to