-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
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:
Tramp: Inserting `/server:/.../master/.ac-php-conf.json'*
Tramp: Encoding remote file `/server:/.../master/.ac-php-conf.json' with `base64 <%s'*done
Tramp: Decoding local file `/tmp/tramp.20053mol.json' with `base64-decode-region'*done
Tramp: Inserting `/server:/.../master/.ac-php-conf.json'*done
Tramp: Inserting `/server:/.../master/.ac-php-conf.json'*
Tramp: Encoding remote file `/server:/.../master/.ac-php-conf.json' with `base64 <%s'*done
Tramp: Decoding local file `/tmp/tramp.20053zyr.json' with `base64-decode-region'*done
Tramp: Inserting `/server:/.../master/.ac-php-conf.json'*done
It looks like ac-php ineffectively keeps re-reading the .ac-php-conf.json which is not detectable issue on fast local storage.
Metadata
Metadata
Assignees
Labels
No labels