On Tue, Mar 3, 2009 at 3:28 PM, Jeff Wheeler <[email protected]> wrote:
>
> On Tue, 2009-03-03 at 09:09 +0100, Jean-Philippe Bernardy wrote:
>
>> Please note my naming convention:
>> Minibuffer == the buffers put into "miniwindows" (you can edit text
>> normally there)
>> Status == the place where the editor gives transient feedback, at
>> the very bottom of the screen.
>
> Ah, okay. So this patch displays all the results in the status bar, much
> like the hinting results?
>
Yep. Incidentally it would be very nice to have our own class for
status messages,
so that we could remove the ad-hoc cases for lists and ().
class Status x where
class YiAction a x | a → x where
makeAction :: Status x => a → Action
instead of:
class YiAction a x | a → x where
makeAction :: Show x => a → Action
--~--~---------~--~----~------------~-------~--~----~
Yi development mailing list
[email protected]
http://groups.google.com/group/yi-devel
-~----------~----~----~----~------~----~------~--~---