From: Steve W. <wai...@us...> - 2001-06-22 21:52:09
|
Update of /cvsroot/phpwiki/phpwiki In directory usw-pr-cvs1:/tmp/cvs-serv6449 Modified Files: README.coding Log Message: Corrected the URL for php-mode. I use the one from ontosys.com, but there is another from sourceforge. Index: README.coding =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/README.coding,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** README.coding 2001/06/22 21:35:44 1.2 --- README.coding 2001/06/22 21:52:06 1.3 *************** *** 25,29 **** Use php-mode as well. This is freely available on the net ! (http://sourceforge.net/projects/php-mode/). Put something like this in your .emacs file: --- 25,29 ---- Use php-mode as well. This is freely available on the net ! (http://www.ontosys.com/src/php-mode.el). Put something like this in your .emacs file: *************** *** 35,38 **** --- 35,41 ---- so when you open .php files in Emacs it will start PHP mode automatically. + + There is another php-mode.el I have not tried: + http://sourceforge.net/projects/php-mode/ I'm sure Vim has a similar mode, if someone would let us know I'll add |