-
For the record, this is taken care of.
http://php-mode.svn.sourceforge.net/viewvc/php-mode/trunk/php-mode-src/php-mode.el?r1=96&r2=97
Thanks again for reporting it.
2008-12-12 16:41:45 UTC in PHP mode for Emacs
-
Yes, please try PHP mode with latest release of Emacs if you can. That would be easier than trying to upgrade just CC-mode for Emacs.
2008-12-12 16:32:25 UTC in PHP mode for Emacs
-
ashawley committed revision 97 to the PHP mode for Emacs SVN repository, changing 2 files.
2008-12-12 15:34:54 UTC in PHP mode for Emacs
-
Yes, this was a bug. It will be available in the next release. Here's the patch:
http://php-mode.svn.sourceforge.net/viewvc/php-mode/trunk/php-mode-src/php-mode.el?r1=95&r2=96
Thanks for reporting this.
2008-12-12 15:31:48 UTC in PHP mode for Emacs
-
Ok. I see.
I don't do a lot of PHP/HTML/Javascript programming, but I'd suggest something like NxhtmlMode. Its popular with the kids.
See
http://www.emacswiki.org/emacs/NxhtmlMode.
2008-11-15 17:12:26 UTC in PHP mode for Emacs
-
I'm glad you figured it out.
I'm sorry the installation instructions were confusing as well. A link to php-mode.el file is made available from the top of the PHP mode home page.
After reading your initial bug report, I assumed you were an experienced Emacs user, not an Emacs newbie. Byte-compiler warning reports are usually the stuff of Emacs officianados. Out of curiosity, where had...
2008-11-15 07:06:24 UTC in PHP mode for Emacs
-
As emacs --help says about -q:
--no-init-file, -q load neither ~/.emacs nor default.el
So there was something in my Emacs that was already loading add-log, so I never saw the compiler warning. Running Emacs with -q avoided autoloading add-log, and then I could confirm the byte compiler warning.
Concerning Fundamental Mode, what happens when you run M-x php-mode RET inside an...
2008-11-14 20:23:19 UTC in PHP mode for Emacs
-
Thanks for reporting this. I hadn't been able to duplicate it. After running Emacs with the -q option, I'm now able to duplicate it.
Attached is a patch that will fix it.
Thanks again.
File Added: add-log-warning.diff.
2008-11-14 17:26:39 UTC in PHP mode for Emacs
-
ashawley committed revision 96 to the PHP mode for Emacs SVN repository, changing 4 files.
2008-11-05 16:46:28 UTC in PHP mode for Emacs
-
An Emacs major mode for editing PHP code. Features: Syntax coloring and indenting; Documentation browse and search functions; Support for Imenu and SpeedBar; Customization options
A new version of PHP mode for Emacs is released. Version 1.5.0 is the follow-up to the major improvements unveiled for PHP mode in January. There are no major new features in this release, but many bug fixes...
2008-11-05 16:31:41 UTC in PHP mode for Emacs