On Mon, 5 Sep 2005, Gilboa Davara wrote:
On Sun, 2005-09-04 at 09:45 -0700, Nzer Zaidenberg wrote:
Real developers (like me) use gvim and Makefiles like
God intended us to work.
Amen to that!
vim + ctags. period.
We don't use-no-stinking-mouse around here! No sirrie!
Actually you can use a mouse with vim (and vim is competing with emacs
wrt extensions and scripts). It even has a functional gui.
vi(m) is good because if you have to edit something over a bad or slow
serial link, there is no replacement for it. And nothing beats using
ctags+vim and then :make <make args here> and land directly in the error
list of the compiler output, with ctags providing the support for
jumping around. This works for anything written in C (and anything that
vim's regular expressions can be scripted for - such as assembly for
embedded).
Peter
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]