Infinite recursion on org-glossary--register-buffer-dependencies
if org-glossary-global-terms
is non-nil #7
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: tec/org-glossary#7
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What happened
When setting
org-glossary-global-terms
explicitly,org-glossary--register-buffer-dependencies
is called until it hitsmax-lisp-eval-depth
and throws aexcessive-lisp-nesting
error.Show backtrace
Steps to reproduce
(Reproduced in vanilla Emacs 29.0.50, 28.1, and 27.2)
System info
I think
6da6d51ca2
fixes this.