Skip to content

Conversation

@syohex
Copy link
Collaborator

@syohex syohex commented Mar 6, 2016

We expect that php-syntax-propertize-function is called one time when opening
php file. Before emacs 25, it is called. However Emacs 25 optimizes for reducing
calling syntax-propertize-function and it is not called at opening php file. So
php-mode calls it explicitly in php-mode function.

This is related to #279.

We expect that php-syntax-propertize-function is called one time when opening
php file. Before emacs 25, it is called. However Emacs 25 optimizes for reducing
calling syntax-propertize-function and it is not called at opening php file. So
php-mode calls it explicitly in php-mode function.
syohex added a commit that referenced this pull request Mar 6, 2016
@syohex syohex merged commit 72ca10b into master Mar 6, 2016
@syohex syohex deleted the workaround-emacs25 branch March 6, 2016 07:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants