Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

haskell-font-lock-symbols: Two dots display as two function compositions symbols #645

Closed
mhwombat opened this issue May 12, 2015 · 3 comments

Comments

@mhwombat
Copy link

I'm using haskell-font-lock-symbols. If I type:

import Somepkg (Something(..))

the dots (..) are converted to the function composition symbol:

import Somepkg (Something(°°))

This didn't happen in earlier versions (I recently upgraded my copy of haskell-mode). I was using a different font (solarized theme) before, and now I'm using the default theme... but I don't see why that would make a difference.

@mhwombat
Copy link
Author

Also, >>= is displayed as >≥

@gracjan
Copy link
Contributor

gracjan commented May 17, 2015

@mhwombat: thanks for the report.

This one seems to be a duplicate of #589 and fixed in #591.

Is github version of haskell-mode working for you correctly?

@mhwombat
Copy link
Author

I installed the github version of haskell-mode, and it is working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants