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

Theta is different between Atom and Julia REPL #11

Closed
andyferris opened this issue Apr 21, 2016 · 5 comments
Closed

Theta is different between Atom and Julia REPL #11

andyferris opened this issue Apr 21, 2016 · 5 comments

Comments

@andyferris
Copy link

Hi,

I'm getting two different symbols from Atom and from the Julia REPL for \theta. These are:

θ
Θ

They look different here on the website but the same in Atom, which is super confusing!

@MikeInnes
Copy link
Member

Interesting, they do seem to be different. We generate symbols using Julia's map, but it's possible Julia has changed and we just need to update.

@MikeInnes
Copy link
Member

Ok, that's not right, but I think what's happening is that Atom puts Theta above theta in the completions list – so you're completing with capital-theta which looks similar in monospace.

@andyferris
Copy link
Author

Oops, silly me!

In general, I find Atom's completions to be quite spammy. It seems to want to "help" even after typing a correct identifier, so I'm constantly reaching for Esc or similar. This is yet another case of that...

@MikeInnes
Copy link
Member

In theory we can change how Atom weights different completions, so that e.g. the case of the latex character is taken into account. Might be worth looking into eventually.

@pfitzseb
Copy link
Member

Ref: atom/autocomplete-plus#651

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

3 participants