Re: Exceptions in recent revisions

2011-06-08 Thread vitalije
revno 4275: When executing script that uses c.executeMinibufferCommand for example: c.executeMinibufferCommand('save-file') produces the following log NameError: global name 'stroke' is not defined line 697: # stroke = None * line 698: event =

Re: Exceptions in recent revisions

2011-06-08 Thread redla
BTW, at present the menus have silently disappeared from my Linux machine! Using the latest code (4299), I still see menus on _my_ Linux machine with no problems (Python3, qtleo started from command line, ArchLinux). Could I help there somehow? KR, Radim -- You received this message because

Chapters work

2011-06-08 Thread Edward K. Ream
There is a worthy bug in the Chapters-related code. It will not happen often, but when it does it could be dangerous. I can reproduce the bug and see it in action. The problem is doing something sensible. The essence of the situation is that switching chapters is very tricky: it is akin to a

Re: Chapters work

2011-06-08 Thread Edward K. Ream
On Jun 8, 8:13 am, Edward K. Ream edream...@gmail.com wrote: There is a worthy bug in the Chapters-related code. Rev 4300 fixes this bug by being much more careful about selection. This rev is mostly for backup. Please do not use chapters yet for real work. I should be finished with testing

Re: Chapters work

2011-06-08 Thread Edward K. Ream
On Wed, Jun 8, 2011 at 12:07 PM, Edward K. Ream edream...@gmail.com wrote: Rev 4300 fixes the [chapters-related bugs] by being much more careful about selection. The new code is also more relaxed about where @chapter nodes may reside. They are always *created* as the last child of the first

Re: Chapters work

2011-06-08 Thread Edward K. Ream
On Jun 8, 12:55 pm, Edward K. Ream edream...@gmail.com wrote: The new code is now both more careful and more tolerant of @chapter nodes deleted by hand. True, but it is still possible to thoroughly confuse the selection logic. I've disabled the warning: it doesn't seem to do any harm to

Re: Chapters work

2011-06-08 Thread Edward K. Ream
On Jun 8, 4:35 pm, Edward K. Ream edream...@gmail.com wrote: Rev 4301 contains the latest fit and finish work, as well as the first two unit tests for chapters-related code.  A few more unit tests are coming. Here is the checkin log for rev 4302: QQQ Added 4 fairly strong unit tests of