-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
Installed magit
and magit-todos
from melpa-stable
- see minimal init.el below.
Opened file in repo.
M-x magit-status
The TODO section is not seen & j l
command in magit-status
raised an error
magit version: 3.3.0
magit-todos: 1.7.0
Emacs version:
GNU Emacs 29.2 (build 2, aarch64-apple-darwin22.6.0, NS appkit-2299.70
Version 13.6.3 (Build 22G436)) of 2024-01-31
Copyright (C) 2024 Free Software Foundation, Inc.
Error:
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
propertize(nil face magit-section-heading)
magit-todos--insert-items(#<buffer magit-todos-list: dftpunk-emacs> (#s(magit-todos-item :filename "dftpnk-emacs.org" :org-level nil :line 1754 :column nil :position nil :keyword "TODO" :suffix ":" :description "Figure out hippie-expand")) :branch-p t)
magit-todos--git-diff-callback(:callback magit-todos--insert-items :magit-status-buffer #<buffer magit-todos-list: dftpunk-emacs> :results-regexp "\\(?:^\\(?8:[^:]+\\):\\(?2:[[:digit:]]+\\):\\(?:\\(?1:\\*+..." :search-regexp-elisp "\\(?:^\\(\\*+\\)[[:blank:]]+\\(\\(?:DONT\\|F\\(?:AIL\\|IXME..." :heading nil :exclude-globs (".git/") :process #<process magit-todos--scan-with-git-diff>)
apply(magit-todos--git-diff-callback (:callback magit-todos--insert-items :magit-status-buffer #<buffer magit-todos-list: dftpunk-emacs> :results-regexp "\\(?:^\\(?8:[^:]+\\):\\(?2:[[:digit:]]+\\):\\(?:\\(?1:\\*+..." :search-regexp-elisp "\\(?:^\\(\\*+\\)[[:blank:]]+\\(\\(?:DONT\\|F\\(?:AIL\\|IXME..." :heading nil :exclude-globs (".git/") :process #<process magit-todos--scan-with-git-diff>))
#f(compiled-function (&rest args2) #<bytecode 0x13a526aa53c7f531>)(#<process magit-todos--scan-with-git-diff>)
magit-todos--async-when-done(#<process magit-todos--scan-with-git-diff> "finished\n")
minimal init.el in otherwise empty .emacs.d
(require 'package)
(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t)
(package-initialize)
(setenv "LIBRARY_PATH"
(string-join
'("/opt/homebrew/opt/gcc/lib/gcc/13"
"/opt/homebrew/opt/libgccjit/lib/gcc/13"
"/opt/homebrew/opt/gcc/lib/gcc/13/gcc/aarch64-apple-darwin21/13")
":"))
(setq debug-on-error t)
Metadata
Metadata
Assignees
Labels
No labels