benma / hayoo.el

Query hayoo and show results in a tabulated buffer.
4 stars 2 forks source link

Handle qualified symbol #2

Closed alexanderkjeldaas closed 10 years ago

alexanderkjeldaas commented 10 years ago

Hi, when I point the cursor at T.fromStrict, it will hayoodle "T.fromStrict", not "fromStrict".

benma commented 10 years ago

This is due to how haskell-ident-at-point works, which is implemented in haskell-mode. Haskell-mode comes with its own hayoo interface (M-x hayoo) which suffers from the same bug.

Please post the issue to the haskell-mode issue tracker. Thank you.