Archive for October, 2013

Code Completion with Exuberant Ctags in Emacs

Tuesday, October 22nd, 2013

I’ve put some effort into getting code completion with TAGS files working. I couldn’t get it to work with auto-complete no matter what I tried, there were some addons that I tried but none of them worked. I also tried company-mode but could not get it to work.... Read More

Emacs as a Multi Mode Web Dev IDE is Now Possible

Friday, October 18th, 2013

Through web-mode the possibility of using Emacs as a web dev IDE with full multi mode capabilities a la Aptana Studio or PHPStorm is finally here. But it will take some tweaking to get things perfect so read on…... Read More

One Master, Two Slaves – Daisy Chaining MySQL

Sunday, October 6th, 2013

The crucial detail is log_slave_updates = 1 on the first slave to be able to pass on the replication updates to the next machine in the chain.... Read More