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 dir installed by [...]
Full story »
I’ve spent a lot of time since the last posting on tool-chain issues. I decided to go with emacs as my editor/IDE, and darcs as my version control system. Since I mostly use a Mac, I went with Aquamacs as my emacs. It is hands down the best looking emacs I have ever seen.
Hacking emacs [...]
Full story »
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 [...]
Full story »