On Thu, May 12, 2005 at 06:47:50PM +0200, Lars Gullik Bjønnes wrote:
> this is kindo a proof-of-concept.

Is there a specific reason this queue is in the frontend and not in the
core?

If it were in the core we could have an 'update' lfuns, and a 'dont need
up-to-date cache'  lfun flags and play games...

Suppose we have a queue like  a, b, <Down>, c, i.e.

 <Key-a>[implicitupdate] <Key-b>[implicitupdate]
 <Down>[implicitupdate] <Key-c>[implicitpdate] ...

we'd flag <Key-*> as 'dont need cache' and <Down> as 'need cache' and
transform the queue to

  <Key-a> <Key-b> <Update> <Down> <Key-c> ...

Andre'

Reply via email to