I recently switched to emacs for my code editing, and it mostly works well.
However, for Objective-C I find myself missing Xcode\'s autocomplete feature as I have troubl
I wrote a script to export function definitions in Cocoa SDK as yasnippet snippets: http://github.com/zegal/yasobjc
With the help with ETAGS and auto-complete, the completion experience is very close to XCode. You can have a try.