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

How to search for unicode characters? #176

Open
linwaytin opened this issue Dec 4, 2022 · 2 comments
Open

How to search for unicode characters? #176

linwaytin opened this issue Dec 4, 2022 · 2 comments

Comments

@linwaytin
Copy link

One benefit of julia is that we can use unicode as variables names. In the main buffer, we can enter unicode characters by like \omega, but this does not work in the minibuffer. How do you solve this problem, without copy+paste?

@non-Jedi
Copy link
Contributor

non-Jedi commented Dec 6, 2022

@nverno do you know of an easy way to make abbrev-mode tables apply to the isearch so that #100 would solve this? Quickly googling didn't give anything. In fact, I think we should probably be defining an input-method rather than using abbrev-mode which is what haskell does. Not sure how well that hooks into completion-at-point though.

@linwaytin
Copy link
Author

input-method works with isearch. This my current workaround.

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

2 participants