[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: any emacs gurus out there?
- From: "Larry Brown" <larry brown dimensionnetworks com>
- To: <redhat-list redhat com>
- Subject: RE: any emacs gurus out there?
- Date: Fri Feb 28 23:16:26 2003
Knowing it was the font-lock-mode was key. Thank you.
Larry S. Brown
Dimension Networks, Inc.
(727) 723-8388
-----Original Message-----
From: redhat-list-admin redhat com [mailto:redhat-list-admin redhat com]On
Behalf Of J. M. Brenner
Sent: Friday, February 28, 2003 10:08 PM
To: redhat-list redhat com
Subject: Re: any emacs gurus out there?
On Behalf Of Gordon Messmer wrote:
> Larry Brown wrote:
> > I am running RH8 and have it running on 3 machines. The
> > other two machines load a .php file and coloring the
> > syntax for php-mode to bring out functions etc.
> > However, the 3rd machine is not coloring any functions
> > etc. but it is reflecting that it is in php-mode in the
> > mode line.
> Emacs doesn't color highlight by default. Copy the ~/.emacs* files from
> the machines that work as you like to the machine that does not.
Right. Emacs calls syntax high-lighting "font-lock-mode"
You can try entering this command manually:
ESC x font-lock-mode
Putting something like this in your .emacs should make
syntax coloring the default:
(global-font-lock-mode 1)
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request redhat com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]