-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Unicode substitution broken with helm #204
Comments
Ran the snippet from emacs-helm/helm#2356, and this issue is not the same as emacs-helm/helm#2356; |
Workaround until this issue is resolved is to manually call |
#196 appears to fix it too |
According to the docstring for completion-extra-properties, the "STRING" passed to the :exit-function should be the bare text to which the field was completed, but helm-mode adds an extra space at the end of "STRING". Since none of our latexsubs include whitespace, we can safely strip whitespace in the :exit-function and work around this helm bug. I will file an upstring bug report against helm, but I think it's worth fixing quickly here since it's only a simple 3-line change. Closes #204.
Reopening per #206 (comment) |
So the current issue is that |
Thierry fixed things on the helm side (emacs-helm/helm#2646). Could you please check again that the issue is fixed for you with latest master of helm @giordano? |
@giordano reports:
Locally, I've confirmed that with only
julia-mode
installed,C-M-i
correctly completes "\alph" to "α". If helm is installed with the following minimal config,C-M-i
completes "\alph" to "\alpha":This seems like a re-occurrence of emacs-helm/helm#2356, but more investigation is needed.
The text was updated successfully, but these errors were encountered: