-
Notifications
You must be signed in to change notification settings - Fork 25
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
Completion not substituting characters anymore #124
Comments
I assume you're having trouble with source buffers, not the REPL? I'll a look in my own configuration later and see if anything broke, but this feature is handled by PS: What version of Emacs? |
Yes, indeed, in the source buffer, the repl is fine. I thought this involved julia-snail, TIL! Thanks for the info, I'll investigate more later... It's emacs 27.2 |
Hi @nlw0, |
In case anybody else finds him or herself in my / @nlw0's situation, here's what I did:
|
I had the same problem. Adding |
Hi guys. Thanks so much for the info, now it's clear to me this is about julia-mode, and probably related to JuliaEditorSupport/julia-emacs#185 and maybe JuliaEditorSupport/julia-emacs#193 My understanding is that abbrev-mode allows me to type "\pi space" and that will complete, but what I'm really really looking for is that one TAB opens up completions, and in case it's not unique (as in \pi), a second TAB will replace it. Right now I type "TAB TAB TAB TAB" and it keeps saying "not unique not unique not unique". I still need to check out about version 0.4. The thing is that I have just moved to using |
I've recently updated my emacs configuration, and completions are not working anymore for inputting symbols. For instance, if I type
\blacksquare
and TAB, it does not replace the symbol. Plus if I type\pi
I only get completion-at-point saying it's not unique, but if I type TAB again it doesn't simply replace it with π. What's the proper way to set things up? I'm afraid perhaps it's a conflict with Helm? But it was working fine in the past.The text was updated successfully, but these errors were encountered: