On Fri, Apr 06, 2007 at 06:04:47PM +0200, Georg Baum wrote: > Am Freitag, 6. April 2007 16:02 schrieb Enrico Forestieri: > > > I don't think that your commit fixes 3410. I was working on the attached > > patch that fixes it. The only relevant bit is in tempname.C, all other > > changes are consequential to that. I'll adapt this to your last commit. > > Oh, even more encoding confusing. Does the attached version still work? The > difference to your version is that we don't pass strings in filesystem > encoding around. This is dangerous, because it leads exactly to bugs like > 3410. > If it works, please put it in.
Yes, this works, too. However, I am facing another problem. After View->DVI, latex hangs. I suspect that this a problem with the Path thing as when I use the following script $ cat /usr/local/bin/latex #!/bin/sh ls -l "$@" > /tmp/xxx 2>&1 I get: $ cat /tmp/xxx ls: cannot access newfile1.tex: No such file or directory -- Enrico
