ccQpein
ccQpein
> Why do you have "$slime^"? I print the result of `(re-search-forward (helm-mm-exact-get-pattern pattern) nil t)` for testing, and it only returns number after I finish typing `slime`. And I...
@thierryvolpiatto thanks for your quick reply as always 👍 . > It is why I ask people in bug reports to say "yes I am using a minimal > config",...
After experimenting several times, I've finally figured out what's going on: it's because my `helm-candidate-number-limit` is set to 50. So, unless I fully input 'slime', the command doesn't appear in...
Looks like change `helm-candidate-number-limit` to 500 fix this issue. I think we can close this issue now?
> so by using &body instead of &rest we get this indentation: Nice catch! > Would you not use the Trivia library for pattern matching? It probably does this, and...
I checked the `trivia` it looks good when I am trying to pattern matching the list like ~~~lisp (trivia:match '(1 2 3) ((list* 1 x _) x) ((list* _ x)...
Yes, I just try on my side. Will give PR soon.
Gave the PR #114
@vindarel Just figure out fixing this issue need to write the un-greedy regex. I just fix it in the latest commit. Good catch!
The PR #114 is merged, I am not sure if we keep this idea issue open or not for future potential changes. I left this decision to repo owner.