On Mon, Mar 29, 2004 at 06:48:06PM +0000, Angus Leeming wrote: > I'm totally befuddled! How do I tell the outside world that the inset > has handled a given LFUN?
As soon as it has a corresponding 'case:' branch in the dispatch and does _not_ explicitly call 'undispatched()', it count as 'dispatched'. Andre'