-
|
When calling
Here's the backtrace:
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 Version: Same problem with lastest Forge on melpa-stable. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 11 replies
-
|
I cannot reproduce this. I even made sure that Forge and Magit were not loaded before invoking the, at this point still autoloaded, This function was added over a year ago, and so far nobody else had this issue. The most likely cause is that you have multiple versions of an involved package (likely Magit) installed and the outdated version is being loaded. Check if that is the case. I also recommend the re-installation dance.
|
Beta Was this translation helpful? Give feedback.
I figured it out by running
M-x list-load-path-shadows.It seems
git-commit-4.1.3is shadowingmagit-4.5.0andmagit-section-4.5.0. Earlier you asked me to checkload-path, but I wasn't even aware the existence of this outdated package since the name is so unfamiliar.