We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expected behavior: minimap-new-minimap should create a minimap for active buffer
Actual Behavior: Nothing happens
Debugger Trace:
` (wrong-type-argument window-live-p nil)
#(nil norecord)
ad-Advice-select-window(# nil norecord)
apply(ad-Advice-select-window # (nil norecord))
#f(advice-wrapper :around # ad-Advice-select-window)(nil norecord)
apply(#f(advice-wrapper :around # ad-Advice-select-window) (nil norecord))
select-window(nil norecord)
minimap-new-minimap()
funcall-interactively(minimap-new-minimap)
call-interactively(minimap-new-minimap record nil)
command-execute(minimap-new-minimap record)
helm-M-x(nil #("minimap-new-minimap" 0 19 (match-part "minimap-new-minimap")))
funcall-interactively(helm-M-x nil #("minimap-new-minimap" 0 19 (match-part "minimap-new-minimap")))
call-interactively(helm-M-x nil nil)
command-execute(helm-M-x) `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior: minimap-new-minimap should create a minimap for active buffer
Actual Behavior: Nothing happens
Debugger Trace:
`
(wrong-type-argument window-live-p nil)
#(nil norecord)
ad-Advice-select-window(# nil norecord)
apply(ad-Advice-select-window # (nil norecord))
#f(advice-wrapper :around # ad-Advice-select-window)(nil norecord)
apply(#f(advice-wrapper :around # ad-Advice-select-window) (nil norecord))
select-window(nil norecord)
minimap-new-minimap()
funcall-interactively(minimap-new-minimap)
call-interactively(minimap-new-minimap record nil)
command-execute(minimap-new-minimap record)
helm-M-x(nil #("minimap-new-minimap" 0 19 (match-part "minimap-new-minimap")))
funcall-interactively(helm-M-x nil #("minimap-new-minimap" 0 19 (match-part "minimap-new-minimap")))
call-interactively(helm-M-x nil nil)
command-execute(helm-M-x)
`
The text was updated successfully, but these errors were encountered: