I edit files over ssh using tramp, and though I've had no problems in the past today I'm having some issues. When I attempt to save a file, I get the following (slightly redacted) error:
byte-code: Couldn't write region to `[filelocation]', decode using `(base64 -d -i | gzip -d >%s)' failed
I'm using emacs 24.3.1
. base64
and gzip
seem to work just fine on the server. Any ideas?