3

I am trying to customize the minimap package in emacs.

I'd like to be able to read the name of the functions, class, etc while in the minimap. The effect I am trying to achieve is this (although in python mode): (from www.emacswiki.org/emacs/MiniMap)

copied from "www.emacswiki.org/emacs/MiniMap"

As far as I understand the minimap module, there are two way to enlarge the name of function, class, etc.

The first requires semantic overlays, but I am not familiar with the semantic package, and I am not sure how well it supports python.

The second (that I set as the default option from M-x customize-group minimap) should use the normal text height for all the functions - all the text with the face font-lock-function-name-face - but I can't get it to work.

Does anyone know how to use this minimap function?

Drew
  • 29,895
  • 7
  • 74
  • 104
ajeje
  • 590
  • 5
  • 11
  • Open up the main `minimap.el` and search for the word `face` -- I see several that could be adjusted either within your init, or by hacking the source. If you have an elc, then you will need to delete it after hacking the el and run a new `M-x byte-compile-file` if you opt for hacking the source instead of trying to adjust the variables solely through the init. – lawlist Jul 14 '13 at 03:27

0 Answers0