Skip to content

Conversation

@mosquito-magnet
Copy link

If the search process ends with a non-zero exit code, the helm status was never updated. E.g. Grep, Ripgrep and likely more use exit code 1 to indicate that nothing is found, a frequently occurring scenario that left the user wondering if the process is still searching or not.

Now it will always update status if the process is not live anymore.

Fixes #251 (not by adding a waiting status as suggested, but clearly indicating the finished status)

If the search process ends with a non-zero exit code, the helm status
was never updated. E.g. Grep, Ripgrep and likely more use exit code 1 to
indicate that nothing is found, a frequently occurring scenario that
left the user wondering if the process is still searching or not.

Now it will always update status if the process is not live anymore.
Azkae added a commit to Azkae/emacs-helm-ag that referenced this pull request Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Add string "[waiting...]" or ":run" in the modeline

1 participant