Hi Marcelo,
Jambunathan K writes:
> You don't have to compile your elisp files at all and as a developer I
> would even venture to say you shouldn't.
I also recommend not compiling your .el files, you will have more
useful debug traces (setq edebug-on-error t).
I would suggest reading the docu
> Hey guys,
>
> I'd like to start hacking the orgmode codebase and perhaps add my own
> extensions and modifications. What's the best workflow? My main
> editor is now MacVim, could I use it to edit and compile with emacs?
> I can understand if things go smoother with emacs, and I could use
> vipe