-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge With php-mode #2
Comments
@dhaley made me aware of the discussion over at emacs-php/php-mode#70. I just hadn't had the time to look into it yet. I would be happy to let php-extras be merged into php-mode. It has more or less been a test bed for experimental features. The right place for it is of course php-mode itself. Beware that the Also have you given a thought about distributing a prebuilt hash table of functions and their arguments? I do that in the ELPA-package at Marmalade. Generating the hash table can take some time and requires an Emacs build with libxml2. So it makes sense to make it easier for ordinary users to benefit from this by distribution a prebuilt table. On the other hand that puts the burden of regenerating the table when the PHP documentation is updated on the maintainers (no, I haven't setup some kind of notification yet when the documentation is updated). |
Just for the record after the merge of #9 an Emacs build with libxml2 is no longer a requirement for building the hash table. |
@ejmr @arnested Any further developments on this? A merge would handily deal with syl20bnr/spacemacs#1314, as well. 😄 |
@jhenahan Unfortunately there hasn't been any further development. PHP Mode, along with many other things, got pushed aside the past couple of months for personal reasons---I was barely on the Internet for the entirety of May in fact. In early March I started testing out a merge locally, seeing what I might have to tweak here and there to get things working, but then that grinded to a halt. I will make it a priority to try and merge in php-extras by the end of the month. |
This is slightly off-topic, but I have built eldoc sources with Happy to help expand documentation, etc., as well. I use PHP daily and rely pretty heavily on |
@aaronbieber Not that I know of but @arnested would probably be able to answer that better than me. |
I'm having the same problem as @aaronbieber, although it passes more than 2 years. |
Hello @arnested,
I am the current maintainer of php-mode. I want to support Eldoc mode in the next version of php-mode and have been discussing different approaches. Since you already implemented functionality for Eldoc mode in php-extras I wanted to ask if you would be ok with your work put into php-mode itself.
And not just the Eldoc-related code. I like all of the functionality that php-extras provides and would be happy to have it as part of php-mode, with your permission.
The text was updated successfully, but these errors were encountered: