Re: [O] Development workflow

2011-07-28 Thread Bastien
Hi Marcelo, Jambunathan K kjambunat...@gmail.com 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

[O] Development workflow

2011-07-27 Thread Marcelo de Moraes Serpa
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 viper if needed.

Re: [O] Development workflow

2011-07-27 Thread Jambunathan K
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 viper if