Hi Lars,
When compiling latest cvs with dec cxx I had the following error:
cxx: Error: ../../lyx-devel/src/lyx_cb.C, line 1257: a value of type "char"
cannot be used to initialize an entity of type
"BufferParams::PAPER_SIZE"
BufferParams::PAPER_SIZE ps = current_view->buffer()->params.papersize;
The fix (declare BufferParams::papersize as BufferParams::PAPER_SIZE)
seems so obvious that I guess there is a reason why you did not do
that... So, what are we supposed to do?
BTW, did your rewrite of chset fix the problems you had with the thorn
character?
JMarc