You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using '(minimap-major-modes (quote (prog-mode text-mode)))
which worked fine in emacs 24.x, minimap is no longer automatically opened in text-mode. minimap still works fine in for example c-mode buffers -- the minimap opens automatically and works correctly.
If I manually run minimap-mode in a buffer that's in text-mode, a minimap appears but it is non-functional -- it does not update on cursor movement or scrolling, does not respond to mouse clicks.
If I set a text buffer to e.g. c-mode, then run minimap-mode, then switch to text-mode, it works correctly.
The text was updated successfully, but these errors were encountered:
Having same issue on GNU Emacs 26.0.91 (build 1, x86_64-w64-mingw32) of 2018-01-22. Thanks for pointing out the c-mode trick. I couldn't get it to show up in any other mode no matter what I did.
Your issue is 1,5 years old. Seems no one cares or this is the wrong place to report bugs for this package.
Using
'(minimap-major-modes (quote (prog-mode text-mode)))
which worked fine in emacs 24.x, minimap is no longer automatically opened in
text-mode
. minimap still works fine in for examplec-mode
buffers -- the minimap opens automatically and works correctly.If I manually run
minimap-mode
in a buffer that's intext-mode
, a minimap appears but it is non-functional -- it does not update on cursor movement or scrolling, does not respond to mouse clicks.If I set a text buffer to e.g.
c-mode
, then runminimap-mode
, then switch totext-mode
, it works correctly.The text was updated successfully, but these errors were encountered: