From owner-freebsd-questions@FreeBSD.ORG Fri Mar 28 02:23:04 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A82B37B401 for ; Fri, 28 Mar 2003 02:23:04 -0800 (PST) Received: from mail.cordis.lu (mail.cordis.lu [212.190.217.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9344F43F85 for ; Fri, 28 Mar 2003 02:23:02 -0800 (PST) (envelope-from a.carter@cordis.lu) Received: from mailsvr.intrasoft.lu (mail.intrasoft.lu [212.190.217.251]) by mail.cordis.lu (8.12.8/8.12.8) with ESMTP id h2SAOYqE009405; Fri, 28 Mar 2003 11:24:34 +0100 Received: by mail.intrasoft.lu with Internet Mail Service (5.5.2656.59) id ; Fri, 28 Mar 2003 11:20:25 +0100 Received: from intra241.intrasoft.lu (212.190.217.170 [212.190.217.170]) by mailsvr.intrasoft.lu with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2656.59) id HXZK8HRD; Fri, 28 Mar 2003 11:20:21 +0100 From: CARTER Anthony To: "Michael A. Smith" , CARTER Anthony , questions@freebsd.org Organization: Intrasoft Date: Fri, 28 Mar 2003 11:28:06 +0100 User-Agent: KMail/1.5 References: <3E830C64.2010203@code-fu.com> In-Reply-To: <3E830C64.2010203@code-fu.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200303281128.06866.a.carter@intrasoft.lu> X-Spam-Status: No, hits=-18.3 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT autolearn=ham version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: Re: Perl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2003 10:23:04 -0000 Where can I add the $TERM variable? I am using KDE. I put in my ~/.cshrc the following: setenv TERM "xterm-color" but I don't seem to have a color xterm when I open a new shell...Is this the wrong place? Thanks, Anthony On Thursday 27 March 2003 15:36, Michael A. Smith wrote: > > Ok, lets try again...Free software to allow me to...(read below)... > > I use Vim for day-to-day Perl work (/usr/ports/editors/vim). Syntax > highlighting, auto-indenting, etc... To get everything working, you need > to have your $TERM env variable set to "xterm-color" and copy > > /usr/local/share/vim/vim##/vimrc_example.vim > > to your home dir as .vimrc, or copy it to /usr/local/share/vim/vimrc and > all users will get the benefit of it. You'll likely want to tweak the rc > file for your personal preferences. > > When I want something GUI-driven, I use Jedit -- an excellent Java > editor with syntax highlighting and such. If you're running Java and X, > take a look. It's in the ports tree (/usr/ports/editors/jedit). > > Good luck!!