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

Broken with emacs 25..1 #14

Open
rreiner opened this issue Oct 5, 2016 · 2 comments
Open

Broken with emacs 25..1 #14

rreiner opened this issue Oct 5, 2016 · 2 comments

Comments

@rreiner
Copy link

rreiner commented Oct 5, 2016

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.

@technician77
Copy link

technician77 commented Apr 3, 2018

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.

@dengste
Copy link
Owner

dengste commented May 3, 2020

I cannot reproduce this with Emacs 27.0.91. If I do:

emacs -Q -l minimap.el --eval '(setq minimap-major-modes (quote (prog-mode text-mode)))' -f minimap-mode ~/sometextfile.txt

the minimap is active and works. There's one error message from the update-timer which I'll fix, but it's not critical.

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

3 participants