>
> This is the output when I start lyx, open faq and close.
The instersiting part would be from somebody with a not working "Rescan"
button, and of course you need to press this button in order to get the
output mentioned above.
Come on. This is the no log file thread. I start lyx, compile faq,
view the dvi output, but document->latex log has nothing.
Anyway, here is what I get when I press rescan:
C:\Program Files\LyX14\bin>.\lyx -dbg files
Setting debug level to files
Debugging `files' (Files used by LyX)
IsDirWriteable: C:/Documents and Settings/BPeng1/Local Settings/Temp/
Temporary file `C:/Documents and Settings/BPeng1/Local Settings/Temp/lyxwritetes
t2952a02028' created.
createTmpDir: tempdir=`C:/Documents and Settings/BPeng1/Local Settings/Temp/'
createTmpDir: mask=`lyx_tmpdir'
Temporary file `C:/Documents and Settings/BPeng1/Local Settings/Temp/lyx_tmpdir2
952a02028' created.
lyx: Disabling LyX socket.
File "C:/Program Files/LyX14/Resources/scripts/TeXFiles.py", line 2
SyntaxError: encoding problem: with BOM
This encoding problem is interesting:
# -*- coding: iso-8859-15 -*-
because when I change it to
# -*- coding: iso-8859-1 -*-
Things work fine. Now, we at least have a solution.
Bo