-
Notifications
You must be signed in to change notification settings - Fork 35
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
.ac-php-conf.json loaded repeatedly #90
Comments
will not save config at tramp/ssh |
retest |
Thank you for quick response, I appreciate it. Unfortunately I cannot confirm it is resolved. Here is the contents of Messages. Test with 2.0.6-3-gc03c3a3:
|
retest |
Same problem. The config json file is not empty (your test in patch). It contains in my case:
It is a file that is in our GIT repository... |
delay:< |
you can use sshfs mount |
Thanks for an advice. Unfortunately I need to do several SSH hops over more then 1 server which would make sshfs quite cumbersome and unreliable. Not to mention that I am logging into way too many servers during a day and mounting all of them would be inefficient... I downgraded to 1.7.9 which solved the problem. It appears that the problem was introduced in 1.8.1. The version 1.8 does not have this issue but unfortunately auto-completion does not work there either. 1.7.9 works fine with Tramp including auto-completion. I just made symlink from ~/.ac-php/tags-home-... to ~/.ac-php/tags-sudo:someuser@server:... and it works. |
Hello @webdevelopers-eu I'm interested to fix this (or at least sorting it out). So, could you please help me? I'll need the steps to reproduce this on my laptop. Let's say I have a fresh installed Ubuntu with the vanilla Emacs without any package. What exactly should I do to (step by step) get the same error? Thank you. |
I'm closing this issue due to the lack of any reaction. I'll open it again if the need arises |
I would like to re-open this issue. ac-php is just unable to re-build the ac-php-conf.json file on remote tramp file, but, when the tree is copied locally, it does. |
@sergeyklay: My ac-php is 20190424.222, from melpa. |
Hello, is it still possible to address ac-php not working over tramp? Completion error: |
@paxperscientiam No, it seems this is not fixed yet |
When one edits a project over tramp/ssh that happened to have .ac-php-conf.json file in the root then after each set of keystrokes the .ac-php-conf.json is being reloaded several times making editing over tramp very annoying.
The log gets flooded by following lines every time one stops typing:
It looks like ac-php ineffectively keeps re-reading the .ac-php-conf.json which is not detectable issue on fast local storage.
The text was updated successfully, but these errors were encountered: