From owner-freebsd-questions Mon Dec 28 15:44:53 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA13398 for freebsd-questions-outgoing; Mon, 28 Dec 1998 15:44:53 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from jason03.u.washington.edu (jason03.u.washington.edu [140.142.77.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA13391 for ; Mon, 28 Dec 1998 15:44:51 -0800 (PST) (envelope-from eroubinc@u.washington.edu) Received: from dante14.u.washington.edu (eroubinc@dante14.u.washington.edu [140.142.15.40]) by jason03.u.washington.edu (8.9.1+UW98.09/8.9.1+UW98.09) with ESMTP id PAA26066; Mon, 28 Dec 1998 15:44:33 -0800 Received: from localhost (eroubinc@localhost) by dante14.u.washington.edu (8.9.1+UW98.09/8.9.1+UW98.09) with ESMTP id PAA97932; Mon, 28 Dec 1998 15:44:33 -0800 Date: Mon, 28 Dec 1998 15:44:33 -0800 (PST) From: Evgeny Roubinchtein To: Gustavo Vieira G C Rios cc: "q's" Subject: Re: environment for programming- Context Colored In-Reply-To: <3687C365.5193E006@netshell.vicosa.com.br> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, 28 Dec 1998, Gustavo Vieira G C Rios wrote: >Is there any tutor where i can config vi to help me working with .c and >.h files ? In what ways would you like it to help you work with .c and .h files? Automatic indenting? Syntax highlighting? Capturing the compiler's errors and going to corresponding lines? I know vim will do all of the above, vim is in ports/editors/vim5, I believe. It comes with online help, so you can just type ":help" from command mode, and go exploring. I am not sure about nvi or xvile or other editors, but they probably have similar capabilities. I hope this helps ~ Evgeny. > > >Tony Bucciao wrote: >> >> Hi, >> >> Now here is an option: Lemmy... >> >> It is a WIN95 based editor which emulates the vi editor...I believe >> you can color coat your scripting with this program. Once you are >> done with writing the program in Lemmy transfer it to your bsd box. >> >> I don't have the url for lemmy on me right now...sorry. >> >> Hope this helps, >> Tony >> >> ---Evgeny Roubinchtein wrote: >> > >> > On Sun, 27 Dec 1998, K. Marsh wrote: >> > >> > (can't help you on the first question, sorry :-) >> > >Do vi, emacs, others have similar features? >> > >> > GNU emacs has font-lock mode, just like xemacs does, if you like to >> have >> > it everywhere, the info file that comes with GNU emacs, suggests you >> use: >> > >> > (global-font-lock-mode t) >> > (setq font-lock-maximum-decoration t) >> > >> > in your .emacs. It also suggests: >> > >> > (setq font-lock-support-mode 'lazy-lock-mode) >> > >> > to make it faster on large files. >> > >> > To my knowledge, nvi -- the "vi" you get with freebsd -- doesn't have >> > color higlighting, but (x)vile, elvis, and vim all do. Both xvile >> and vim >> > are in ports/editors -- vim5 has syntax highlighting, I don't think >> vim4 >> > does. VIM is a really neat vi superset, by the way. >> > >> > -- >> > Evgeny Roubinchtein, eroubinc@u.washington.edu >> > ................... >> > Logic: The art of being wrong with confidence... >> > >> >> _________________________________________________________ >> DO YOU YAHOO!? >> Get your free @yahoo.com address at http://mail.yahoo.com >> >> To Unsubscribe: send mail to majordomo@FreeBSD.org >> with "unsubscribe freebsd-questions" in the body of the message > >-- >+-------------------------------------------------------------------+ >" ... Overall we've found FreeBSD to excel in performace, stability, >technical support, and of course price. Two years after discovering >FreeBSD, we have yet to find a reason why we switch to anything else" > -David Filo, Yahoo! > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-questions" in the body of the message > > -- Evgeny Roubinchtein, eroubinc@u.washington.edu ................... I haven't lost my mind; it's backed up on tape somewhere. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message