Skip to content
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

Divide functions for the PHP manual to php.el and php-local-manual.el #663

Merged
merged 1 commit into from
Apr 30, 2021

Conversation

zonuexe
Copy link
Member

@zonuexe zonuexe commented Apr 30, 2021

I have split the functions that are not related to the processing as major mode into other files.

New variable

php-search-documentation-function custom variable

Replaces function to search for the keyword at the cursor position.

  • default: #'php-search-web-documentation
(custom-set-variables
 '(php-manual-path (expand-file-name "~/local/share/php-manual"))
 '(php-search-documentation-function #'php-local-manual-search))

BC break

No longer refer to the local manual unless you set php-search-documentation-function.

@zonuexe zonuexe force-pushed the refactor/php-local-manual branch 2 times, most recently from 6583898 to 19bb723 Compare April 30, 2021 15:00
@zonuexe zonuexe force-pushed the refactor/php-local-manual branch from 19bb723 to 48bd19a Compare April 30, 2021 15:04
@zonuexe zonuexe merged commit ac5301d into master Apr 30, 2021
@zonuexe zonuexe deleted the refactor/php-local-manual branch April 30, 2021 15:07
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.

1 participant