Re: Converter quirks

2000-10-16 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: >> - In the File->Update menu, although I have only one way to export >> to dvi, I see "DVI (using latex)". That's annoying, and the code >> should be smart enough to catch that. Dekel> Here is a patch that fixes this. Thanks. I'll apply i

Re: Converter quirks

2000-10-15 Thread Dekel Tsur
On Thu, Oct 05, 2000 at 04:39:03PM +0200, Jean-Marc Lasgouttes wrote: > - In the File->Update menu, although I have only one way to export to dvi, I > see "DVI (using latex)". That's annoying, and the code should be > smart enough to catch that. Here is a patch that fixes this. patch.gz

Re: Converter quirks

2000-10-06 Thread Dekel Tsur
On Fri, Oct 06, 2000 at 06:48:26PM +0200, Andre Poenitz wrote: > > If I may make a suggestion, /bin/mv can move files (but not directories) > > accross filesystems. If we spawn it, we avoid the entire problem [this may > > not work on a (future) native port to Win32/MacOS]. I think there was a >

Re: Converter quirks

2000-10-06 Thread Andre Poenitz
> If I may make a suggestion, /bin/mv can move files (but not directories) > accross filesystems. If we spawn it, we avoid the entire problem [this may > not work on a (future) native port to Win32/MacOS]. I think there was a > decision against this approach. How long would it take to copy the

Re: Converter quirks

2000-10-06 Thread Andre Poenitz
> If we wish to do this ourselves, the st_dev field of the stat structure > (the one filled by stat & fstat) tells you which device (a.k.a filesystem) > the file is on. This is easy to add to support/FileInfo.[Ch]. Another > option is statfs (Linux) statvfs (Solaris, IRIX) which takes a filename >

Re: Converter quirks

2000-10-06 Thread Lior Silberman
On 6 Oct 2000, Jean-Marc Lasgouttes wrote: > > "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: > > Dekel> What happens when you export as DVI? The export code performs > Dekel> all work in the temp directory, and then moves the file to the > Dekel> correct directory. I think that your prob

Re: Converter quirks

2000-10-06 Thread Jean-Marc Lasgouttes
> "Dekel" == Dekel Tsur <[EMAIL PROTECTED]> writes: Dekel> What happens when you export as DVI? The export code performs Dekel> all work in the temp directory, and then moves the file to the Dekel> correct directory. I think that your problem is that your temp Dekel> directory is not on the s

Re: Converter quirks

2000-10-05 Thread Dekel Tsur
On Thu, Oct 05, 2000 at 04:39:03PM +0200, Jean-Marc Lasgouttes wrote: > > A few problems related to Dekel's converter code: > > - Is it just me or does the export function export in the tmp directory? > This is very annoying... (I tried tex and ps) What happens when you export as DVI? The exp

Converter quirks

2000-10-05 Thread Jean-Marc Lasgouttes
A few problems related to Dekel's converter code: - Is it just me or does the export function export in the tmp directory? This is very annoying... (I tried tex and ps) - In the File->Update menu, although I have only one way to export to dvi, I see "DVI (using latex)". That's annoying, and