Added EmacsConfigurationAndHelp directory
[temp.git] / .emacs.d / tramp
blob0da3efb1b77c8603dfda1a079572e75545030250
1 ;; -*- emacs-lisp -*-
2 ;; Tramp connection history.  Don't change this file.
3 ;; You can delete it, forcing Tramp to reapply the checks.
5 ((["sshx" "wlucas" "devlin" nil]
6   ("uname" "Linux 2.6.18-128.1.1.el5")
7   ("test" "test")
8   ("/bin" t)
9   ("/usr/bin" t)
10   ("/usr/sbin" t)
11   ("/usr/local/bin" t)
12   ("/local/bin" nil)
13   ("/local/freeware/bin" nil)
14   ("/local/gnu/bin" nil)
15   ("/usr/freeware/bin" nil)
16   ("/usr/pkg/bin" nil)
17   ("/usr/contrib/bin" nil)
18   ("remote-path"
19    ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin"))
20   ("remote-shell" "/bin/sh")
21   ("~" "/home/wlucas")
22   ("ls" "/bin/ls")
23   ("file-exists" "test -e")
24   ("stat" "\\stat")
25   ("id" "/usr/bin/id")
26   ("gid-integer" 502)
27   ("perl" "\\perl")
28   ("local-encoding" base64-encode-region)
29   ("local-decoding" base64-decode-region)
30   ("remote-encoding" tramp-perl-encode-with-module)
31   ("remote-decoding" tramp-perl-decode-with-module)
32   ("uid-integer" 633)))