Skip to content

.ac-php-conf.json loaded repeatedly #90

@webdevelopers-eu

Description

@webdevelopers-eu

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions