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
- [PATCH] first minibuffer completion thing John Levon
- Re: [PATCH] first minibuffer completion thing Lars Gullik Bj�nnes
- Re: [PATCH] first minibuffer completion thing John Levon
- Re: [PATCH] first minibuffer completion t... Lars Gullik Bj�nnes
- Re: [PATCH] first minibuffer completi... John Levon
- Re: [PATCH] first minibuffer com... Lars Gullik Bj�nnes
- Re: [PATCH] first minibuffer... John Levon
- Re: [PATCH] first minibu... Lars Gullik Bj�nnes
- Re: [PATCH] first minibu... John Levon
- Re: [PATCH] first minibu... Eran Tromer
- Re: [PATCH] first minibu... Lars Gullik Bj�nnes
- Re: [PATCH] first minibu... Eran Tromer
