On Fri, Nov 03, 2000 at 02:21:31PM +0200, Baruch Even wrote:
> > The faxcommand is part of a GUI (which we now disabled) to send a fax
> > directly from lyx (File->Fax). What could be cute is if I can define
> > an exporter command Fax which for example calls "ksendfax file.ps".
>
> What prevents you right now from creating a format 'fax' and a converter
> ps->fax that runs ksendfax?
> Does the converter forces to have a resulting file at the end?
> It can be dealt with a flag for a 'nofile' conversion.
There are two problems:
1. The fax will appear in menu->export which is not what we want.
2. LyX will not run ksendfax in the background.
To solve these problems, I've created a patch in which a format is considered
"dummy format" if its extension is empty (I think that this is better than
having a flag that says that the ps->fax converter is dummy).
patch.gz