-
-
Notifications
You must be signed in to change notification settings - Fork 133
Description
When calling forge-visit-issue, I got the following warning in the echo area:
Symbol's function definition is void: magit-highlight-bracket-keywords
Here's the backtrace:
Debugger entered--Lisp error: (void-function magit-highlight-bracket-keywords)
transient--exit-and-debug(error (void-function magit-highlight-bracket-keywords))
magit-highlight-bracket-keywords()
#f(compiled-function (%) #<bytecode -0x1a2989944aef9e85>)(magit-highlight-bracket-keywords)
run-hook-wrapped(#f(compiled-function (%) #<bytecode -0x1a2989944aef9e85>) magit-highlight-bracket-keywords)
forge--format-topic-title(#)
forge--format-topic-line(#)
#f(compiled-function (%) #<bytecode 0xc1d746fbf830e20>)(#)
mapcar(#f(compiled-function (%) #<bytecode 0xc1d746fbf830e20>) (# # # # # # # # # # #))
forge--topic-collection((# # # # # # # # # # #))
forge--read-topic("View topic" forge-current-topic # #)
forge-read-topic("View topic")
byte-code("\300\301!C\207" [forge-read-topic "View topic"] 2)
eval((byte-code "\300\301!C\207" [forge-read-topic "View topic"] 2))
advice-eval-interactive-spec((byte-code "\300\301!C\207" [forge-read-topic "View topic"] 2))
#f(compiled-function (spec) #<bytecode 0x1ea7b2873bcaaf12>)((byte-code "\300\301!C\207" [forge-read-topic "View topic"] 2))
funcall(#f(compiled-function (spec) #<bytecode 0x1ea7b2873bcaaf12>) (byte-code "\300\301!C\207" [forge-read-topic "View topic"] 2))
command-execute(forge-visit-topic)
The expected behavior is that I should be able to view the topic and the minibuffer will allow me to select a topic to view.
I'm currently bypassing this problem through
(remove-hook 'forge-topic-wash-title-hook #'magit-highlight-bracket-keywords)
Version:
Magit 4.5.0, Transient 0.12.0, Forge 20260208.1639, Git 2.47.3, Emacs 30.2
Same problem with lastest Forge on melpa-stable.