>>>>> "R" == R Lahaye <[EMAIL PROTECTED]> writes:
R> Hi, R> Very few converters use the Flags field in Preferences-> Conversion->Converters->Flags. R> Actually only latex_to_dvi, latex_to_pdf and latex_to_html. R> What is the purpose of this field? These are special information for the Converter class (says that the result should actually be parsed, how, and various other things). These flags are never passed on the command line. R> The Grace conversion, as an example, is now: R> Converter: gracebat -hardcopy -printfile $$o -hdevice $device $$i R> 2>/dev/null Flags: <empty> R> Shouldn't we make use of the Flags field here: R> Converter: gracebat -printfile $$o $$i 2>/dev/null Flags: R> -hardcopy -hdevice $device No, it is not intended to be used like that. JMarc