Lars Gullik Bjønnes wrote: > | LyX allows me to save a read-only document (actually, in 1.3 a popup > | appears and tells me to chose a different name). > > Shouldn't onlu "save as" work, and 'save' just tell you that this is a > read-only docuemnt?
Probably. We can set lfun "buffer-write" to "Noop" instead of "ReadOnly" in Factory.C, then save will be greyed out in read-only mode. The crash is still there, though, whenever a file can't be overwritten (e.g., chose "save as" and don't alter the file name). Jürgen