Mark Triggs <[EMAIL PROTECTED]> writes: > Hi all, > > I've just done a big merge from everyone, restarted emacs and found that > the missing code doesn't quite work right. The patch causing the > problem is:
Yes, apologize, I've broken everyghing :-( However, I've reverted this in a further patch, so, you probably didn't merge all. I was trying to fix a strange bug: _Sometimes_, at the end of all process execution, I get a *tla-missing* buffer with some patches displayed after the _End._ item, which is supposed to come last. Actually, the faulty items are duplicates of the ones displayed in the right place, and are not in the ewoc list. The very strange thing here is that running M-: (ewoc-refresh tla-revision-list-cookie) doesn't change anything. Clearing the buffer and re-running the previous code does solve the problem. I suppose we have a display bug because we're missusing ewoc, and using a "ewoc--" function, which is supposed to be internal, was a good candidate for a bug. Did anyone else have this problem? I don't manage tu reproduce it now! -- Matthieu
