> Is there any way to change the Emacs Erlang mode so that the > menu stays even when showing a manpage?? Perhaps, putting this in your ~/.emacs will be enough: (add-hook 'Man-mode-hook 'erlang-mode) Cheers /Tobbe