Skip to content
New issue

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

If minimap-major-mode is set to nil, we can not manually create minimap for desired buffer. #17

Open
larebsyed opened this issue Jul 21, 2018 · 0 comments

Comments

@larebsyed
Copy link

larebsyed commented Jul 21, 2018

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)
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant