Georg Baum <[EMAIL PROTECTED]> writes: | Lars Gullik Bjønnes wrote: | | > It looks like you change behaviour. Did we use to exit if it was | > impossible to read lyxrc.dist? I think we do after your patch. | | The behaviour is not changed: We exit if lyxrc.dist exists, but lyxrc.read() | was not successful. We don't exit if the file does not exist.
Did we use to exit in that case? | What might be misleading here is the semantics of the return value of | LyX::readRcFile. We could of course use exceptions, but I did not do that | because they are rarely used in LyX. That is because we only opened up for use of exceptions after 1.4.x was branched.... -- Lgb