-
-
Notifications
You must be signed in to change notification settings - Fork 392
Better completion in region #1357
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
Conversation
* helm-mode.el (helm--completion-in-region): Do it.
* helm-mode.el (helm--completion-in-region): Do it to check if we are in file completion.
* helm-mode.el (helm--completion-in-region): Do it.
Hi, thanks for this -- it fixed a bug I was having in haskell-mode. Currently it also introduces a new bug -- if the string between start and end isn't the prefix of the completion, then I get [No matches]. For instance, when I did Now it gives me [No matches]. |
* helm-mode.el (helm--completion-in-region): Do it.
issue-dispenser notifications@github.com writes:
Can't try with haskell but I have commited a fix that may work when you Thanks. Thierry |
* helm-mode.el (helm--completion-in-region): Do it.
It appears like it's working now, thanks. |
@michael-heerdegen Perhaps this can be merged now ? |
Thierry Volpiatto notifications@github.com writes:
I still want to have a final look. I'll merge it tomorrow, ok? |
Michael Heerdegen notifications@github.com writes:
Ok great. Thanks. Thierry |
The only question that raised while I read the changes again was whether it could be worth it to honor the |
Michael Heerdegen notifications@github.com writes:
We could add something like this in fc-transformer:
even if in practice Thierry |
Would we have to care about the fact that candidates in helm can include conses (I guess we must)? |
But actually, it seems to be used nowhere in vanilla Emacs. So it's probably not worth it to support that feature. |
Michael Heerdegen notifications@github.com writes:
Oh yes, right, in a similar way I did in the generic sort fn. But as you said, probably it is prematurate for now to add this, let Thierry |
No description provided.