alphapapa/magit-todos

No items with "find|grep" scanner

Ambrevar opened this issue · 4 comments

With (setq magit-todos-scanner #'magit-todos--scan-with-find|grep), I get a *magit-todos--scan-with-find|grep* buffer with lines like

./init-eshell.el:3481:;;; TODO: ls: Sort using locale.

So I guess that part works.

Nothing items get printed in the magit status buffer however.

Any clue?

Well, you shouldn't use setq to set the scanner. That might be the problem. Use the customization API or UI.

I first tried with customize-group RET magit-todos RET with the same result.

Thanks, I found the problem and how to fix it. I'm not sure why it wasn't working that way, but it should be fixed. Will merge soon...

Thanks!