John Levon <[EMAIL PROTECTED]> writes:

|                               string const tmp =
|                                       comp[0] + _(" [sole completion]");
| -                             stored_set(comp[0]);
| +                             stored_set(comp[0] + " ");

I see you snook this in.

| +                             // FIXME: the horrible Window hack is one that goes 
|away when we
| +                             // GUIize the minibuffer
| +                             string str = 
| +                                     
|FloatMenu::select(fl_get_real_object_window(the_buffer), comp);

And we really can't block on the select. We need some signal/emit
communications here.

Besides this, thanks a lot!

-- 
        Lgb

Reply via email to