Skip to content

Disable interactive operator completions #1247

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

Merged
merged 1 commit into from
Apr 4, 2016
Merged

Disable interactive operator completions #1247

merged 1 commit into from
Apr 4, 2016

Conversation

geraldus
Copy link
Contributor

@geraldus geraldus commented Apr 4, 2016

GHCi prior to version 8.0.1 have bug in :complete command: when completing operators it returns a list of all imported identifiers (see Track ticket). This leads to significant Emacs slowdown. To aviod slowdown operator completions are disabled for now.

@geraldus
Copy link
Contributor Author

geraldus commented Apr 4, 2016

Whoops, it's too early. I have to check not first char but the last.

@geraldus
Copy link
Contributor Author

geraldus commented Apr 4, 2016

Ok, done.

@gracjan gracjan merged commit 048b157 into haskell:master Apr 4, 2016
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

Successfully merging this pull request may close these issues.

2 participants