Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upmagit-todos-update hangs on MacOS #54
Comments
smaret
changed the title from
`magit-todos-update` hangs
to
magit-todos-update hangs on MacOS
Sep 7, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
alphapapa
Sep 7, 2018
Owner
Hi Sebastien,
Typing j-T displays: "No TODOs section"
I guess that means that you opened the magit-status buffer and then enabled magit-todos-mode. It's intended that you enable magit-todos-mode (which is global, not buffer-local) and then open the magit-status buffer. But in case you do it that way, if you refresh the magit-status buffer by pressing g, it should work then.
|
Hi Sebastien,
I guess that means that you opened the magit-status buffer and then enabled magit-todos-mode. It's intended that you enable magit-todos-mode (which is global, not buffer-local) and then open the magit-status buffer. But in case you do it that way, if you refresh the magit-status buffer by pressing |
added a commit
that referenced
this issue
Sep 7, 2018
alphapapa
closed this
in
bba449f
Sep 7, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
alphapapa
Sep 7, 2018
Owner
I made a couple of fixes to avoid the loop and tell the user that the mode should be activated first. Thank you for reporting this issue.
|
I made a couple of fixes to avoid the loop and tell the user that the mode should be activated first. Thank you for reporting this issue. |
smaret commentedSep 7, 2018
•
edited
magit-todoslooks like a very nice emacs package, but I can't get it to work on my computer (Mac OS 10.13.2, Emacs 26.1, magit-todos 20180904.1753 installed from MELPA).I've turn on the
magit-todos-modein themagitbuffer for my project. Typingj-Tdisplays: "No TODOs section". Then when I try to update the list manually withmagit-todos-updateEmacs hangs.I've installed both
ripgrepandgit grepand the method is set to "Automatic".