edscott <[EMAIL PROTECTED]> writes:
| 2000-06-26 edscott <[EMAIL PROTECTED]>
|
| * lyxrc.C (LyXRC::read): Set variable use_keymap to false if the file
| specified in lyxrc file cannot be read.
This patch will not go in as is. A couple of reasons.
- you use ifstream to check for file existance (Use FileInfo)
- 0 != false
| 2000-06-26 edscott <[EMAIL PROTECTED]>
|
| * insets/insetinclude.C (include_cb): Set browse filter to
| *.lyx.
I suppose we could change to .lyx, what do others say?
| I am not sure whether the browse filter is a bug, but I can not understand why
| the default option will produce LaTex errors without manually modifying the
| .tex files (bleah).
The tex files are supposed to be without preamble and and without
document environment.
Lgb