Condensed view of code buffer

Asked by Andreas Roehler

Have a condensed view of the entire code/text file currently opened and highlight the region, in the very same condensed view, which is currently being viewed. Clicking on any part of the condensed view would bring that part in focus.

http://stackoverflow.com/questions/17371752/how-to-achieve-this-in-emacs

Question information

Language:
English Edit question
Status:
Solved
For:
python-mode.el Edit question
Assignee:
No assignee Edit question
Solved by:
Andreas Roehler
Solved:
Last query:
Last reply:
Revision history for this message
Andreas Roehler (a-roehler) said :
#1

There is MiniMap package. From EmacsWiki:

    Put minimap.el in your load path.
    (require 'minimap)
    Use M-x minimap-create in a buffer you’re currently editing.
    Use M-x minimap-kill to kill the minimap.
    Use M-x customize-groupRETminimap RET to adapt minimap to your needs.

answered by
Alex Vorobiev

http://stackoverflow.com/users/973603/alex-vorobiev