Christopher Schmidt | 15 Apr 2012 15:09

tramp (2.2.3-24.1); Tramp persistency file '/home/optimus-prime/.emacs.d/.gen/tramp' is corrupted: Wrong type argument: listp, \.\.\.

Hi,

On my machine (GNU Emacs 24.0.95.1 (x86_64-unknown-linux-gnu, GTK+
Version 2.24.10), tramp 2.2.3-24.1) the tramp persistency cache is
abbreviated as soon as the cache gets big .  This is an except of my
.emacs.d/.gen./tramp:

#+BEGIN_SRC emacs-lisp
((["ssh" nil
   #("ristopher.com" 9 10
     (rear-nonsticky t))
   nil]
  ("uname" "Linux")
  ("test" "test")
  ("remote-path"
   ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
  ("remote-shell" "/bin/sh")
  ("busybox" nil)
  ("~" "/home/optimus-prime")
  ("readlink" "\\readlink")
  ("file-exists" "test -e")
  ("ls" "/bin/ls --color=never")
  ...)
 (["sudo" "root"
   #("ristopher.com" 9 10
     (rear-nonsticky t))
   nil]
  ("uname" "Linux")
  ("test" "test")
  ("remote-path"
(Continue reading)

Michael Albinus | 18 Apr 2012 16:29
Picon
Picon
Gravatar

Re: tramp (2.2.3-24.1); Tramp persistency file '/home/optimus-prime/.emacs.d/.gen/tramp' is corrupted: Wrong type argument: listp, \.\.\.

Christopher Schmidt <christopher <at> ch.ristopher.com> writes:

> Hi,

Hi,

> An obvious fix is to let-bind print-length and print-level to nil in
> tramp-dump-connection-properties.

Thanks, I've applied it to the Tramp repository. For Emacs 24.1 it's too
late, unfortunately.

>         Christopher

Best regards, Michael.

Gmane