From: Steve W. <sw...@pa...> - 2001-08-29 02:02:40
|
That did it. Thanks! ~swain On Tue, 28 Aug 2001, Jeff Dairiki wrote: > On Aug 28, 2001, Steve Wainstead said: > > On Tue, 28 Aug 2001, Jeff Dairiki wrote: > > > > > (defun my-php-mode-hook-func () > > > (c-set-mode "gnu") > > > (setq tab-width 4 > > > c-basic-offset 4 > > > c-hanging-comment-ender-p nil > > > indent-tabs-mode nil)) > > > > > > (add-hook 'php-mode-hook 'my-php-mode-hook-func) > > > > Success! Except for (c-set-mode "gnu") which causes the error: > > > > File mode specification error: (void-function c-set-mode) > > Wups. Try (c-set-style "gnu"). > Jeff > > > > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > http://lists.sourceforge.net/lists/listinfo/phpwiki-talk > --- http://www.panix.com/~swain/ "Without music to decorate it, time is just a bunch of boring production deadlines or dates by which bills must be paid." -- Frank Zappa http://pgp.document_type.org:11371/pks/lookup?op=get&search=0xF7323BAC |