
Updates: Status: Started Owner: vogt.adam Labels: Type-Enhancement Component-Contrib Priority-Medium Comment #1 on issue 353 by vogt.adam: XMonad.Prompt.Window's prefix search isn't always the best option http://code.google.com/p/xmonad/issues/detail?id=353 Thanks for the patch! I have a couple suggestions (mainly documentation): The comment needs a '^' to show up in the haddock documentation:
, searchPredicate :: String -> String -> Bool -- ^ Filter predicate for doPrompt
The following is helpful to prevent confusion as to which string is which (I'm 90% sure that this is valid haddock markup, do test it though):
, searchPredicate :: String -- ^ typed string -> String -- ^ possible completion -> Bool -- ^ is a valid completion
And lastly, could you send these changes as a darcs patch (against the current contrib repo)? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings