I want to record what I had to do to get man page support working correctly in emacs erlang-mode under Ubuntu Hardy Heron. First, set the erlang root directory for erlang-mode: (setq erlang-root-dir “/usr/lib/erlang”) Next put a symbolic link to the man pages in the erlang root directory. cd /usr/lib/erlang sudo rmdir man #the man [...]
Archives for emacs
syntax coloring
I happend to read a new (to me) blog, Thoughts on life, computers, and eternal happiness. The lead post featured some Erlang code, presented with very nice syntax coloring. I asked the author how he managed that. Emacs. Of course. He had used a package called htmlize.el. Emacs never ceases to surprise me with new [...]
Posts