On Wed, Apr 06, 2005 at 06:51:22PM +0300, Martin Vermeer wrote: > OK, here's a patch for this one. The problem is an unfinished math macro > is already defined as an inset, but hasn't drawn + added a coordinate > cache entry yet. So it now tests for macro mode and does nothing then.
There is at most one unfinished math macro at a time which could be added to the coord cache 'manually'. I'd prefer that over restricting the ways to leave such an inset. > (Were there any other keys that did this?) Mouse clicks outside math would do that as well. No way to grab these from within mathed.... Andre'