On Mon, 2003-03-24 at 14:48, Erin! wrote: > > how do i get php syntax highlighting in emacs? i've downloaded the >php-mode.el file from the web, and i made the recommended changes to my >.emacs file, but it's still not working... it says that it can't find >the php-mode file. what folder am i supposed to have it in? >currently, it's in /usr/share/emacs/site-lisp/
That directory should work...what changes did it have you make in your .emacs file? As a side note, PHP highlighting can be a little tricky if the php is embedded in an html file. If it is, then emacs is probably just going to go into an html mode and get confused by the php, and the php-mode I found got all confused by the html if I turned it on. You can get html-helper-mode (http://www.gest.unipd.it/~saint/hth.html) which deals with php embedded in html pretty well to fix this. Bryan _______________________________________________ newbies mailing list [EMAIL PROTECTED] http://phantom.byu.edu/cgi-bin/mailman/listinfo/newbies
