
20 Mar
2011
20 Mar
'11
4:54 p.m.
The documentation for (!>) in XMonad.Actions.Search is misleading. The documentation says "> multiEngine = intelligent (wikipedia !> mathworld !> (prefixAware google))", but this syntax doesn't provide the expected behaviour. See *XMonad.Actions.Search> use (wikipedia !> hoogle !> prefixAware google) "hoogle:foo" "http://www.google.com/search?num=100&q=hoogle%3Afoo" compared to: *XMonad.Actions.Search> use (wikipedia !> (hoogle !> (prefixAware google))) "hoogle:foo" "http://www.haskell.org/hoogle/?q=foo" I propose changing the documentation from <snip>"intelligent (wikipedia !> mathworld !> (prefixAware google))"</snip> to <snip>"intelligent (wikipedia !> (mathworld !> (prefixAware google)))"</snip>