From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Phillip Garland Newsgroups: gmane.emacs.help Subject: Re: syntax coloring!!! Date: Mon, 30 Dec 2002 21:56:18 -0800 (PST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <20021231051903.38535.qmail@web8206.mail.in.yahoo.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII X-Trace: main.gmane.org 1041314277 7988 80.91.224.249 (31 Dec 2002 05:57:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 31 Dec 2002 05:57:57 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18TFPX-00024i-00 for ; Tue, 31 Dec 2002 06:57:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TFPG-0007Jt-0C for gnu-help-gnu-emacs@m.gmane.org; Tue, 31 Dec 2002 00:57:38 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18TFOH-0006Jk-00 for help-gnu-emacs@gnu.org; Tue, 31 Dec 2002 00:56:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18TFOC-0006Ar-00 for help-gnu-emacs@gnu.org; Tue, 31 Dec 2002 00:56:34 -0500 Original-Received: from mxout1.cac.washington.edu ([140.142.32.134]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18TFO4-00062T-00 for help-gnu-emacs@gnu.org; Tue, 31 Dec 2002 00:56:24 -0500 Original-Received: from mailscan-out1.cac.washington.edu (mailscan-out1.cac.washington.edu [140.142.32.138]) SMTP id gBV5uM3d013721 for ; Mon, 30 Dec 2002 21:56:22 -0800 Original-Received: FROM hymn16.u.washington.edu BY mailscan-out1.cac.washington.edu ; Mon Dec 30 21:56:18 2002 -0800 Original-Received: from localhost (localhost [127.0.0.1])id gBV5uI0F031024; Mon, 30 Dec 2002 21:56:18 -0800 Original-To: unni krishnan In-Reply-To: <20021231051903.38535.qmail@web8206.mail.in.yahoo.com> X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:5149 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5149 To turn on syntax coloring you do M-x font-lock-mode or select "Syntax Highlighting" from the "Options" menu. If you want syntax coloring to always be one put the following line in your .emacs file: (global-font-lock-mode t) for more information see the "Font Lock" node in the Emacs manual. ~Phillip On Tue, 31 Dec 2002, unni krishnan wrote: > > hello, > > i am a new user (student) of emacs.how can i > do syntax coloring in emacs? > > > ________________________________________________________________________ > Missed your favourite TV serial last night? Try the new, Yahoo! TV. > visit http://in.tv.yahoo.com > > > _______________________________________________ > Help-gnu-emacs mailing list > Help-gnu-emacs@gnu.org > http://mail.gnu.org/mailman/listinfo/help-gnu-emacs >