Debugger entered--Lisp error: (file-error . "Couldn't write region to `/sshx:address@hidden:/oracle/home/thaselberger/test.txt', decode using `mimencode -u -b' failed") signal(file-error "Couldn't write region to `/sshx:address@hidden:/oracle/home/thaselberger/test.txt', decode using `mimencode -u -b' failed") funcall(signal file-error "Couldn't write region to `/sshx:address@hidden:/oracle/home/thaselberger/test.txt', decode using `mimencode -u -b' failed") (if (zerop (tramp-send-command-and-check multi-method method user host command subshell)) nil (pop-to-buffer (current-buffer)) (funcall (quote signal) signal (apply ... fmt args))) (unless (zerop (tramp-send-command-and-check multi-method method user host command subshell)) (pop-to-buffer (current-buffer)) (funcall (quote signal) signal (apply ... fmt args))) tramp-barf-unless-okay(nil "sshx" "thaselberger" "192.168.101.4" nil nil file-error "Couldn't write region to `%s', decode using `%s' failed" "/sshx:address@hidden:/oracle/home/thaselberger/test.txt" "mimencode -u -b") (save-excursion (tramp-message-for-buffer multi-method method user host 5 "Encoding region...") (set-buffer tmpbuf) (erase-buffer) (if (and encoding-function ...) (progn ... ... ... ... ...) (tramp-message-for-buffer multi-method method user host 6 "Encoding region using command...") (unless ... ... ...)) (tramp-message-for-buffer multi-method method user host 5 "Decoding region into remote file %s..." filename) (tramp-send-command multi-method method user host (format "%s >%s <<'EOF'" decoding-command ...)) (set-buffer tmpbuf) (tramp-message-for-buffer multi-method method user host 6 "Sending data to remote host...") (tramp-send-region multi-method method user host (point-min) (point-max)) (tramp-message-for-buffer multi-method method user host 6 "Sending end of data token...") (tramp-send-command multi-method method user host "EOF") (tramp-message-for-buffer multi-method method user host 6 "Waiting for remote host to process data...") (set-buffer (tramp-get-buffer multi-method method user host)) (tramp-wait-for-output) (tramp-barf-unless-okay multi-method method user host nil nil (quote file-error) (concat "Couldn't write region to `%s'," " decode using `%s' failed") filename decoding-command) (tramp-message 5 "Decoding region into remote file %s...done" filename) (kill-buffer tmpbuf)) (let ((tmpbuf ...)) (save-excursion (tramp-message-for-buffer multi-method method user host 5 "Encoding region...") (set-buffer tmpbuf) (erase-buffer) (if ... ... ... ...) (tramp-message-for-buffer multi-method method user host 5 "Decoding region into remote file %s..." filename) (tramp-send-command multi-method method user host ...) (set-buffer tmpbuf) (tramp-message-for-buffer multi-method method user host 6 "Sending data to remote host...") (tramp-send-region multi-method method user host ... ...) (tramp-message-for-buffer multi-method method user host 6 "Sending end of data token...") (tramp-send-command multi-method method user host "EOF") (tramp-message-for-buffer multi-method method user host 6 "Waiting for remote host to process data...") (set-buffer ...) (tramp-wait-for-output) (tramp-barf-unless-okay multi-method method user host nil nil ... ... filename decoding-command) (tramp-message 5 "Decoding region into remote file %s...done" filename) (kill-buffer tmpbuf))) (cond (rcp-program (let ... ... ... ... ... ...)) ((and encoding-command decoding-command) (let ... ...)) (t (error ... method))) (let ((curbuf ...) (rcp-program ...) (rcp-args ...) (encoding-command ...) (encoding-function ...) (decoding-command ...) (trampbuf ...) coding-system-used tmpfil) (setq tmpfil (tramp-make-temp-file)) (tramp-run-real-handler (quote write-region) (if confirm ... ...)) (when (boundp ...) (setq coding-system-used last-coding-system-used)) (cond (rcp-program ...) (... ...) (t ...)) (delete-file tmpfil) (unless (equal curbuf ...) (error "Buffer has changed from `%s' to `%s'" curbuf ...)) (when (eq visit t) (set-visited-file-modtime)) (when (boundp ...) (setq last-coding-system-used coding-system-used)) (when (or ... ... ...) (message "Wrote %s" filename))) (let* ((v ...) (multi-method ...) (method ...) (user ...) (host ...) (path ...)) (when (tramp-ange-ftp-file-name-p multi-method method) (tramp-invoke-ange-ftp ... start end filename append visit lockname confirm)) (let (... ... ... ... ... ... ... coding-system-used tmpfil) (setq tmpfil ...) (tramp-run-real-handler ... ...) (when ... ...) (cond ... ... ...) (delete-file tmpfil) (unless ... ...) (when ... ...) (when ... ...) (when ... ...))) (with-parsed-tramp-file-name filename nil (when (tramp-ange-ftp-file-name-p multi-method method) (tramp-invoke-ange-ftp ... start end filename append visit lockname confirm)) (let (... ... ... ... ... ... ... coding-system-used tmpfil) (setq tmpfil ...) (tramp-run-real-handler ... ...) (when ... ...) (cond ... ... ...) (delete-file tmpfil) (unless ... ...) (when ... ...) (when ... ...) (when ... ...))) tramp-handle-write-region(1 5953 "/sshx:address@hidden:/oracle/home/thaselberger/test.txt" nil t) apply(tramp-handle-write-region (1 5953 "/sshx:address@hidden:/oracle/home/thaselberger/test.txt" nil t)) (progn (apply (cdr fn) args)) (unwind-protect (progn (apply ... args)) (set-match-data save-match-data-internal)) (let ((save-match-data-internal ...)) (unwind-protect (progn ...) (set-match-data save-match-data-internal))) (save-match-data (apply (cdr fn) args)) (catch (quote tramp-forward-to-ange-ftp) (save-match-data (apply ... args))) (if fn (catch (quote tramp-forward-to-ange-ftp) (save-match-data ...)) (tramp-run-real-handler operation args)) (let ((fn ...)) (if fn (catch ... ...) (tramp-run-real-handler operation args))) tramp-file-name-handler(write-region 1 5953 "/sshx:address@hidden:/oracle/home/thaselberger/test.txt" nil t) write-region(1 5953 "/sshx:address@hidden:/oracle/home/thaselberger/test.txt" nil t "/sshx:address@hidden:/oracle/home/thaselberger/test.txt") basic-save-buffer-2() basic-save-buffer-1() basic-save-buffer() save-buffer(1) * call-interactively(save-buffer)