Re: [patch] fix bug 6622

2011-08-19 Thread Georg Baum
Uwe Stöhr wrote: > Am 17.08.2011 22:01, schrieb Georg Baum: > >> I would not have implemented yet another special package on/off/auto >> switch, but since the work is already done I suggest to put it in. For >> the future I strongly suggest to implement a general approach, where >> adding a new p

Re: [patch] fix bug 6622

2011-08-18 Thread Uwe Stöhr
Am 17.08.2011 22:01, schrieb Georg Baum: I would not have implemented yet another special package on/off/auto switch, but since the work is already done I suggest to put it in. For the future I strongly suggest to implement a general approach, where adding a new package switch is a one liner whi

Re: [patch] fix bug 6622

2011-08-17 Thread Georg Baum
Uwe Stöhr wrote: > The attached patch add the missing possibility to de/select the package > undertilde. This was not yet added because of the fileformat freeze for > LyX 2.0. So it is time to put it in now. OK Georg? I would not have implemented yet another special package on/off/auto switch, b

Re: [patch] fix bug 6622

2011-08-09 Thread Uwe Stöhr
Am 03.08.2011 15:44, schrieb Richard Heck: + val = get_value(document.header, "\\use_undertilde", undertilde) + document.warning("valid \\use_undertilde value: " + val + ". Assuming auto.") That last line looks spurious. Thanks for the hint, that was only a debug output for me. T

Re: [patch] fix bug 6622

2011-08-03 Thread Richard Heck
On 07/30/2011 01:23 PM, Uwe Stöhr wrote: > The attached patch add the missing possibility to de/select the > package undertilde. This was not yet added because of the fileformat > freeze for LyX 2.0. So it is time to put it in now. > OK Georg? > Minor comment. > Index: lib/lyx2lyx/lyx_2_1.py > ===

[patch] fix bug 6622

2011-07-30 Thread Uwe Stöhr
The attached patch add the missing possibility to de/select the package undertilde. This was not yet added because of the fileformat freeze for LyX 2.0. So it is time to put it in now. OK Georg? regards Uwe Index: development/FORMAT ===