> "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
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
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
>
> 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
> 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
>
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
> "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
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
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