[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: TRAMP VC optimization: also breaks process filters -_-
From: |
Stefan Monnier |
Subject: |
Re: TRAMP VC optimization: also breaks process filters -_- |
Date: |
Tue, 07 May 2019 12:19:57 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
> The last Tramp action as expected was process-send-string (called from
> tramp-send-string). According to the Elisp manual, filters or sentinels
> from *other* processes can be called during process-send-string:
Right, but a call to expand-file-name like happened to Daniel is
perfectly normal and can occur anywhere, not just in process filters
or timers.
Stefan