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

Using external grep on windows made howm slower #6

Open
artsi0m opened this issue Apr 2, 2024 · 2 comments
Open

Using external grep on windows made howm slower #6

artsi0m opened this issue Apr 2, 2024 · 2 comments

Comments

@artsi0m
Copy link

artsi0m commented Apr 2, 2024

I've have had use-package directive in my config.

(use-package howm
  :init (setq howm-view-title-header "*")
  (setq howm-file-name-format "%Y/%m/%Y-%m-%d-%H%M%S.org"))
   :custom
  (howm-view-use-grep 't))

I installed grep from scoop (scoop.sh)
And when executing howm-list-grep it becomes an order of magnitude longer, than without howm-view-use-grep set to t.

Also my new config become literate:
https://github.com/artsi0m/emacs-organizer/tree/4c8e0cd3d28646a63fc65567cb5cf4a8a18ad481

You can find all workarounds, that I use to interconnect howm with various org packages, like org-fc, package for flashcards.

@artsi0m
Copy link
Author

artsi0m commented Apr 2, 2024

It seems that often it becomes slow, when searching for something that is not present in howm or only present in one note.

@kaorahi
Copy link
Owner

kaorahi commented Apr 3, 2024

Hmm, this issue is difficult for me since I don't have a Windows machine for testing. Any help from Windows users would be really appreciated.

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