On Sun, Mar 16, 2008 at 07:48:16PM -0700, Andrew Lentvorski wrote:
Really? Getting autocomplete in either is normally a PITA when I try to set it up. Got some references for me so that I can put that in my programming toolbox?
Emacs M-/ (or C-M-/ if you can type it), vim, C-P, and then C-P/C-N. The vim one is a lot smarter, the emacs just looks in the current buffer. The vim one in recent vim versions knows quite a bit about C. This is dynamic completion, not autocompletion. You have to ask for it. I agree with others that autocompletion would be a pain. David -- [email protected] http://www.kernel-panic.org/cgi-bin/mailman/listinfo/kplug-lpsg
