-
Notifications
You must be signed in to change notification settings - Fork 24
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
issue with unicode input on Julia 1.11 beta #157
Comments
It looks like there's quite a lot of subtelty going on with quoting strings for completion purposes. This change removes support for completing paths in strings but simplifies the code.
It's probably not related to 1.11. I think I broke it by trying to fix #156. I just made an attempted fix. Please try again in a couple of hours after the change hits MELPA. |
seems to be fixed now. thank you! |
I think your fix has caused another new issue to appear, though. Whenever I enter "*" or "+" now in my source buffer (within a string or not), the same Parse error is thrown:
|
Oh no. Let's try again: f7784c5. Should be available in MELPA in a couple of hours. |
Hello,
ever since upgrading to Julia 1.11 beta, whenever I try to now enter Unicode symbols via \ in my source buffer, immediately after typing the next character a parse error is raised (if I disable company-mode, the error occurs right after hitting TAB).
Example output of the *julia* error buffer after typing "\c":
edit:
julia-snail version 20240515.557
emacs version 29.3
The text was updated successfully, but these errors were encountered: