unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#29149: Tramp shell uses local shell setting in windows
@ 2017-11-05  4:10 Shuguang Sun
  2017-11-09  9:27 ` Shuguang Sun
  2017-11-11  9:10 ` michael.albinus
  0 siblings, 2 replies; 25+ messages in thread
From: Shuguang Sun @ 2017-11-05  4:10 UTC (permalink / raw)
  To: 29149

[-- Attachment #1: Type: text/plain, Size: 4256 bytes --]

Hi,

The tramp shell uses local shell setting (explicit-shell-file-name and
shell-file-name) in Windows. However, according to the documents, for
example, in tramp-handle-shell-command:
;; We cannot use `shell-file-name' and `shell-command-switch',
;; they are variables of the local host.
Instead, it uses the arguments tramp-remote-shell and
tramp-remote-shell-args from the variable tramp-methods.

Windows7,
GNU Emacs 27.0.50 (build 1, x86_64-w64-mingw32) of 2017-10-21
explicit-shell-file-name = nil
shell-file-name =
"C:/Users/username/emacs/libexec/emacs/27.0.50/x86_64-w64-mingw32/cmdproxy.exe"

- Problem 1: tramp and dired-do-shell-command:  start: Unknown job: /b
Why "start /b" is called remote side?

When I run tramp (plink) and go to a remote buffer (dired mode), run
dired-do-shell-command (!) on marked file (for example, /opt/bin/R CMD
BATCH * &). It popup the buffer of * Async Shell Command *, and the command
is not run but a message "start: Unknown job: /b" which looks it runs the
windows-like command "start /b ..." on the remote shell.

A test without "&" (non-ascync):
11:07:06.340383 tramp-handle-insert-directory (0) # Opening directory
/plink:user@host:/opt/user/test/...done
11:07:35.748442 tramp-send-command (6) # ( cd /opt/user/test/ && /bin/sh -c
start\ /b\ /opt/bin/R\ CMD\ BATCH\ --no-restore\ --no-save\ \"coxph.r\"
</dev/null; echo tramp_exit_status $? )
11:07:36.033413 tramp-wait-for-regexp (6) #
start: invalid option: --no-restore
Try `start --help' for more information.
tramp_exit_status 1

It doen't help if (setq explicit-shell-file-name "/bin/sh"). It looks like
due to the construction of the command which concats shell-file-name and
args even if it is for tramp and remote host.

- Problem 2: tramp and shell: env: c:/bin/sh : No such file or directory
where "c:/" comes? Does it comes from some feature of completion of
read-file-name?

In a tramp dried buffer, call shell which suppose to raise the shell buffer
on remote server. However, I got error messge in the * shell * buffer that
"env: c:/bin/sh : No such file or directory". I don't know where the "c:/"
comes from. When shell is called, it reads the remote path in the minibufer
with promotes (for remote shell path) "/plink:user@host:/path/to/
dired/C:/Users/username/emacs/libexec/emacs/27.0.50/x86_64-w64-mingw32/cmdproxy.exe",
and I change it to "/plink:user@host:/bin/", and then I got error message
above. Below is the tracking:

12:00:20.871919 tramp-send-command (6) # cd /opt/user/test/ &&  exec  env
PS1\=/plink\:user\@host\:/opt/user/test/\ \#\$\  TERM\=emacs
TERMCAP\=emacs\:co\#135\:tc\=unknown\: INSIDE_EMACS\=27.0.50\,comint
c\:/bin/sh -i

"c\"/bin/sh" is because I change the remote path to /plink:user@host:/bin/
when it asked in the minibuffer.

It opens the shell remotely if (setq explicit-shell-file-name "/bin/sh").
11:50:36.476919 tramp-send-command (6) # cd /opt/user/test/ &&  exec  env
PS1\=/plink\:user\@host\:/opt/user/test/\ \#\$\  TERM\=emacs
TERMCAP\=emacs\:co\#135\:tc\=unknown\: INSIDE_EMACS\=27.0.50\,comint
/bin/sh -i
The remote shell path is not asked in this case.
Shoud it get tramp-remote-shell from tramp-methods or remote-shell from
tramp-connection-properties directly?

- Problem 3: as in problem 2, shell-file-name is used in the complete of
promote for remote path. It should not do in this way because
shell-file-name is for local.
It triggered lots of try in hos side for completion:
11:16:47.779920 tramp-send-command (6) # test -d
/opt/bee/user/test/C\:/Users/username/emacs/libexec/emacs/27.0.50/x86_64-w64-mingw32
2>/dev/null; echo tramp_exit_status $?
I have set ido-mode or icomplete-mode to nil.

The only tramp setting I used:
  (push '("plink"
           (tramp-login-program        "plink")
           (tramp-login-args           (("-l" "%u") ("-P" "%p") ("-ssh")
("%h")))
           (tramp-remote-shell         "/bin/sh")
           (tramp-remote-shell-args    ("-c"))
           (tramp-copy-program         "pscp")
           (tramp-copy-args            (("-l" "%u") ("-P" "%p") ("-scp")
("-p" "%k") ("-q") ("-r")))
           (tramp-copy-keep-date t)
           (tramp-copy-recursive t)
           (tramp-default-port         22))
        tramp-methods)




Best Regards,
Shuguang Sun

[-- Attachment #2: Type: text/html, Size: 5559 bytes --]

^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2017-11-05  4:10 bug#29149: Tramp shell uses local shell setting in windows Shuguang Sun
@ 2017-11-09  9:27 ` Shuguang Sun
  2017-11-11  8:57   ` Eli Zaretskii
  2017-11-11  9:10 ` michael.albinus
  1 sibling, 1 reply; 25+ messages in thread
From: Shuguang Sun @ 2017-11-09  9:27 UTC (permalink / raw)
  To: 29149

[-- Attachment #1: Type: text/plain, Size: 506 bytes --]

Hi,

Local: Emacs on Windows 7.
Host:  Linux
Tramp from Windows 7 to linux

A further information: it is about backup. When I setup
tramp-backup-directory-alist which will make it backup serverside. However,
It concat !driver_c to the backup file name.

I have setting ("\\.md$" . "~/.emacs.d/backup-tramp/mdfiles") in
tramp-backup-directory-alist. The backup file in the server is
"!drive_c!plink!!user@host!!!opt!host!path!Ava!_summary.md.~1~"

The "!drive_c" comes very strange.

Best Regards,
Shuguang

[-- Attachment #2: Type: text/html, Size: 753 bytes --]

^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2017-11-09  9:27 ` Shuguang Sun
@ 2017-11-11  8:57   ` Eli Zaretskii
  2017-11-14 15:44     ` Michael Albinus
  0 siblings, 1 reply; 25+ messages in thread
From: Eli Zaretskii @ 2017-11-11  8:57 UTC (permalink / raw)
  To: Shuguang Sun, Michael Albinus; +Cc: 29149

> From: Shuguang Sun <shuguang@gmail.com>
> Date: Thu, 9 Nov 2017 17:27:51 +0800
> 
> Local: Emacs on Windows 7.
> Host:  Linux
> Tramp from Windows 7 to linux
> 
> A further information: it is about backup. When I setup tramp-backup-directory-alist which will make it backup
> serverside. However, It concat !driver_c to the backup file name.
> 
> I have setting ("\\.md$" . "~/.emacs.d/backup-tramp/mdfiles") in tramp-backup-directory-alist. The backup file
> in the server is 
> "!drive_c!plink!!user@host!!!opt!host!path!Ava!_summary.md.~1~"
> 
> The "!drive_c" comes very strange.

Michael, any advice on this one?  Do you understand where did
!drive_c! come from?  AFAIU, it should only be used for backups of
local files.





^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2017-11-05  4:10 bug#29149: Tramp shell uses local shell setting in windows Shuguang Sun
  2017-11-09  9:27 ` Shuguang Sun
@ 2017-11-11  9:10 ` michael.albinus
  2017-11-11 10:11   ` Eli Zaretskii
  2017-11-25 18:09   ` Shuguang Sun
  1 sibling, 2 replies; 25+ messages in thread
From: michael.albinus @ 2017-11-11  9:10 UTC (permalink / raw)
  To: Eli Zaretskii, Shuguang Sun; +Cc: 29149

[-- Attachment #1: Type: text/plain, Size: 205 bytes --]

Hi Eli,
My laptop crashed last night. If I cannot recover over the weekend, it might take some days before I could react. Sorry.
Best regards, Michael.


Von meinem Samsung Galaxy Smartphone gesendet.
null

[-- Attachment #2: Type: text/html, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2017-11-11  9:10 ` michael.albinus
@ 2017-11-11 10:11   ` Eli Zaretskii
  2017-11-25 18:09   ` Shuguang Sun
  1 sibling, 0 replies; 25+ messages in thread
From: Eli Zaretskii @ 2017-11-11 10:11 UTC (permalink / raw)
  To: michael.albinus; +Cc: 29149, shuguang

> Date: Sat, 11 Nov 2017 10:10:45 +0100
> From: "michael.albinus" <michael.albinus@gmx.de>
> Cc: 29149@debbugs.gnu.org
> 
> My laptop crashed last night. If I cannot recover over the weekend, it might take some days before I could
> react. Sorry.

Sorry to hear about that, and hope you will recover soon without
losing any precious stuff.

In any case, there's no urgency to this.  Hope to hear from you when
this problem is behind you.

Thanks.





^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2017-11-11  8:57   ` Eli Zaretskii
@ 2017-11-14 15:44     ` Michael Albinus
  2017-11-16  2:20       ` Shuguang Sun
  0 siblings, 1 reply; 25+ messages in thread
From: Michael Albinus @ 2017-11-14 15:44 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 29149, Shuguang Sun

Eli Zaretskii <eliz@gnu.org> writes:

>> A further information: it is about backup. When I setup
>> tramp-backup-directory-alist which will make it backup
>> serverside. However, It concat !driver_c to the backup file name.
>> 
>> I have setting ("\\.md$" . "~/.emacs.d/backup-tramp/mdfiles") in
>> tramp-backup-directory-alist. The backup file
>> in the server is 
>> "!drive_c!plink!!user@host!!!opt!host!path!Ava!_summary.md.~1~"
>> 
>> The "!drive_c" comes very strange.
>
> Michael, any advice on this one?  Do you understand where did
> !drive_c! come from?  AFAIU, it should only be used for backups of
> local files.

Since I cannot test under MS Windows, I need traces. Shuguang, could
you, pls, apply the settings as described in the Tramp manual, at the
bottom of (info "(tramp) Traces and Profiles") . Rerun your tests,
provoking a remote backup file. This produces a buffer *trace-output*,
which should tell us where the mysterious !drive_c! is prepended.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2017-11-14 15:44     ` Michael Albinus
@ 2017-11-16  2:20       ` Shuguang Sun
  2017-11-17 14:53         ` Michael Albinus
  0 siblings, 1 reply; 25+ messages in thread
From: Shuguang Sun @ 2017-11-16  2:20 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 29149


[-- Attachment #1.1: Type: text/plain, Size: 1440 bytes --]

Hi Michael,

I attached the trace log which has actions: open the file coxph_bench.r,
and edit it, and save it. If you need the full log, please let me know.


Occur: c:/\|drive my help.

Looks like something of "| | | | | | 7 -> (tramp-drop-volume-letter
"c:/opt/home/username/test/coxph_bench.r")" was not applied.



On Tue, Nov 14, 2017 at 11:44 PM, Michael Albinus <michael.albinus@gmx.de>
wrote:

> Eli Zaretskii <eliz@gnu.org> writes:
>
> >> A further information: it is about backup. When I setup
> >> tramp-backup-directory-alist which will make it backup
> >> serverside. However, It concat !driver_c to the backup file name.
> >>
> >> I have setting ("\\.md$" . "~/.emacs.d/backup-tramp/mdfiles") in
> >> tramp-backup-directory-alist. The backup file
> >> in the server is
> >> "!drive_c!plink!!user@host!!!opt!host!path!Ava!_summary.md.~1~"
> >>
> >> The "!drive_c" comes very strange.
> >
> > Michael, any advice on this one?  Do you understand where did
> > !drive_c! come from?  AFAIU, it should only be used for backups of
> > local files.
>
> Since I cannot test under MS Windows, I need traces. Shuguang, could
> you, pls, apply the settings as described in the Tramp manual, at the
> bottom of (info "(tramp) Traces and Profiles") . Rerun your tests,
> provoking a remote backup file. This produces a buffer *trace-output*,
> which should tell us where the mysterious !drive_c! is prepended.
>
> Best regards, Michael.
>

[-- Attachment #1.2: Type: text/html, Size: 2173 bytes --]

[-- Attachment #2: tramp_backup_trace_small.txt --]
[-- Type: text/plain, Size: 1601745 bytes --]

======================================================================
1 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| 2 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | 3 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm")
| | 3 <- tramp-tramp-file-p: nil
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | 3 <- tramp-tramp-file-p: t
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | 3 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | 4 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm")
| | | | 5 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm")
| | | | 5 <- tramp-tramp-file-p: nil
| | | 4 <- tramp-connectable-p: nil
| | | 4 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" nil))
| | | 4 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | 3 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| 2 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
1 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
======================================================================
1 -> (tramp-file-name-handler file-writable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 -> (tramp-file-name-for-operation file-writable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-writable-p)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler file-writable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-sh-handle-file-writable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-writable-p" undef)
| | | | 5 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | 5 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | 5 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61714 101128 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61716 356528 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61716 356528 0) . t)))
| | | | 5 -> (tramp-time-diff (23052 61726 519928 0) (23052 61716 356528 0))
| | | | 5 <- tramp-time-diff: 10.1634
| | | 4 <- tramp-get-file-property: undef
| | | 4 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | 7 <- tramp-connectable-p: t
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: t
| | | | | | 7 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-file-name-handler file-exists-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-file-name-for-operation file-exists-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-exists-p)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler file-exists-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-sh-handle-file-exists-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-exists-p" undef)
| | | | | | | 8 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61714 101128 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61716 356528 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61716 356528 0) . t)))
| | | | | | | 8 -> (tramp-time-diff (23052 61726 535528 0) (23052 61726 237128 0))
| | | | | | | 8 <- tramp-time-diff: 0.2984
| | | | | | 7 <- tramp-get-file-property: t
| | | | | 6 <- tramp-sh-handle-file-exists-p: t
| | | | 5 <- tramp-sh-file-name-handler: t
| | | 4 <- tramp-file-name-handler: t
| | | 4 -> (tramp-check-cached-permissions (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) 119)
| | | | 5 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-attributes-string" nil)
| | | | | 6 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | 6 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61714 101128 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61716 356528 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61716 356528 0) . t)))
| | | | | 6 -> (tramp-time-diff (23052 61726 535528 0) (23052 61716 356528 0))
| | | | | 6 <- tramp-time-diff: 10.179
| | | | 5 <- tramp-get-file-property: nil
| | | | 5 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | 8 <- tramp-connectable-p: t
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: t
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" string)
| | | | | 6 -> (tramp-file-name-for-operation file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" string)
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-attributes)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" string)
| | | | | | 7 -> (tramp-sh-handle-file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" string)
| | | | | | | 8 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | 9 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | | 9 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-ftp-file-name-p: nil
| | | | | | | | | 10 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-adb-file-name-p: nil
| | | | | | | | 9 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | 9 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-completion-mode-p)
| | | | | | | | | | | 12 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 <- tramp-connectable-p: t
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | 11 <- tramp-run-real-handler: t
| | | | | | | | | | 11 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-attributes-string" undef)
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | 9 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61714 101128 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61716 356528 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61716 356528 0) . t)))
| | | | | | | | 9 -> (tramp-time-diff (23052 61726 551128 0) (23052 61716 356528 0))
| | | | | | | | 9 <- tramp-time-diff: 10.1946
| | | | | | | 8 <- tramp-get-file-property: undef
| | | | | | | 8 -> (tramp-get-remote-stat (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "stat" undef)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: "env QUOTING_STYLE=locale \\stat"
| | | | | | | 8 <- tramp-get-remote-stat: "env QUOTING_STYLE=locale \\stat"
| | | | | | | 8 -> (tramp-do-file-attributes-with-stat (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# string)
| | | | | | | | 9 -> (tramp-get-file-exists-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "file-exists" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "test -e"
| | | | | | | | 9 <- tramp-get-file-exists-command: "test -e"
| | | | | | | | 9 -> (tramp-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-get-test-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "test" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "test"
| | | | | | | | 9 <- tramp-get-test-command: "test"
| | | | | | | | 9 -> (tramp-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-get-remote-stat (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "stat" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "env QUOTING_STYLE=locale \\stat"
| | | | | | | | 9 <- tramp-get-remote-stat: "env QUOTING_STYLE=locale \\stat"
| | | | | | | | 9 -> (tramp-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-send-command-and-read (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "( (test -e /opt/home/username/test/coxph_bench.r || test -h /opt/home/username/test/coxph_bench.r) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h /////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/coxph_bench.r | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil)")
| | | | | | | | | 10 -> (tramp-barf-unless-okay (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) #1="( (test -e /opt/home/username/test/coxph_bench.r || test -h /opt/home/username/test/coxph_bench.r) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h /////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/coxph_bench.r | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil)" "`%s' returns with error" #1#)
| | | | | | | | | | 11 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "( (test -e /opt/home/username/test/coxph_bench.r || test -h /opt/home/username/test/coxph_bench.r) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h /////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/coxph_bench.r | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil)")
| | | | | | | | | | | 12 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "( (test -e /opt/home/username/test/coxph_bench.r || test -h /opt/home/username/test/coxph_bench.r) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h /////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/coxph_bench.r | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil) 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | | | 13 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | | 16 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | | 15 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | | 15 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 252728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: (23052 61726 252728 0)
| | | | | | | | | | | | | 14 -> (tramp-time-diff (23052 61726 551128 0) (23052 61726 252728 0))
| | | | | | | | | | | | | 14 <- tramp-time-diff: 0.2984
| | | | | | | | | | | | 13 <- tramp-maybe-open-connection: nil
| | | | | | | | | | | | 13 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | 15 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 252728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "( (test -e /opt/home/username/test/coxph_bench.r || test -h /opt/home/username/test/coxph_bench.r) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h /////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/coxph_bench.r | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil) 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | | | | 14 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | | 16 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | | 15 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 252728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: 0
| | | | | | | | | | | | | 14 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61726 551128 0))
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 252728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | | 14 <- tramp-set-connection-property: (23052 61726 551128 0)
| | | | | | | | | | | | | 14 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | | 15 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 <- tramp-send-string: nil
| | | | | | | | | | | | 13 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | 15 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 551128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 551128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 <- tramp-check-for-regexp: nil
| | | | | | | | | | | | | | 15 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | | | | | | | 15 <- tramp-accept-process-output: nil
| | | | | | | | | | | | | | 15 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 551128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 551128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 <- tramp-check-for-regexp: 171
| | | | | | | | | | | | | 14 <- tramp-wait-for-regexp: 171
| | | | | | | | | | | | 13 <- tramp-wait-for-output: 171
| | | | | | | | | | | 12 <- tramp-send-command: 171
| | | | | | | | | | | 12 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | 12 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 <- tramp-send-command-and-check: t
| | | | | | | | | 10 <- tramp-barf-unless-okay: t
| | | | | | | | | 10 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | 9 <- tramp-send-command-and-read: (("`/opt/home/username/test/coxph_bench.r'") 1 "username" "bceuser" 1510796873.0 1510796873.0 1510796873.0 7852.0 "-rwxrw-r--" t 8708149538.0 -1)
| | | | | | | 8 <- tramp-do-file-attributes-with-stat: (("`/opt/home/username/test/coxph_bench.r'") 1 "username" "bceuser" 1510796873.0 1510796873.0 1510796873.0 7852.0 "-rwxrw-r--" t 8708149538.0 -1)
| | | | | | | 8 -> (tramp-convert-file-attributes (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) (("`/opt/home/username/test/coxph_bench.r'") 1 "username" "bceuser" 1510796873.0 1510796873.0 1510796873.0 7852.0 "-rwxrw-r--" t 8708149538.0 -1))
| | | | | | | | 9 -> (tramp-get-remote-gid (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) string)
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "gid-string" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "bceuser"
| | | | | | | | 9 <- tramp-get-remote-gid: "bceuser"
| | | | | | | | 9 -> (tramp-get-device (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "device" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 551128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: (-1 . 1)
| | | | | | | | 9 <- tramp-get-device: (-1 . 1)
| | | | | | | 8 <- tramp-convert-file-attributes: (nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | | 8 -> (tramp-set-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-attributes-string" (nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1)))
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | 9 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61714 101128 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61716 356528 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61716 356528 0) . t)))
| | | | | | | 8 <- tramp-set-file-property: (nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | 7 <- tramp-sh-handle-file-attributes: (nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | 6 <- tramp-sh-file-name-handler: (nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | 5 <- tramp-file-name-handler: (nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | 5 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "uid-string" nil)
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | 5 <- tramp-get-connection-property: nil
| | | | 5 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "gid-string" nil)
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | 5 <- tramp-get-connection-property: "bceuser"
| | | 4 <- tramp-check-cached-permissions: t
| | | 4 -> (tramp-set-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-writable-p" t)
| | | | 5 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | 5 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | 5 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61714 101128 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61716 356528 0) . t)))
| | | 4 <- tramp-set-file-property: t
| | 3 <- tramp-sh-handle-file-writable-p: t
| 2 <- tramp-sh-file-name-handler: t
1 <- tramp-file-name-handler: t
======================================================================
1 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | 4 <- tramp-connectable-p: t
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: t
| | | 4 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | 4 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | 3 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
1 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
======================================================================
1 -> (tramp-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 -> (tramp-file-name-for-operation file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-attributes)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-sh-handle-file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | 7 <- tramp-connectable-p: t
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: t
| | | | | | 7 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-attributes-integer" undef)
| | | | 5 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | 5 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | 5 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61714 101128 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t)))
| | | | 5 -> (tramp-time-diff (23052 61726 910928 0) (23052 61726 221528 0))
| | | | 5 <- tramp-time-diff: 0.6894
| | | 4 <- tramp-get-file-property: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | 3 <- tramp-sh-handle-file-attributes: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| 2 <- tramp-sh-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
1 <- tramp-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
======================================================================
1 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | 4 <- tramp-connectable-p: t
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: t
| | | 4 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | 4 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | 3 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
1 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
======================================================================
1 -> (tramp-file-name-handler file-symlink-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 -> (tramp-file-name-for-operation file-symlink-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-symlink-p)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler file-symlink-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-handle-file-symlink-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | 7 <- tramp-connectable-p: t
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: t
| | | | | | 7 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-file-name-for-operation file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-attributes)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-sh-handle-file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | 8 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | | 8 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-ftp-file-name-p: nil
| | | | | | | | 9 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-adb-file-name-p: nil
| | | | | | | 8 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | 8 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 <- tramp-connectable-p: t
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: t
| | | | | | | | | 10 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-attributes-integer" undef)
| | | | | | | 8 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61714 101128 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t)))
| | | | | | | 8 -> (tramp-time-diff (23052 61726 910928 0) (23052 61726 221528 0))
| | | | | | | 8 <- tramp-time-diff: 0.6894
| | | | | | 7 <- tramp-get-file-property: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | 6 <- tramp-sh-handle-file-attributes: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | 5 <- tramp-sh-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | 4 <- tramp-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | 3 <- tramp-handle-file-symlink-p: nil
| 2 <- tramp-sh-file-name-handler: nil
1 <- tramp-file-name-handler: nil
======================================================================
1 -> (tramp-file-name-handler find-backup-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 -> (tramp-file-name-for-operation find-backup-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" find-backup-file-name)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler find-backup-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-handle-find-backup-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-tramp-file-p "~/.emacs.d/backup-tramp/SASfiles")
| | | 4 <- tramp-tramp-file-p: nil
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/SASfiles" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:~/.emacs.d/backup-tramp/SASfiles"
| | | 4 -> (tramp-tramp-file-p "~/.emacs.d/backup-tramp/Rfiles")
| | | 4 <- tramp-tramp-file-p: nil
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles"
| | | 4 -> (tramp-tramp-file-p "~/.emacs.d/backup-tramp/mdfiles")
| | | 4 <- tramp-tramp-file-p: nil
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/mdfiles" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:~/.emacs.d/backup-tramp/mdfiles"
| | | 4 -> (tramp-tramp-file-p "~/.emacs.d/backup-tramp/texfiles")
| | | 4 <- tramp-tramp-file-p: nil
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/texfiles" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:~/.emacs.d/backup-tramp/texfiles"
| | | 4 -> (tramp-tramp-file-p "~/.emacs.d/backup-tramp")
| | | 4 <- tramp-tramp-file-p: nil
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:~/.emacs.d/backup-tramp"
| | | 4 -> (tramp-run-real-handler find-backup-file-name ("/plink:username@host.com:/opt/home/username/test/coxph_bench.r"))
| | | | 5 -> (tramp-file-name-handler file-name-directory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-file-name-for-operation file-name-directory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-name-directory)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler file-name-directory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-handle-file-name-directory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" t)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-directory ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "/opt/home/username/test/"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | 7 <- tramp-handle-file-name-directory: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | 8 <- tramp-connectable-p: t
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-absolute-p ("~/.emacs.d/backup-tramp/Rfiles"))
| | | | | | | 8 <- tramp-run-real-handler: t
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil) "~" undef)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | 8 <- tramp-get-connection-property: "/home/bceuser/username"
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"))
| | | | | | | 8 <- tramp-run-real-handler: "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | 8 -> (tramp-drop-volume-letter "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | 8 <- tramp-drop-volume-letter: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | 5 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 -> (tramp-connectable-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | 8 <- tramp-connectable-p: t
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-absolute-p ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"))
| | | | | | | 8 <- tramp-run-real-handler: t
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"))
| | | | | | | 8 <- tramp-run-real-handler: "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | 8 -> (tramp-drop-volume-letter "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | 8 <- tramp-drop-volume-letter: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | 5 -> (tramp-file-name-handler file-exists-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | 6 -> (tramp-file-name-for-operation file-exists-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" file-exists-p)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler file-exists-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 -> (tramp-sh-handle-file-exists-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) #1# "file-exists-p" undef)
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"))
| | | | | | | | 9 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())
| | | | | | | 8 <- tramp-get-file-property: undef
| | | | | | | 8 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) #1# "file-attributes-integer" nil)
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"))
| | | | | | | | 9 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())
| | | | | | | 8 <- tramp-get-file-property: nil
| | | | | | | 8 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) #1# "file-attributes-string" nil)
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"))
| | | | | | | | 9 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())
| | | | | | | 8 <- tramp-get-file-property: nil
| | | | | | | 8 -> (tramp-get-file-exists-command (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) "file-exists" undef)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: "test -e"
| | | | | | | 8 <- tramp-get-file-exists-command: "test -e"
| | | | | | | 8 -> (tramp-shell-quote-argument "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-unquote-shell-quote-argument "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-unquote-shell-quote-argument: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | 8 <- tramp-shell-quote-argument: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | 8 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) "test -e /home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) "test -e /home/bceuser/username/.emacs.d/backup-tramp/Rfiles 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | 10 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) "process-name" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | | 14 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | 14 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | 13 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) "process-buffer" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | 13 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | | 14 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | 14 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | 13 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | | | | 12 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 551128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: (23052 61726 551128 0)
| | | | | | | | | | 11 -> (tramp-time-diff (23052 61726 926528 0) (23052 61726 551128 0))
| | | | | | | | | | 11 <- tramp-time-diff: 0.3754
| | | | | | | | | 10 <- tramp-maybe-open-connection: nil
| | | | | | | | | 10 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) "process-name" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 551128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) "test -e /home/bceuser/username/.emacs.d/backup-tramp/Rfiles 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | 11 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) "process-name" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | | 14 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | 14 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | 13 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | 11 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 551128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: 0
| | | | | | | | | | 11 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61726 926528 0))
| | | | | | | | | | | 12 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 551128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | 11 <- tramp-set-connection-property: (23052 61726 926528 0)
| | | | | | | | | | 11 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) "process-buffer" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | 13 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | | 14 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | 14 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | 13 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-send-string: nil
| | | | | | | | | 10 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | 12 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 926528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 926528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 <- tramp-check-for-regexp: nil
| | | | | | | | | | | 12 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | | | | 12 <- tramp-accept-process-output: nil
| | | | | | | | | | | 12 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 926528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 926528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 <- tramp-check-for-regexp: 21
| | | | | | | | | | 11 <- tramp-wait-for-regexp: 21
| | | | | | | | | 10 <- tramp-wait-for-output: 21
| | | | | | | | 9 <- tramp-send-command: 21
| | | | | | | | 9 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) "process-buffer" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | 9 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 <- tramp-send-command-and-check: t
| | | | | | | 8 -> (tramp-set-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil) #1# "file-exists-p" t)
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"))
| | | | | | | | 9 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())
| | | | | | | 8 <- tramp-set-file-property: t
| | | | | | 7 <- tramp-sh-handle-file-exists-p: t
| | | | | 6 <- tramp-sh-file-name-handler: t
| | | | 5 <- tramp-file-name-handler: t
| | | | 5 -> (tramp-file-name-handler expand-file-name "/plink!username@host.com!/opt/home/username/test/coxph_bench.r" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "/plink!username@host.com!/opt/home/username/test/coxph_bench.r" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink!username@host.com!/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "/plink!username@host.com!/opt/home/username/test/coxph_bench.r" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "/plink!username@host.com!/opt/home/username/test/coxph_bench.r" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "/plink!username@host.com!/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink!username@host.com!/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("/plink!username@host.com!/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/plink!username@host.com!/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/plink!username@host.com!/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/plink!username@host.com!/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-file-name-handler: "c:/plink!username@host.com!/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-file-name-handler expand-file-name "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 -> (tramp-tramp-file-p "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | 8 -> (tramp-file-name-handler file-name-as-directory "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 -> (tramp-file-name-for-operation file-name-as-directory "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-file-name-for-operation: "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles"
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-replace-environment-variables "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | 9 <- tramp-replace-environment-variables: "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | | 9 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles" file-name-as-directory)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-ftp-file-name-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-ftp-file-name-p: nil
| | | | | | | | | 10 -> (tramp-adb-file-name-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-adb-file-name-p: nil
| | | | | | | | 9 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | 9 -> (tramp-sh-file-name-handler file-name-as-directory "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | | 10 -> (tramp-handle-file-name-as-directory "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles" t)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler file-name-as-directory ("~/.emacs.d/backup-tramp/Rfiles"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "~/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | | | | 11 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | | | | 11 <- tramp-make-tramp-file-name: "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | | | 10 <- tramp-handle-file-name-as-directory: "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | | 9 <- tramp-sh-file-name-handler: "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | 8 <- tramp-file-name-handler: "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | 8 -> (tramp-connectable-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | 8 <- tramp-connectable-p: t
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-absolute-p ("~/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: t
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "~/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil) "~" undef)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | 8 <- tramp-get-connection-property: "/home/bceuser/username"
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | | | | 8 -> (tramp-drop-volume-letter "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | 8 <- tramp-drop-volume-letter: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | 5 -> (tramp-file-name-handler file-name-nondirectory "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | 6 -> (tramp-file-name-for-operation file-name-nondirectory "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" file-name-nondirectory)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler file-name-nondirectory "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | 7 -> (tramp-handle-file-name-nondirectory "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-nondirectory ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | | | 7 <- tramp-handle-file-name-nondirectory: "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | | 6 <- tramp-sh-file-name-handler: "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | 5 <- tramp-file-name-handler: "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | 5 -> (tramp-file-name-handler file-name-directory "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | 6 -> (tramp-file-name-for-operation file-name-directory "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" file-name-directory)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler file-name-directory "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | 7 -> (tramp-handle-file-name-directory "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" t)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-directory ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | 7 <- tramp-handle-file-name-directory: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | 5 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | 8 -> (tramp-connectable-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | 8 <- tramp-connectable-p: t
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-absolute-p ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"))
| | | | | | | 8 <- tramp-run-real-handler: t
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"))
| | | | | | | 8 <- tramp-run-real-handler: "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | 8 -> (tramp-drop-volume-letter "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | 8 <- tramp-drop-volume-letter: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | 5 -> (tramp-file-name-handler file-name-all-completions "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | 6 -> (tramp-file-name-for-operation file-name-all-completions "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | 7 -> (tramp-tramp-file-p "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" file-name-all-completions)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler file-name-all-completions "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | 7 -> (tramp-sh-handle-file-name-all-completions "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | 8 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | | 9 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | 9 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | | 9 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" expand-file-name)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-ftp-file-name-p: nil
| | | | | | | | | 10 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-adb-file-name-p: nil
| | | | | | | | 9 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | 9 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | | | 10 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | | | | 11 -> (tramp-connectable-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-completion-mode-p)
| | | | | | | | | | | 12 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 <- tramp-connectable-p: t
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler file-name-absolute-p ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"))
| | | | | | | | | | 11 <- tramp-run-real-handler: t
| | | | | | | | | | 11 -> (tramp-run-real-handler expand-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | | | | 11 -> (tramp-drop-volume-letter "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | | 11 <- tramp-drop-volume-letter: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | | | | 11 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | | | | 11 <- tramp-make-tramp-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | | | 10 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | | 9 <- tramp-sh-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | 8 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | | | | 8 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) #1# "file-name-all-completions" undef)
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"))
| | | | | | | | 9 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61727 191728 0) . t)))
| | | | | | | 8 <- tramp-get-file-property: undef
| | | | | | | 8 -> (tramp-get-remote-perl (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "perl" undef)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: "\\perl"
| | | | | | | 8 <- tramp-get-remote-perl: "\\perl"
| | | | | | | 8 -> (tramp-maybe-send-script (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "%s -e '
opendir(d, $ARGV[0]) || die(\"$ARGV[0]: $!\\nfail\\n\");
@files = readdir(d); closedir(d);
foreach $f (@files) {
 if (-d \"$ARGV[0]/$f\") {
  print \"$f/\\n\";
 }
 else {
  print \"$f\\n\";
 }
}
print \"ok\\n\"
' \"$1\" 2>/dev/null" "tramp_perl_file_name_all_completions")
| | | | | | | | 9 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "scripts" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 926528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-get-remote-perl (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "perl" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "\\perl"
| | | | | | | | 9 <- tramp-get-remote-perl: "\\perl"
| | | | | | | | 9 -> (tramp-get-remote-perl (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "perl" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "\\perl"
| | | | | | | | 9 <- tramp-get-remote-perl: "\\perl"
| | | | | | | | 9 -> (tramp-barf-unless-okay (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "tramp_perl_file_name_all_completions () {
\\perl -e '
opendir(d, $ARGV[0]) || die(\"$ARGV[0]: $!\\nfail\\n\");
@files = readdir(d); closedir(d);
foreach $f (@files) {
 if (-d \"$ARGV[0]/$f\") {
  print \"$f/\\n\";
 }
 else {
  print \"$f\\n\";
 }
}
print \"ok\\n\"
' \"$1\" 2>/dev/null
}" "Script %s sending failed" "tramp_perl_file_name_all_completions")
| | | | | | | | | 10 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "tramp_perl_file_name_all_completions () {
\\perl -e '
opendir(d, $ARGV[0]) || die(\"$ARGV[0]: $!\\nfail\\n\");
@files = readdir(d); closedir(d);
foreach $f (@files) {
 if (-d \"$ARGV[0]/$f\") {
  print \"$f/\\n\";
 }
 else {
  print \"$f\\n\";
 }
}
print \"ok\\n\"
' \"$1\" 2>/dev/null
}")
| | | | | | | | | | 11 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "tramp_perl_file_name_all_completions () {
\\perl -e '
opendir(d, $ARGV[0]) || die(\"$ARGV[0]: $!\\nfail\\n\");
@files = readdir(d); closedir(d);
foreach $f (@files) {
 if (-d \"$ARGV[0]/$f\") {
  print \"$f/\\n\";
 }
 else {
  print \"$f\\n\";
 }
}
print \"ok\\n\"
' \"$1\" 2>/dev/null
} 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | | 12 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-name" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | 15 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-name" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-buffer" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | 15 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 926528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: (23052 61726 926528 0)
| | | | | | | | | | | | 13 -> (tramp-time-diff (23052 61727 222928 0) (23052 61726 926528 0))
| | | | | | | | | | | | 13 <- tramp-time-diff: 0.2964
| | | | | | | | | | | 12 <- tramp-maybe-open-connection: nil
| | | | | | | | | | | 12 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-name" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 926528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "tramp_perl_file_name_all_completions () {
\\perl -e '
opendir(d, $ARGV[0]) || die(\"$ARGV[0]: $!\\nfail\\n\");
@files = readdir(d); closedir(d);
foreach $f (@files) {
 if (-d \"$ARGV[0]/$f\") {
  print \"$f/\\n\";
 }
 else {
  print \"$f\\n\";
 }
}
print \"ok\\n\"
' \"$1\" 2>/dev/null
} 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | | | 13 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-name" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | 15 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 926528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: 0
| | | | | | | | | | | | 13 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61727 222928 0))
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61726 926528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | 13 <- tramp-set-connection-property: (23052 61727 222928 0)
| | | | | | | | | | | | 13 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-buffer" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | 15 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | 12 <- tramp-send-string: nil
| | | | | | | | | | | 12 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | 14 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 222928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 222928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 <- tramp-check-for-regexp: nil
| | | | | | | | | | | | | 14 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | | | | | | 14 <- tramp-accept-process-output: nil
| | | | | | | | | | | | | 14 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 222928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 222928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 <- tramp-check-for-regexp: 21
| | | | | | | | | | | | 13 <- tramp-wait-for-regexp: 21
| | | | | | | | | | | 12 <- tramp-wait-for-output: 21
| | | | | | | | | | 11 <- tramp-send-command: 21
| | | | | | | | | | 11 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-buffer" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | 14 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | 14 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | 13 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-send-command-and-check: t
| | | | | | | | 9 <- tramp-barf-unless-okay: t
| | | | | | | | 9 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | 9 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "scripts" ("tramp_perl_file_name_all_completions"))
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 222928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil))
| | | | | | | | 9 <- tramp-set-connection-property: ("tramp_perl_file_name_all_completions")
| | | | | | | 8 <- tramp-maybe-send-script: ("tramp_perl_file_name_all_completions")
| | | | | | | 8 -> (tramp-shell-quote-argument "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 -> (tramp-unquote-shell-quote-argument "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 <- tramp-unquote-shell-quote-argument: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | 8 <- tramp-shell-quote-argument: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"
| | | | | | | 8 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "tramp_perl_file_name_all_completions /home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | 9 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-name" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-name" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-buffer" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 222928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | 10 <- tramp-get-connection-property: (23052 61727 222928 0)
| | | | | | | | | 10 -> (tramp-time-diff (23052 61727 503728 0) (23052 61727 222928 0))
| | | | | | | | | 10 <- tramp-time-diff: 0.2808
| | | | | | | | 9 <- tramp-maybe-open-connection: nil
| | | | | | | | 9 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 222928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "tramp_perl_file_name_all_completions /home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | 10 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-name" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 222928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | 10 <- tramp-get-connection-property: 0
| | | | | | | | | 10 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61727 503728 0))
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 222928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | 10 <- tramp-set-connection-property: (23052 61727 503728 0)
| | | | | | | | | 10 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) "process-buffer" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | 9 <- tramp-send-string: nil
| | | | | | | | 9 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | 11 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 503728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 503728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 <- tramp-check-for-regexp: nil
| | | | | | | | | | 11 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | | | 11 <- tramp-accept-process-output: nil
| | | | | | | | | | 11 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 503728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 503728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 <- tramp-check-for-regexp: 97
| | | | | | | | | 10 <- tramp-wait-for-regexp: 97
| | | | | | | | 9 <- tramp-wait-for-output: 97
| | | | | | | 8 <- tramp-send-command: 97
| | | | | | | 8 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | 9 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | 10 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | 10 <- tramp-file-name-user-domain: "username"
| | | | | | | | | 10 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil))
| | | | | | | | | 10 <- tramp-file-name-host-port: "host.com"
| | | | | | | | 9 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 -> (tramp-set-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil) #1# "file-name-all-completions" ("./" "../" "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~1~"))
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"))
| | | | | | | | 9 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61727 191728 0) . t)))
| | | | | | | 8 <- tramp-set-file-property: ("./" "../" "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~1~")
| | | | | | 7 <- tramp-sh-handle-file-name-all-completions: ("!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~1~")
| | | | | 6 <- tramp-sh-file-name-handler: ("!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~1~")
| | | | 5 <- tramp-file-name-handler: ("!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~1~")
| | | 4 <- tramp-run-real-handler: ("/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | 3 <- tramp-handle-find-backup-file-name: ("/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| 2 <- tramp-sh-file-name-handler: ("/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
1 <- tramp-file-name-handler: ("/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
======================================================================
1 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | 4 <- tramp-connectable-p: t
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: t
| | | 4 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | 4 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | 3 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
1 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
======================================================================
1 -> (tramp-file-name-handler file-modes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 -> (tramp-file-name-for-operation file-modes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-modes)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler file-modes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-handle-file-modes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | 7 <- tramp-connectable-p: t
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: t
| | | | | | 7 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-file-name-handler file-truename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-file-name-for-operation file-truename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-truename)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler file-truename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-sh-handle-file-truename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | 8 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | | 8 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-ftp-file-name-p: nil
| | | | | | | | 9 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-adb-file-name-p: nil
| | | | | | | 8 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | 8 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 <- tramp-connectable-p: t
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: t
| | | | | | | | | 10 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-truename" undef)
| | | | | | | 8 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61714 101128 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t)))
| | | | | | | 8 -> (tramp-time-diff (23052 61727 820928 0) (23052 61714 101128 0))
| | | | | | | 8 <- tramp-time-diff: 13.7198
| | | | | | 7 <- tramp-get-file-property: undef
| | | | | | 7 -> (tramp-get-remote-readlink (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "readlink" undef)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | 8 <- tramp-get-connection-property: "\\readlink"
| | | | | | 7 <- tramp-get-remote-readlink: "\\readlink"
| | | | | | 7 -> (tramp-get-remote-readlink (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "readlink" undef)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | 8 <- tramp-get-connection-property: "\\readlink"
| | | | | | 7 <- tramp-get-remote-readlink: "\\readlink"
| | | | | | 7 -> (tramp-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "\\readlink --canonicalize-missing /opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "\\readlink --canonicalize-missing /opt/home/username/test/coxph_bench.r 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | 9 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 503728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | 10 <- tramp-get-connection-property: (23052 61727 503728 0)
| | | | | | | | | 10 -> (tramp-time-diff (23052 61727 820928 0) (23052 61727 503728 0))
| | | | | | | | | 10 <- tramp-time-diff: 0.3172
| | | | | | | | 9 <- tramp-maybe-open-connection: nil
| | | | | | | | 9 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 503728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "\\readlink --canonicalize-missing /opt/home/username/test/coxph_bench.r 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | 10 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 503728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | 10 <- tramp-get-connection-property: 0
| | | | | | | | | 10 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61727 820928 0))
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 503728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | 10 <- tramp-set-connection-property: (23052 61727 820928 0)
| | | | | | | | | 10 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | 9 <- tramp-send-string: nil
| | | | | | | | 9 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | 11 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 820928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 820928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 <- tramp-check-for-regexp: nil
| | | | | | | | | | 11 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | | | 11 <- tramp-accept-process-output: nil
| | | | | | | | | | 11 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 820928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 820928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 <- tramp-check-for-regexp: 65
| | | | | | | | | 10 <- tramp-wait-for-regexp: 65
| | | | | | | | 9 <- tramp-wait-for-output: 65
| | | | | | | 8 <- tramp-send-command: 65
| | | | | | | 8 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | 7 <- tramp-send-command-and-check: t
| | | | | | 7 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | 8 <- tramp-get-connection-property: nil
| | | | | | | 8 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-user-domain: "username"
| | | | | | | | | 10 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-host-port: "host.com"
| | | | | | | | 9 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | 7 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | 7 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | 8 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | | 8 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-ftp-file-name-p: nil
| | | | | | | | 9 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-adb-file-name-p: nil
| | | | | | | 8 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | 8 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 <- tramp-connectable-p: t
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: t
| | | | | | | | | 10 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-file-name-handler file-symlink-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-file-name-for-operation file-symlink-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | | 8 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-symlink-p)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-ftp-file-name-p: nil
| | | | | | | | 9 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-adb-file-name-p: nil
| | | | | | | 8 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | 8 -> (tramp-sh-file-name-handler file-symlink-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-handle-file-symlink-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | | 12 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-adb-file-name-p: nil
| | | | | | | | | | 11 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | | 11 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-completion-mode-p)
| | | | | | | | | | | | | 14 <- tramp-completion-mode-p: nil
| | | | | | | | | | | | 13 <- tramp-connectable-p: t
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | 13 <- tramp-run-real-handler: t
| | | | | | | | | | | | 13 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | 13 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | 12 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-file-name-for-operation file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-attributes)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | | 12 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-adb-file-name-p: nil
| | | | | | | | | | 11 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | | 11 -> (tramp-sh-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-sh-handle-file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | 14 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | 15 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | 15 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | 15 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | 15 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | 15 <- tramp-find-user: "username"
| | | | | | | | | | | | | | 15 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | 15 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | 14 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | 14 -> (tramp-completion-mode-p)
| | | | | | | | | | | | | 14 <- tramp-completion-mode-p: nil
| | | | | | | | | | | | | 14 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | | | | | | 15 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | 15 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | 16 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-user: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-method: "plink"
| | | | | | | | | | | | | | 15 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | | | | | 15 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | 16 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-user: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-method: "plink"
| | | | | | | | | | | | | | 15 <- tramp-adb-file-name-p: nil
| | | | | | | | | | | | | 14 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | | | | | 14 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | 15 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-completion-mode-p)
| | | | | | | | | | | | | | | | 17 <- tramp-completion-mode-p: nil
| | | | | | | | | | | | | | | 16 <- tramp-connectable-p: t
| | | | | | | | | | | | | | | 16 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-user: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | | | | 16 <- tramp-run-real-handler: t
| | | | | | | | | | | | | | | 16 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | | | | 16 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | | | 16 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | 16 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | | | 16 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | | 15 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-attributes-integer" undef)
| | | | | | | | | | | | | 14 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | | 14 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61714 101128 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t)))
| | | | | | | | | | | | | 14 -> (tramp-time-diff (23052 61728 101728 0) (23052 61726 221528 0))
| | | | | | | | | | | | | 14 <- tramp-time-diff: 1.8801999999999999
| | | | | | | | | | | | 13 <- tramp-get-file-property: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | | | | | | 12 <- tramp-sh-handle-file-attributes: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | | | | | 11 <- tramp-sh-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | | | | 10 <- tramp-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | | | 9 <- tramp-handle-file-symlink-p: nil
| | | | | | | 8 <- tramp-sh-file-name-handler: nil
| | | | | | 7 <- tramp-file-name-handler: nil
| | | | | | 7 -> (tramp-set-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-truename" "/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61714 101128 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t)))
| | | | | | 7 <- tramp-set-file-property: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-file-name-handler file-name-nondirectory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-file-name-for-operation file-name-nondirectory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | | 8 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-name-nondirectory)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-ftp-file-name-p: nil
| | | | | | | | 9 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-adb-file-name-p: nil
| | | | | | | 8 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | 8 -> (tramp-sh-file-name-handler file-name-nondirectory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-handle-file-name-nondirectory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-run-real-handler file-name-nondirectory ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: "coxph_bench.r"
| | | | | | | | 9 <- tramp-handle-file-name-nondirectory: "coxph_bench.r"
| | | | | | | 8 <- tramp-sh-file-name-handler: "coxph_bench.r"
| | | | | | 7 <- tramp-file-name-handler: "coxph_bench.r"
| | | | | 6 <- tramp-sh-handle-file-truename: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | 7 <- tramp-connectable-p: t
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: t
| | | | | | 7 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-file-name-handler file-exists-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-file-name-for-operation file-exists-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-exists-p)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler file-exists-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-sh-handle-file-exists-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-exists-p" undef)
| | | | | | | 8 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t)))
| | | | | | | 8 -> (tramp-time-diff (23052 61728 101728 0) (23052 61726 237128 0))
| | | | | | | 8 <- tramp-time-diff: 1.8646
| | | | | | 7 <- tramp-get-file-property: t
| | | | | 6 <- tramp-sh-handle-file-exists-p: t
| | | | 5 <- tramp-sh-file-name-handler: t
| | | 4 <- tramp-file-name-handler: t
| | | 4 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | 7 <- tramp-connectable-p: t
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: t
| | | | | | 7 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-file-name-for-operation file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-attributes)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-sh-handle-file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | 8 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | | 8 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-ftp-file-name-p: nil
| | | | | | | | 9 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-adb-file-name-p: nil
| | | | | | | 8 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | 8 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 <- tramp-connectable-p: t
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: t
| | | | | | | | | 10 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-attributes-integer" undef)
| | | | | | | 8 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t)))
| | | | | | | 8 -> (tramp-time-diff (23052 61728 101728 0) (23052 61726 221528 0))
| | | | | | | 8 <- tramp-time-diff: 1.8801999999999999
| | | | | | 7 <- tramp-get-file-property: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | 6 <- tramp-sh-handle-file-attributes: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | 5 <- tramp-sh-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | 4 <- tramp-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | 4 -> (tramp-mode-string-to-int "-rwxrw-r--")
| | | 4 <- tramp-mode-string-to-int: 500
| | 3 <- tramp-handle-file-modes: 500
| 2 <- tramp-sh-file-name-handler: 500
1 <- tramp-file-name-handler: 500
======================================================================
1 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | 4 <- tramp-connectable-p: t
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: t
| | | 4 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | 4 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | 3 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
1 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
======================================================================
1 -> (tramp-file-name-handler file-acl "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 -> (tramp-file-name-for-operation file-acl "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-acl)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler file-acl "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-sh-handle-file-acl "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-acl" undef)
| | | | 5 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | 5 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | 5 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t)))
| | | 4 <- tramp-get-file-property: undef
| | | 4 -> (tramp-remote-acl-p (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | 5 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | 6 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | 7 <- tramp-get-connection-property: nil
| | | | | | 7 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-user-domain: "username"
| | | | | | | 8 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-host-port: "host.com"
| | | | | | 7 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | 6 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | 5 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | 5 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "acl-p" undef)
| | | | | 6 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 820928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | 5 <- tramp-get-connection-property: undef
| | | | 5 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "getfacl /")
| | | | | 6 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "getfacl / 2>/dev/null; echo tramp_exit_status $?")
| | | | | | 7 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | 8 <- tramp-get-connection-property: nil
| | | | | | | 8 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | 9 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 820928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | 8 <- tramp-get-connection-property: (23052 61727 820928 0)
| | | | | | | 8 -> (tramp-time-diff (23052 61728 117328 0) (23052 61727 820928 0))
| | | | | | | 8 <- tramp-time-diff: 0.2964
| | | | | | 7 <- tramp-maybe-open-connection: nil
| | | | | | 7 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-user-domain: "username"
| | | | | | | | | 10 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-host-port: "host.com"
| | | | | | | | 9 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | 7 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | 7 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | 8 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 820928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | 7 <- tramp-get-connection-property: nil
| | | | | | 7 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "getfacl / 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | 8 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | 8 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | 9 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 820928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | 8 <- tramp-get-connection-property: 0
| | | | | | | 8 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61728 117328 0))
| | | | | | | | 9 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61727 820928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | 8 <- tramp-set-connection-property: (23052 61728 117328 0)
| | | | | | | 8 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | 7 <- tramp-send-string: nil
| | | | | | 7 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | 8 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | 9 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 117328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 117328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | 9 <- tramp-check-for-regexp: nil
| | | | | | | | 9 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | 9 <- tramp-accept-process-output: nil
| | | | | | | | 9 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 117328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 117328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | 9 <- tramp-check-for-regexp: 92
| | | | | | | 8 <- tramp-wait-for-regexp: 92
| | | | | | 7 <- tramp-wait-for-output: 92
| | | | | 6 <- tramp-send-command: 92
| | | | | 6 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | 7 <- tramp-get-connection-property: nil
| | | | | | 7 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-user-domain: "username"
| | | | | | | | 9 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-host-port: "host.com"
| | | | | | | 8 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | 7 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | 6 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | 5 <- tramp-send-command-and-check: t
| | | | 5 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | 6 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | 7 <- tramp-get-connection-property: nil
| | | | | | 7 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-user-domain: "username"
| | | | | | | 8 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-host-port: "host.com"
| | | | | | 7 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | 6 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | 5 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | 5 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "acl-p" t)
| | | | | 6 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 117328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions")))
| | | | 5 <- tramp-set-connection-property: t
| | | 4 <- tramp-remote-acl-p: t
| | | 4 -> (tramp-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | 4 <- tramp-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "getfacl -ac /opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "getfacl -ac /opt/home/username/test/coxph_bench.r 2>/dev/null; echo tramp_exit_status $?")
| | | | | 6 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-user-domain: "username"
| | | | | | | | | 10 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-host-port: "host.com"
| | | | | | | | 9 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | 7 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | 7 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | 7 <- tramp-get-connection-property: nil
| | | | | | 7 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | 8 <- tramp-get-connection-property: nil
| | | | | | | 8 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-user-domain: "username"
| | | | | | | | | 10 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-host-port: "host.com"
| | | | | | | | 9 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | 7 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | 7 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | 8 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 117328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | 7 <- tramp-get-connection-property: (23052 61728 117328 0)
| | | | | | 7 -> (tramp-time-diff (23052 61728 400128 0) (23052 61728 117328 0))
| | | | | | 7 <- tramp-time-diff: 0.2828
| | | | | 6 <- tramp-maybe-open-connection: nil
| | | | | 6 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | 8 <- tramp-get-connection-property: nil
| | | | | | | 8 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-user-domain: "username"
| | | | | | | | 9 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-host-port: "host.com"
| | | | | | | 8 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | 7 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | 6 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | 6 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | 7 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | 7 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 117328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | 6 <- tramp-get-connection-property: nil
| | | | | 6 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "getfacl -ac /opt/home/username/test/coxph_bench.r 2>/dev/null; echo tramp_exit_status $?")
| | | | | | 7 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-user-domain: "username"
| | | | | | | | | 10 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-host-port: "host.com"
| | | | | | | | 9 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | 7 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | 7 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | 8 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 117328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | 7 <- tramp-get-connection-property: 0
| | | | | | 7 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61728 400128 0))
| | | | | | | 8 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 117328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | 7 <- tramp-set-connection-property: (23052 61728 400128 0)
| | | | | | 7 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | 8 <- tramp-get-connection-property: nil
| | | | | | | 8 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-user-domain: "username"
| | | | | | | | | 10 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-host-port: "host.com"
| | | | | | | | 9 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | 7 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | 6 <- tramp-send-string: nil
| | | | | 6 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | 7 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | 8 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 400128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 400128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | 8 <- tramp-check-for-regexp: nil
| | | | | | | 8 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | 8 <- tramp-accept-process-output: nil
| | | | | | | 8 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 400128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 400128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | 8 <- tramp-check-for-regexp: 54
| | | | | | 7 <- tramp-wait-for-regexp: 54
| | | | | 6 <- tramp-wait-for-output: 54
| | | | 5 <- tramp-send-command: 54
| | | | 5 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | 6 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | 7 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | 7 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | 6 <- tramp-get-connection-property: nil
| | | | | 6 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-user-domain: "username"
| | | | | | | 8 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-host-port: "host.com"
| | | | | | 7 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | 6 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | 5 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | 4 <- tramp-send-command-and-check: t
| | | 4 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | 5 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | 5 <- tramp-get-connection-property: nil
| | | | 5 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | 6 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-user-domain: "username"
| | | | | | 7 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-host-port: "host.com"
| | | | | 6 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | 5 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | 4 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | 4 -> (tramp-set-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-acl" "user::rwx
group::rw-
other::r--
")
| | | | 5 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | 5 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | 5 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t)))
| | | 4 <- tramp-set-file-property: "user::rwx
group::rw-
other::r--
"
| | 3 <- tramp-sh-handle-file-acl: "user::rwx
group::rw-
other::r--
"
| 2 <- tramp-sh-file-name-handler: "user::rwx
group::rw-
other::r--
"
1 <- tramp-file-name-handler: "user::rwx
group::rw-
other::r--
"
======================================================================
1 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | 4 <- tramp-connectable-p: t
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: t
| | | 4 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | 4 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | 3 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
1 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
======================================================================
1 -> (tramp-file-name-handler file-selinux-context "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 -> (tramp-file-name-for-operation file-selinux-context "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-selinux-context)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler file-selinux-context "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-sh-handle-file-selinux-context "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-selinux-context" undef)
| | | | 5 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | 5 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | 5 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
")))
| | | 4 <- tramp-get-file-property: undef
| | | 4 -> (tramp-remote-selinux-p (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | 5 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | 6 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | 7 <- tramp-get-connection-property: nil
| | | | | | 7 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-user-domain: "username"
| | | | | | | 8 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-host-port: "host.com"
| | | | | | 7 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | 6 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | 5 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | 5 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "selinux-p" undef)
| | | | | 6 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 400128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | 5 <- tramp-get-connection-property: undef
| | | | 5 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "selinuxenabled")
| | | | | 6 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "selinuxenabled 2>/dev/null; echo tramp_exit_status $?")
| | | | | | 7 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | 8 <- tramp-get-connection-property: nil
| | | | | | | 8 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | 9 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 400128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | | 8 <- tramp-get-connection-property: (23052 61728 400128 0)
| | | | | | | 8 -> (tramp-time-diff (23052 61728 712128 0) (23052 61728 400128 0))
| | | | | | | 8 <- tramp-time-diff: 0.312
| | | | | | 7 <- tramp-maybe-open-connection: nil
| | | | | | 7 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-user-domain: "username"
| | | | | | | | | 10 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-host-port: "host.com"
| | | | | | | | 9 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | 7 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | 7 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | 8 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 400128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | 7 <- tramp-get-connection-property: nil
| | | | | | 7 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "selinuxenabled 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | 8 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | 8 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | 9 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 400128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | | 8 <- tramp-get-connection-property: 0
| | | | | | | 8 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61728 712128 0))
| | | | | | | | 9 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 400128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | | 8 <- tramp-set-connection-property: (23052 61728 712128 0)
| | | | | | | 8 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | 7 <- tramp-send-string: nil
| | | | | | 7 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | 8 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | 9 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 712128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 712128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | 9 <- tramp-check-for-regexp: nil
| | | | | | | | 9 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | 9 <- tramp-accept-process-output: nil
| | | | | | | | 9 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 712128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 712128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | 9 <- tramp-check-for-regexp: 21
| | | | | | | 8 <- tramp-wait-for-regexp: 21
| | | | | | 7 <- tramp-wait-for-output: 21
| | | | | 6 <- tramp-send-command: 21
| | | | | 6 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | 7 <- tramp-get-connection-property: nil
| | | | | | 7 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-user-domain: "username"
| | | | | | | | 9 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-host-port: "host.com"
| | | | | | | 8 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | 7 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | 6 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | 5 <- tramp-send-command-and-check: nil
| | | | 5 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | 6 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | 7 <- tramp-get-connection-property: nil
| | | | | | 7 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-user-domain: "username"
| | | | | | | 8 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-host-port: "host.com"
| | | | | | 7 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | 6 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | 5 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | 5 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "selinux-p" nil)
| | | | | 6 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 712128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t))
| | | | 5 <- tramp-set-connection-property: nil
| | | 4 <- tramp-remote-selinux-p: nil
| | | 4 -> (tramp-set-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-selinux-context" (nil nil nil nil))
| | | | 5 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | 5 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | 5 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
")))
| | | 4 <- tramp-set-file-property: (nil nil nil nil)
| | 3 <- tramp-sh-handle-file-selinux-context: (nil nil nil nil)
| 2 <- tramp-sh-file-name-handler: (nil nil nil nil)
1 <- tramp-file-name-handler: (nil nil nil nil)
======================================================================
1 -> (tramp-file-name-handler file-name-directory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 -> (tramp-file-name-for-operation file-name-directory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-name-directory)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler file-name-directory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-handle-file-name-directory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" t)
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-run-real-handler file-name-directory ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: "/opt/home/username/test/"
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | 3 <- tramp-handle-file-name-directory: "/plink:username@host.com:/opt/home/username/test/"
| 2 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
1 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
======================================================================
1 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| 2 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | 3 <- tramp-tramp-file-p: t
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | 3 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | 4 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | 4 <- tramp-connectable-p: t
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | 4 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/"))
| | | 4 <- tramp-run-real-handler: t
| | | 4 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/"))
| | | 4 <- tramp-run-real-handler: "c:/opt/home/username/test/"
| | | 4 -> (tramp-drop-volume-letter "c:/opt/home/username/test/")
| | | 4 <- tramp-drop-volume-letter: "/opt/home/username/test/"
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | 3 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/"
| 2 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
1 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
======================================================================
1 -> (tramp-file-name-handler file-writable-p "/plink:username@host.com:/opt/home/username/test/")
| 2 -> (tramp-file-name-for-operation file-writable-p "/plink:username@host.com:/opt/home/username/test/")
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" file-writable-p)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler file-writable-p "/plink:username@host.com:/opt/home/username/test/")
| | 3 -> (tramp-sh-handle-file-writable-p "/plink:username@host.com:/opt/home/username/test/")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | 4 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/" nil) #1# "file-writable-p" undef)
| | | | 5 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/"))
| | | | 5 <- tramp-run-real-handler: "/opt/home/username/test"
| | | | 5 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test" nil))
| | | | 5 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 519928 0) . t) "file-directory-p" ((23052 61652 237928 0) . t) "file-attributes-integer" ((23052 61652 799528 0) t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1=(-1 . 1)) "file-truename" ((23052 61652 799528 0) . "/opt/home/username/test") "directory-files-and-attributes-string" ((23052 61653 358728 0) ("." t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#) (".." t 26 "username" "bceuser" (23034 41632) (23034 41632) (23034 41632) 1447 "drwx------" nil 8706271905 #1#) ("coxph_bench_nocomp.r.Rout" nil 1 "username" "bceuser" (22784 29999) (22784 29999) (22945 45593) 17046 "-rwxr--r--" nil 8707896905 #1#) ("coxph_bench.r" nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) ("coxph_bench.r.Rout" nil 1 "username" "bceuser" (22784 31589) (22784 31589) (22945 45593) 16951 "-rw-r--r--" nil 8708149539 #1#) ("DDCP_CREAD_CN.r" nil 1 "username" "bceuser" (22859 27997) (22859 27997) (22945 45593) 8743 "-rw-rw-r--" nil 8708149537 #1#) ("diag" t 2 "username" "bceuser" (23049 21925) (23049 21925) (23049 21925) 0 "drwxrwxr-x" nil 9079931952 #1#) (".dir-locals.el" nil 1 "username" "bceuser" (22784 30644) (22784 30644) (22945 45593) 173 "-rwxr--r--" nil 8708164623 #1#) ("envs.txt" nil 1 "username" "bceuser" (22784 31735) (22784 31735) (22945 45593) 4276 "-rwxr--r--" nil 8708149540 #1#) ("ex_tensorflow.r" nil 1 "username" "bceuser" (22852 56198) (22852 56198) (22945 45593) 174 "-rw-rw-r--" nil 8708149541 #1#) ("gant_pts.r" nil 1 "username" "bceuser" (22864 30396) (22864 30396) (22945 45593) 1972 "-rw-rw-r--" nil 8707896906 #1#) ("jags_parallel.r" nil 1 "username" "bceuser" (22866 2557) (22866 2557) (22945 45593) 523 "-rw-rw-r--" nil 8708149542 #1#) ("misc.R" nil 1 "username" "bceuser" (22859 12593) (22859 12593) (22945 45593) 445 "-rw-rw-r--" nil 8708149543 #1#) ("options lang1.sas" nil 1 "username" "bceuser" (23033 41641) (23033 41641) (23033 41641) 276 "-rw-r--r--" nil 9034465744 #1#) ("R" t 2 "username" "bceuser" (23049 21979) (23049 21979) (23049 21979) 32 "drwxrwxr-x" nil 9079931953 #1#) ("raad" t 2 "username" "bceuser" (23017 19539) (23017 19539) (23017 19539) 32 "drwxrwxr-x" nil 8954184911 #1#) (".Rhistory" nil 1 "username" "bceuser" (22805 31778) (22805 31778) (22945 45593) 211 "-rw-rw-r--" nil 8708149536 #1#) ("rsurv_test.cpp" nil 1 "username" "bceuser" (23018 56665) (23018 56665) (23018 56665) 725 "-rw-rw-r--" nil 8958184296 #1#) ("samplesize.r" nil 1 "username" "bceuser" (22858 12435) (22858 12435) (22945 45593) 101 "-rw-rw-r--" nil 8707896907 #1#) ("sas" t 2 "username" "bceuser" (23032 3146) (23032 3146) (23032 3146) 28 "drwxr-xr-x" nil 9012798673 #1#) ("shiny" t 4 "username" "bceuser" (22847 41841) (22847 41841) (22945 45598) 51 "drwxrwxr-x" nil 8708148884 #1#) ("survdiff2.r" nil 1 "username" "bceuser" (22784 28469) (22784 28469) (22945 45593) 1261 "-rw-rw-r--" nil 8708149544 #1#) ("test_lifetest.sas" nil 1 "username" "bceuser" (23033 25560) (23033 25560) (23033 25560) 4828 "-rw-r--r--" nil 8949505504 #1#))))
| | | 4 <- tramp-get-file-property: undef
| | | 4 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | 5 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | 7 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | 7 <- tramp-connectable-p: t
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | 7 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/"))
| | | | | | 7 <- tramp-run-real-handler: t
| | | | | | 7 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/"))
| | | | | | 7 <- tramp-run-real-handler: "c:/opt/home/username/test/"
| | | | | | 7 -> (tramp-drop-volume-letter "c:/opt/home/username/test/")
| | | | | | 7 <- tramp-drop-volume-letter: "/opt/home/username/test/"
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | 4 -> (tramp-file-name-handler file-exists-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 -> (tramp-file-name-for-operation file-exists-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" file-exists-p)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler file-exists-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-sh-handle-file-exists-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | 7 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/" nil) #1# "file-exists-p" undef)
| | | | | | | 8 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/"))
| | | | | | | 8 <- tramp-run-real-handler: "/opt/home/username/test"
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test" nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 519928 0) . t) "file-directory-p" ((23052 61652 237928 0) . t) "file-attributes-integer" ((23052 61652 799528 0) t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1=(-1 . 1)) "file-truename" ((23052 61652 799528 0) . "/opt/home/username/test") "directory-files-and-attributes-string" ((23052 61653 358728 0) ("." t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#) (".." t 26 "username" "bceuser" (23034 41632) (23034 41632) (23034 41632) 1447 "drwx------" nil 8706271905 #1#) ("coxph_bench_nocomp.r.Rout" nil 1 "username" "bceuser" (22784 29999) (22784 29999) (22945 45593) 17046 "-rwxr--r--" nil 8707896905 #1#) ("coxph_bench.r" nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) ("coxph_bench.r.Rout" nil 1 "username" "bceuser" (22784 31589) (22784 31589) (22945 45593) 16951 "-rw-r--r--" nil 8708149539 #1#) ("DDCP_CREAD_CN.r" nil 1 "username" "bceuser" (22859 27997) (22859 27997) (22945 45593) 8743 "-rw-rw-r--" nil 8708149537 #1#) ("diag" t 2 "username" "bceuser" (23049 21925) (23049 21925) (23049 21925) 0 "drwxrwxr-x" nil 9079931952 #1#) (".dir-locals.el" nil 1 "username" "bceuser" (22784 30644) (22784 30644) (22945 45593) 173 "-rwxr--r--" nil 8708164623 #1#) ("envs.txt" nil 1 "username" "bceuser" (22784 31735) (22784 31735) (22945 45593) 4276 "-rwxr--r--" nil 8708149540 #1#) ("ex_tensorflow.r" nil 1 "username" "bceuser" (22852 56198) (22852 56198) (22945 45593) 174 "-rw-rw-r--" nil 8708149541 #1#) ("gant_pts.r" nil 1 "username" "bceuser" (22864 30396) (22864 30396) (22945 45593) 1972 "-rw-rw-r--" nil 8707896906 #1#) ("jags_parallel.r" nil 1 "username" "bceuser" (22866 2557) (22866 2557) (22945 45593) 523 "-rw-rw-r--" nil 8708149542 #1#) ("misc.R" nil 1 "username" "bceuser" (22859 12593) (22859 12593) (22945 45593) 445 "-rw-rw-r--" nil 8708149543 #1#) ("options lang1.sas" nil 1 "username" "bceuser" (23033 41641) (23033 41641) (23033 41641) 276 "-rw-r--r--" nil 9034465744 #1#) ("R" t 2 "username" "bceuser" (23049 21979) (23049 21979) (23049 21979) 32 "drwxrwxr-x" nil 9079931953 #1#) ("raad" t 2 "username" "bceuser" (23017 19539) (23017 19539) (23017 19539) 32 "drwxrwxr-x" nil 8954184911 #1#) (".Rhistory" nil 1 "username" "bceuser" (22805 31778) (22805 31778) (22945 45593) 211 "-rw-rw-r--" nil 8708149536 #1#) ("rsurv_test.cpp" nil 1 "username" "bceuser" (23018 56665) (23018 56665) (23018 56665) 725 "-rw-rw-r--" nil 8958184296 #1#) ("samplesize.r" nil 1 "username" "bceuser" (22858 12435) (22858 12435) (22945 45593) 101 "-rw-rw-r--" nil 8707896907 #1#) ("sas" t 2 "username" "bceuser" (23032 3146) (23032 3146) (23032 3146) 28 "drwxr-xr-x" nil 9012798673 #1#) ("shiny" t 4 "username" "bceuser" (22847 41841) (22847 41841) (22945 45598) 51 "drwxrwxr-x" nil 8708148884 #1#) ("survdiff2.r" nil 1 "username" "bceuser" (22784 28469) (22784 28469) (22945 45593) 1261 "-rw-rw-r--" nil 8708149544 #1#) ("test_lifetest.sas" nil 1 "username" "bceuser" (23033 25560) (23033 25560) (23033 25560) 4828 "-rw-r--r--" nil 8949505504 #1#))))
| | | | | | | 8 -> (tramp-time-diff (23052 61729 8928 0) (23052 61726 519928 0))
| | | | | | | 8 <- tramp-time-diff: 2.489
| | | | | | 7 <- tramp-get-file-property: t
| | | | | 6 <- tramp-sh-handle-file-exists-p: t
| | | | 5 <- tramp-sh-file-name-handler: t
| | | 4 <- tramp-file-name-handler: t
| | | 4 -> (tramp-check-cached-permissions (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) 119)
| | | | 5 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/" nil) #1# "file-attributes-string" nil)
| | | | | 6 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/"))
| | | | | 6 <- tramp-run-real-handler: "/opt/home/username/test"
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test" nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 519928 0) . t) "file-directory-p" ((23052 61652 237928 0) . t) "file-attributes-integer" ((23052 61652 799528 0) t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1=(-1 . 1)) "file-truename" ((23052 61652 799528 0) . "/opt/home/username/test") "directory-files-and-attributes-string" ((23052 61653 358728 0) ("." t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#) (".." t 26 "username" "bceuser" (23034 41632) (23034 41632) (23034 41632) 1447 "drwx------" nil 8706271905 #1#) ("coxph_bench_nocomp.r.Rout" nil 1 "username" "bceuser" (22784 29999) (22784 29999) (22945 45593) 17046 "-rwxr--r--" nil 8707896905 #1#) ("coxph_bench.r" nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) ("coxph_bench.r.Rout" nil 1 "username" "bceuser" (22784 31589) (22784 31589) (22945 45593) 16951 "-rw-r--r--" nil 8708149539 #1#) ("DDCP_CREAD_CN.r" nil 1 "username" "bceuser" (22859 27997) (22859 27997) (22945 45593) 8743 "-rw-rw-r--" nil 8708149537 #1#) ("diag" t 2 "username" "bceuser" (23049 21925) (23049 21925) (23049 21925) 0 "drwxrwxr-x" nil 9079931952 #1#) (".dir-locals.el" nil 1 "username" "bceuser" (22784 30644) (22784 30644) (22945 45593) 173 "-rwxr--r--" nil 8708164623 #1#) ("envs.txt" nil 1 "username" "bceuser" (22784 31735) (22784 31735) (22945 45593) 4276 "-rwxr--r--" nil 8708149540 #1#) ("ex_tensorflow.r" nil 1 "username" "bceuser" (22852 56198) (22852 56198) (22945 45593) 174 "-rw-rw-r--" nil 8708149541 #1#) ("gant_pts.r" nil 1 "username" "bceuser" (22864 30396) (22864 30396) (22945 45593) 1972 "-rw-rw-r--" nil 8707896906 #1#) ("jags_parallel.r" nil 1 "username" "bceuser" (22866 2557) (22866 2557) (22945 45593) 523 "-rw-rw-r--" nil 8708149542 #1#) ("misc.R" nil 1 "username" "bceuser" (22859 12593) (22859 12593) (22945 45593) 445 "-rw-rw-r--" nil 8708149543 #1#) ("options lang1.sas" nil 1 "username" "bceuser" (23033 41641) (23033 41641) (23033 41641) 276 "-rw-r--r--" nil 9034465744 #1#) ("R" t 2 "username" "bceuser" (23049 21979) (23049 21979) (23049 21979) 32 "drwxrwxr-x" nil 9079931953 #1#) ("raad" t 2 "username" "bceuser" (23017 19539) (23017 19539) (23017 19539) 32 "drwxrwxr-x" nil 8954184911 #1#) (".Rhistory" nil 1 "username" "bceuser" (22805 31778) (22805 31778) (22945 45593) 211 "-rw-rw-r--" nil 8708149536 #1#) ("rsurv_test.cpp" nil 1 "username" "bceuser" (23018 56665) (23018 56665) (23018 56665) 725 "-rw-rw-r--" nil 8958184296 #1#) ("samplesize.r" nil 1 "username" "bceuser" (22858 12435) (22858 12435) (22945 45593) 101 "-rw-rw-r--" nil 8707896907 #1#) ("sas" t 2 "username" "bceuser" (23032 3146) (23032 3146) (23032 3146) 28 "drwxr-xr-x" nil 9012798673 #1#) ("shiny" t 4 "username" "bceuser" (22847 41841) (22847 41841) (22945 45598) 51 "drwxrwxr-x" nil 8708148884 #1#) ("survdiff2.r" nil 1 "username" "bceuser" (22784 28469) (22784 28469) (22945 45593) 1261 "-rw-rw-r--" nil 8708149544 #1#) ("test_lifetest.sas" nil 1 "username" "bceuser" (23033 25560) (23033 25560) (23033 25560) 4828 "-rw-r--r--" nil 8949505504 #1#))))
| | | | 5 <- tramp-get-file-property: nil
| | | | 5 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | 5 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | 8 <- tramp-connectable-p: t
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/"))
| | | | | | | 8 <- tramp-run-real-handler: t
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/"))
| | | | | | | 8 <- tramp-run-real-handler: "c:/opt/home/username/test/"
| | | | | | | 8 -> (tramp-drop-volume-letter "c:/opt/home/username/test/")
| | | | | | | 8 <- tramp-drop-volume-letter: "/opt/home/username/test/"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 -> (tramp-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/" string)
| | | | | 6 -> (tramp-file-name-for-operation file-attributes "/plink:username@host.com:/opt/home/username/test/" string)
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" file-attributes)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/" string)
| | | | | | 7 -> (tramp-sh-handle-file-attributes "/plink:username@host.com:/opt/home/username/test/" string)
| | | | | | | 8 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | | 9 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | 9 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | | 9 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-ftp-file-name-p: nil
| | | | | | | | | 10 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-adb-file-name-p: nil
| | | | | | | | 9 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | 9 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | | | 10 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | | | | 11 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-completion-mode-p)
| | | | | | | | | | | 12 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 <- tramp-connectable-p: t
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/"))
| | | | | | | | | | 11 <- tramp-run-real-handler: t
| | | | | | | | | | 11 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "c:/opt/home/username/test/"
| | | | | | | | | | 11 -> (tramp-drop-volume-letter "c:/opt/home/username/test/")
| | | | | | | | | | 11 <- tramp-drop-volume-letter: "/opt/home/username/test/"
| | | | | | | | | | 11 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | | | 11 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | | | 10 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | | 9 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | 8 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/" nil) #1# "file-attributes-string" undef)
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/"))
| | | | | | | | 9 <- tramp-run-real-handler: "/opt/home/username/test"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 519928 0) . t) "file-directory-p" ((23052 61652 237928 0) . t) "file-attributes-integer" ((23052 61652 799528 0) t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1=(-1 . 1)) "file-truename" ((23052 61652 799528 0) . "/opt/home/username/test") "directory-files-and-attributes-string" ((23052 61653 358728 0) ("." t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#) (".." t 26 "username" "bceuser" (23034 41632) (23034 41632) (23034 41632) 1447 "drwx------" nil 8706271905 #1#) ("coxph_bench_nocomp.r.Rout" nil 1 "username" "bceuser" (22784 29999) (22784 29999) (22945 45593) 17046 "-rwxr--r--" nil 8707896905 #1#) ("coxph_bench.r" nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) ("coxph_bench.r.Rout" nil 1 "username" "bceuser" (22784 31589) (22784 31589) (22945 45593) 16951 "-rw-r--r--" nil 8708149539 #1#) ("DDCP_CREAD_CN.r" nil 1 "username" "bceuser" (22859 27997) (22859 27997) (22945 45593) 8743 "-rw-rw-r--" nil 8708149537 #1#) ("diag" t 2 "username" "bceuser" (23049 21925) (23049 21925) (23049 21925) 0 "drwxrwxr-x" nil 9079931952 #1#) (".dir-locals.el" nil 1 "username" "bceuser" (22784 30644) (22784 30644) (22945 45593) 173 "-rwxr--r--" nil 8708164623 #1#) ("envs.txt" nil 1 "username" "bceuser" (22784 31735) (22784 31735) (22945 45593) 4276 "-rwxr--r--" nil 8708149540 #1#) ("ex_tensorflow.r" nil 1 "username" "bceuser" (22852 56198) (22852 56198) (22945 45593) 174 "-rw-rw-r--" nil 8708149541 #1#) ("gant_pts.r" nil 1 "username" "bceuser" (22864 30396) (22864 30396) (22945 45593) 1972 "-rw-rw-r--" nil 8707896906 #1#) ("jags_parallel.r" nil 1 "username" "bceuser" (22866 2557) (22866 2557) (22945 45593) 523 "-rw-rw-r--" nil 8708149542 #1#) ("misc.R" nil 1 "username" "bceuser" (22859 12593) (22859 12593) (22945 45593) 445 "-rw-rw-r--" nil 8708149543 #1#) ("options lang1.sas" nil 1 "username" "bceuser" (23033 41641) (23033 41641) (23033 41641) 276 "-rw-r--r--" nil 9034465744 #1#) ("R" t 2 "username" "bceuser" (23049 21979) (23049 21979) (23049 21979) 32 "drwxrwxr-x" nil 9079931953 #1#) ("raad" t 2 "username" "bceuser" (23017 19539) (23017 19539) (23017 19539) 32 "drwxrwxr-x" nil 8954184911 #1#) (".Rhistory" nil 1 "username" "bceuser" (22805 31778) (22805 31778) (22945 45593) 211 "-rw-rw-r--" nil 8708149536 #1#) ("rsurv_test.cpp" nil 1 "username" "bceuser" (23018 56665) (23018 56665) (23018 56665) 725 "-rw-rw-r--" nil 8958184296 #1#) ("samplesize.r" nil 1 "username" "bceuser" (22858 12435) (22858 12435) (22945 45593) 101 "-rw-rw-r--" nil 8707896907 #1#) ("sas" t 2 "username" "bceuser" (23032 3146) (23032 3146) (23032 3146) 28 "drwxr-xr-x" nil 9012798673 #1#) ("shiny" t 4 "username" "bceuser" (22847 41841) (22847 41841) (22945 45598) 51 "drwxrwxr-x" nil 8708148884 #1#) ("survdiff2.r" nil 1 "username" "bceuser" (22784 28469) (22784 28469) (22945 45593) 1261 "-rw-rw-r--" nil 8708149544 #1#) ("test_lifetest.sas" nil 1 "username" "bceuser" (23033 25560) (23033 25560) (23033 25560) 4828 "-rw-r--r--" nil 8949505504 #1#))))
| | | | | | | 8 <- tramp-get-file-property: undef
| | | | | | | 8 -> (tramp-get-remote-stat (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "stat" undef)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: "env QUOTING_STYLE=locale \\stat"
| | | | | | | 8 <- tramp-get-remote-stat: "env QUOTING_STYLE=locale \\stat"
| | | | | | | 8 -> (tramp-do-file-attributes-with-stat (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/" nil) #1# string)
| | | | | | | | 9 -> (tramp-get-file-exists-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "file-exists" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "test -e"
| | | | | | | | 9 <- tramp-get-file-exists-command: "test -e"
| | | | | | | | 9 -> (tramp-shell-quote-argument "/opt/home/username/test/")
| | | | | | | | | 10 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/"
| | | | | | | | 9 <- tramp-shell-quote-argument: "/opt/home/username/test/"
| | | | | | | | 9 -> (tramp-get-test-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "test" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "test"
| | | | | | | | 9 <- tramp-get-test-command: "test"
| | | | | | | | 9 -> (tramp-shell-quote-argument "/opt/home/username/test/")
| | | | | | | | | 10 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/"
| | | | | | | | 9 <- tramp-shell-quote-argument: "/opt/home/username/test/"
| | | | | | | | 9 -> (tramp-get-remote-stat (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "stat" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "env QUOTING_STYLE=locale \\stat"
| | | | | | | | 9 <- tramp-get-remote-stat: "env QUOTING_STYLE=locale \\stat"
| | | | | | | | 9 -> (tramp-shell-quote-argument "/opt/home/username/test/")
| | | | | | | | | 10 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/"
| | | | | | | | 9 <- tramp-shell-quote-argument: "/opt/home/username/test/"
| | | | | | | | 9 -> (tramp-send-command-and-read (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "( (test -e /opt/home/username/test/ || test -h /opt/home/username/test/) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h /////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/ | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil)")
| | | | | | | | | 10 -> (tramp-barf-unless-okay (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) #1="( (test -e /opt/home/username/test/ || test -h /opt/home/username/test/) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h /////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/ | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil)" "`%s' returns with error" #1#)
| | | | | | | | | | 11 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "( (test -e /opt/home/username/test/ || test -h /opt/home/username/test/) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h /////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/ | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil)")
| | | | | | | | | | | 12 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "( (test -e /opt/home/username/test/ || test -h /opt/home/username/test/) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h /////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/ | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil) 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | | | 13 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | | 16 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | | 15 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-buffer" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | | 15 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 712128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: (23052 61728 712128 0)
| | | | | | | | | | | | | 14 -> (tramp-time-diff (23052 61729 8928 0) (23052 61728 712128 0))
| | | | | | | | | | | | | 14 <- tramp-time-diff: 0.2968
| | | | | | | | | | | | 13 <- tramp-maybe-open-connection: nil
| | | | | | | | | | | | 13 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | 15 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 712128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "( (test -e /opt/home/username/test/ || test -h /opt/home/username/test/) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h /////%U///// /////%G///// %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/ | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil) 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | | | | 14 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | | 16 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | | 15 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 712128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: 0
| | | | | | | | | | | | | 14 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61729 8928 0))
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61728 712128 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-set-connection-property: (23052 61729 8928 0)
| | | | | | | | | | | | | 14 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-buffer" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | | 15 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 <- tramp-send-string: nil
| | | | | | | | | | | | 13 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | 15 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 8928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 8928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 <- tramp-check-for-regexp: nil
| | | | | | | | | | | | | | 15 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | | | | | | | 15 <- tramp-accept-process-output: nil
| | | | | | | | | | | | | | 15 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 8928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 8928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 <- tramp-check-for-regexp: 157
| | | | | | | | | | | | | 14 <- tramp-wait-for-regexp: 157
| | | | | | | | | | | | 13 <- tramp-wait-for-output: 157
| | | | | | | | | | | 12 <- tramp-send-command: 157
| | | | | | | | | | | 12 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-buffer" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | 12 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 <- tramp-send-command-and-check: t
| | | | | | | | | 10 <- tramp-barf-unless-okay: t
| | | | | | | | | 10 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-buffer" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | 9 <- tramp-send-command-and-read: (("`/opt/home/username/test/'") 7 "username" "bceuser" 1510561200.0 1510561200.0 1510561200.0 614.0 "drwxr-xr-x" t 8707819961.0 -1)
| | | | | | | 8 <- tramp-do-file-attributes-with-stat: (("`/opt/home/username/test/'") 7 "username" "bceuser" 1510561200.0 1510561200.0 1510561200.0 614.0 "drwxr-xr-x" t 8707819961.0 -1)
| | | | | | | 8 -> (tramp-convert-file-attributes (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) (("`/opt/home/username/test/'") 7 "username" "bceuser" 1510561200.0 1510561200.0 1510561200.0 614.0 "drwxr-xr-x" t 8707819961.0 -1))
| | | | | | | | 9 -> (tramp-get-remote-gid (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) string)
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "gid-string" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "bceuser"
| | | | | | | | 9 <- tramp-get-remote-gid: "bceuser"
| | | | | | | | 9 -> (tramp-get-device (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "device" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 8928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: (-1 . 1)
| | | | | | | | 9 <- tramp-get-device: (-1 . 1)
| | | | | | | 8 <- tramp-convert-file-attributes: (t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 (-1 . 1))
| | | | | | | 8 -> (tramp-set-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/" nil) #1# "file-attributes-string" (t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 (-1 . 1)))
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/"))
| | | | | | | | 9 <- tramp-run-real-handler: "/opt/home/username/test"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 519928 0) . t) "file-directory-p" ((23052 61652 237928 0) . t) "file-attributes-integer" ((23052 61652 799528 0) t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1=(-1 . 1)) "file-truename" ((23052 61652 799528 0) . "/opt/home/username/test") "directory-files-and-attributes-string" ((23052 61653 358728 0) ("." t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#) (".." t 26 "username" "bceuser" (23034 41632) (23034 41632) (23034 41632) 1447 "drwx------" nil 8706271905 #1#) ("coxph_bench_nocomp.r.Rout" nil 1 "username" "bceuser" (22784 29999) (22784 29999) (22945 45593) 17046 "-rwxr--r--" nil 8707896905 #1#) ("coxph_bench.r" nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) ("coxph_bench.r.Rout" nil 1 "username" "bceuser" (22784 31589) (22784 31589) (22945 45593) 16951 "-rw-r--r--" nil 8708149539 #1#) ("DDCP_CREAD_CN.r" nil 1 "username" "bceuser" (22859 27997) (22859 27997) (22945 45593) 8743 "-rw-rw-r--" nil 8708149537 #1#) ("diag" t 2 "username" "bceuser" (23049 21925) (23049 21925) (23049 21925) 0 "drwxrwxr-x" nil 9079931952 #1#) (".dir-locals.el" nil 1 "username" "bceuser" (22784 30644) (22784 30644) (22945 45593) 173 "-rwxr--r--" nil 8708164623 #1#) ("envs.txt" nil 1 "username" "bceuser" (22784 31735) (22784 31735) (22945 45593) 4276 "-rwxr--r--" nil 8708149540 #1#) ("ex_tensorflow.r" nil 1 "username" "bceuser" (22852 56198) (22852 56198) (22945 45593) 174 "-rw-rw-r--" nil 8708149541 #1#) ("gant_pts.r" nil 1 "username" "bceuser" (22864 30396) (22864 30396) (22945 45593) 1972 "-rw-rw-r--" nil 8707896906 #1#) ("jags_parallel.r" nil 1 "username" "bceuser" (22866 2557) (22866 2557) (22945 45593) 523 "-rw-rw-r--" nil 8708149542 #1#) ("misc.R" nil 1 "username" "bceuser" (22859 12593) (22859 12593) (22945 45593) 445 "-rw-rw-r--" nil 8708149543 #1#) ("options lang1.sas" nil 1 "username" "bceuser" (23033 41641) (23033 41641) (23033 41641) 276 "-rw-r--r--" nil 9034465744 #1#) ("R" t 2 "username" "bceuser" (23049 21979) (23049 21979) (23049 21979) 32 "drwxrwxr-x" nil 9079931953 #1#) ("raad" t 2 "username" "bceuser" (23017 19539) (23017 19539) (23017 19539) 32 "drwxrwxr-x" nil 8954184911 #1#) (".Rhistory" nil 1 "username" "bceuser" (22805 31778) (22805 31778) (22945 45593) 211 "-rw-rw-r--" nil 8708149536 #1#) ("rsurv_test.cpp" nil 1 "username" "bceuser" (23018 56665) (23018 56665) (23018 56665) 725 "-rw-rw-r--" nil 8958184296 #1#) ("samplesize.r" nil 1 "username" "bceuser" (22858 12435) (22858 12435) (22945 45593) 101 "-rw-rw-r--" nil 8707896907 #1#) ("sas" t 2 "username" "bceuser" (23032 3146) (23032 3146) (23032 3146) 28 "drwxr-xr-x" nil 9012798673 #1#) ("shiny" t 4 "username" "bceuser" (22847 41841) (22847 41841) (22945 45598) 51 "drwxrwxr-x" nil 8708148884 #1#) ("survdiff2.r" nil 1 "username" "bceuser" (22784 28469) (22784 28469) (22945 45593) 1261 "-rw-rw-r--" nil 8708149544 #1#) ("test_lifetest.sas" nil 1 "username" "bceuser" (23033 25560) (23033 25560) (23033 25560) 4828 "-rw-r--r--" nil 8949505504 #1#))))
| | | | | | | 8 <- tramp-set-file-property: (t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 (-1 . 1))
| | | | | | 7 <- tramp-sh-handle-file-attributes: (t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 (-1 . 1))
| | | | | 6 <- tramp-sh-file-name-handler: (t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 (-1 . 1))
| | | | 5 <- tramp-file-name-handler: (t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 (-1 . 1))
| | | | 5 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "uid-string" nil)
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | 5 <- tramp-get-connection-property: nil
| | | | 5 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "gid-string" nil)
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | 5 <- tramp-get-connection-property: "bceuser"
| | | | 5 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/" nil) #1# "file-attributes-integer" nil)
| | | | | 6 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/"))
| | | | | 6 <- tramp-run-real-handler: "/opt/home/username/test"
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test" nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 519928 0) . t) "file-directory-p" ((23052 61652 237928 0) . t) "file-attributes-integer" ((23052 61652 799528 0) t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1=(-1 . 1)) "file-truename" ((23052 61652 799528 0) . "/opt/home/username/test") "directory-files-and-attributes-string" ((23052 61653 358728 0) ("." t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#) (".." t 26 "username" "bceuser" (23034 41632) (23034 41632) (23034 41632) 1447 "drwx------" nil 8706271905 #1#) ("coxph_bench_nocomp.r.Rout" nil 1 "username" "bceuser" (22784 29999) (22784 29999) (22945 45593) 17046 "-rwxr--r--" nil 8707896905 #1#) ("coxph_bench.r" nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) ("coxph_bench.r.Rout" nil 1 "username" "bceuser" (22784 31589) (22784 31589) (22945 45593) 16951 "-rw-r--r--" nil 8708149539 #1#) ("DDCP_CREAD_CN.r" nil 1 "username" "bceuser" (22859 27997) (22859 27997) (22945 45593) 8743 "-rw-rw-r--" nil 8708149537 #1#) ("diag" t 2 "username" "bceuser" (23049 21925) (23049 21925) (23049 21925) 0 "drwxrwxr-x" nil 9079931952 #1#) (".dir-locals.el" nil 1 "username" "bceuser" (22784 30644) (22784 30644) (22945 45593) 173 "-rwxr--r--" nil 8708164623 #1#) ("envs.txt" nil 1 "username" "bceuser" (22784 31735) (22784 31735) (22945 45593) 4276 "-rwxr--r--" nil 8708149540 #1#) ("ex_tensorflow.r" nil 1 "username" "bceuser" (22852 56198) (22852 56198) (22945 45593) 174 "-rw-rw-r--" nil 8708149541 #1#) ("gant_pts.r" nil 1 "username" "bceuser" (22864 30396) (22864 30396) (22945 45593) 1972 "-rw-rw-r--" nil 8707896906 #1#) ("jags_parallel.r" nil 1 "username" "bceuser" (22866 2557) (22866 2557) (22945 45593) 523 "-rw-rw-r--" nil 8708149542 #1#) ("misc.R" nil 1 "username" "bceuser" (22859 12593) (22859 12593) (22945 45593) 445 "-rw-rw-r--" nil 8708149543 #1#) ("options lang1.sas" nil 1 "username" "bceuser" (23033 41641) (23033 41641) (23033 41641) 276 "-rw-r--r--" nil 9034465744 #1#) ("R" t 2 "username" "bceuser" (23049 21979) (23049 21979) (23049 21979) 32 "drwxrwxr-x" nil 9079931953 #1#) ("raad" t 2 "username" "bceuser" (23017 19539) (23017 19539) (23017 19539) 32 "drwxrwxr-x" nil 8954184911 #1#) (".Rhistory" nil 1 "username" "bceuser" (22805 31778) (22805 31778) (22945 45593) 211 "-rw-rw-r--" nil 8708149536 #1#) ("rsurv_test.cpp" nil 1 "username" "bceuser" (23018 56665) (23018 56665) (23018 56665) 725 "-rw-rw-r--" nil 8958184296 #1#) ("samplesize.r" nil 1 "username" "bceuser" (22858 12435) (22858 12435) (22945 45593) 101 "-rw-rw-r--" nil 8707896907 #1#) ("sas" t 2 "username" "bceuser" (23032 3146) (23032 3146) (23032 3146) 28 "drwxr-xr-x" nil 9012798673 #1#) ("shiny" t 4 "username" "bceuser" (22847 41841) (22847 41841) (22945 45598) 51 "drwxrwxr-x" nil 8708148884 #1#) ("survdiff2.r" nil 1 "username" "bceuser" (22784 28469) (22784 28469) (22945 45593) 1261 "-rw-rw-r--" nil 8708149544 #1#) ("test_lifetest.sas" nil 1 "username" "bceuser" (23033 25560) (23033 25560) (23033 25560) 4828 "-rw-r--r--" nil 8949505504 #1#)) "file-attributes-string" ((23052 61729 367728 0) t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#)))
| | | | | 6 -> (tramp-time-diff (23052 61729 367728 0) (23052 61652 799528 0))
| | | | | 6 <- tramp-time-diff: 76.5682
| | | | 5 <- tramp-get-file-property: nil
| | | | 5 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | 5 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | 8 <- tramp-connectable-p: t
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/"))
| | | | | | | 8 <- tramp-run-real-handler: t
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/"))
| | | | | | | 8 <- tramp-run-real-handler: "c:/opt/home/username/test/"
| | | | | | | 8 -> (tramp-drop-volume-letter "c:/opt/home/username/test/")
| | | | | | | 8 <- tramp-drop-volume-letter: "/opt/home/username/test/"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | | 5 -> (tramp-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/" integer)
| | | | | 6 -> (tramp-file-name-for-operation file-attributes "/plink:username@host.com:/opt/home/username/test/" integer)
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" file-attributes)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/" integer)
| | | | | | 7 -> (tramp-sh-handle-file-attributes "/plink:username@host.com:/opt/home/username/test/" integer)
| | | | | | | 8 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | | 9 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | 9 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | | 9 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-ftp-file-name-p: nil
| | | | | | | | | 10 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-adb-file-name-p: nil
| | | | | | | | 9 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | 9 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | | | 10 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | | | | 11 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-completion-mode-p)
| | | | | | | | | | | 12 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 <- tramp-connectable-p: t
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/"))
| | | | | | | | | | 11 <- tramp-run-real-handler: t
| | | | | | | | | | 11 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "c:/opt/home/username/test/"
| | | | | | | | | | 11 -> (tramp-drop-volume-letter "c:/opt/home/username/test/")
| | | | | | | | | | 11 <- tramp-drop-volume-letter: "/opt/home/username/test/"
| | | | | | | | | | 11 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | | | 11 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | | | 10 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | | 9 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | 8 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/" nil) #1# "file-attributes-integer" undef)
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/"))
| | | | | | | | 9 <- tramp-run-real-handler: "/opt/home/username/test"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 519928 0) . t) "file-directory-p" ((23052 61652 237928 0) . t) "file-attributes-integer" ((23052 61652 799528 0) t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1=(-1 . 1)) "file-truename" ((23052 61652 799528 0) . "/opt/home/username/test") "directory-files-and-attributes-string" ((23052 61653 358728 0) ("." t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#) (".." t 26 "username" "bceuser" (23034 41632) (23034 41632) (23034 41632) 1447 "drwx------" nil 8706271905 #1#) ("coxph_bench_nocomp.r.Rout" nil 1 "username" "bceuser" (22784 29999) (22784 29999) (22945 45593) 17046 "-rwxr--r--" nil 8707896905 #1#) ("coxph_bench.r" nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) ("coxph_bench.r.Rout" nil 1 "username" "bceuser" (22784 31589) (22784 31589) (22945 45593) 16951 "-rw-r--r--" nil 8708149539 #1#) ("DDCP_CREAD_CN.r" nil 1 "username" "bceuser" (22859 27997) (22859 27997) (22945 45593) 8743 "-rw-rw-r--" nil 8708149537 #1#) ("diag" t 2 "username" "bceuser" (23049 21925) (23049 21925) (23049 21925) 0 "drwxrwxr-x" nil 9079931952 #1#) (".dir-locals.el" nil 1 "username" "bceuser" (22784 30644) (22784 30644) (22945 45593) 173 "-rwxr--r--" nil 8708164623 #1#) ("envs.txt" nil 1 "username" "bceuser" (22784 31735) (22784 31735) (22945 45593) 4276 "-rwxr--r--" nil 8708149540 #1#) ("ex_tensorflow.r" nil 1 "username" "bceuser" (22852 56198) (22852 56198) (22945 45593) 174 "-rw-rw-r--" nil 8708149541 #1#) ("gant_pts.r" nil 1 "username" "bceuser" (22864 30396) (22864 30396) (22945 45593) 1972 "-rw-rw-r--" nil 8707896906 #1#) ("jags_parallel.r" nil 1 "username" "bceuser" (22866 2557) (22866 2557) (22945 45593) 523 "-rw-rw-r--" nil 8708149542 #1#) ("misc.R" nil 1 "username" "bceuser" (22859 12593) (22859 12593) (22945 45593) 445 "-rw-rw-r--" nil 8708149543 #1#) ("options lang1.sas" nil 1 "username" "bceuser" (23033 41641) (23033 41641) (23033 41641) 276 "-rw-r--r--" nil 9034465744 #1#) ("R" t 2 "username" "bceuser" (23049 21979) (23049 21979) (23049 21979) 32 "drwxrwxr-x" nil 9079931953 #1#) ("raad" t 2 "username" "bceuser" (23017 19539) (23017 19539) (23017 19539) 32 "drwxrwxr-x" nil 8954184911 #1#) (".Rhistory" nil 1 "username" "bceuser" (22805 31778) (22805 31778) (22945 45593) 211 "-rw-rw-r--" nil 8708149536 #1#) ("rsurv_test.cpp" nil 1 "username" "bceuser" (23018 56665) (23018 56665) (23018 56665) 725 "-rw-rw-r--" nil 8958184296 #1#) ("samplesize.r" nil 1 "username" "bceuser" (22858 12435) (22858 12435) (22945 45593) 101 "-rw-rw-r--" nil 8707896907 #1#) ("sas" t 2 "username" "bceuser" (23032 3146) (23032 3146) (23032 3146) 28 "drwxr-xr-x" nil 9012798673 #1#) ("shiny" t 4 "username" "bceuser" (22847 41841) (22847 41841) (22945 45598) 51 "drwxrwxr-x" nil 8708148884 #1#) ("survdiff2.r" nil 1 "username" "bceuser" (22784 28469) (22784 28469) (22945 45593) 1261 "-rw-rw-r--" nil 8708149544 #1#) ("test_lifetest.sas" nil 1 "username" "bceuser" (23033 25560) (23033 25560) (23033 25560) 4828 "-rw-r--r--" nil 8949505504 #1#)) "file-attributes-string" ((23052 61729 367728 0) t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#)))
| | | | | | | | 9 -> (tramp-time-diff (23052 61729 383328 0) (23052 61652 799528 0))
| | | | | | | | 9 <- tramp-time-diff: 76.5838
| | | | | | | 8 <- tramp-get-file-property: undef
| | | | | | | 8 -> (tramp-get-remote-stat (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "stat" undef)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: "env QUOTING_STYLE=locale \\stat"
| | | | | | | 8 <- tramp-get-remote-stat: "env QUOTING_STYLE=locale \\stat"
| | | | | | | 8 -> (tramp-do-file-attributes-with-stat (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/" nil) #1# integer)
| | | | | | | | 9 -> (tramp-get-file-exists-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "file-exists" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "test -e"
| | | | | | | | 9 <- tramp-get-file-exists-command: "test -e"
| | | | | | | | 9 -> (tramp-shell-quote-argument "/opt/home/username/test/")
| | | | | | | | | 10 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/"
| | | | | | | | 9 <- tramp-shell-quote-argument: "/opt/home/username/test/"
| | | | | | | | 9 -> (tramp-get-test-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "test" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "test"
| | | | | | | | 9 <- tramp-get-test-command: "test"
| | | | | | | | 9 -> (tramp-shell-quote-argument "/opt/home/username/test/")
| | | | | | | | | 10 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/"
| | | | | | | | 9 <- tramp-shell-quote-argument: "/opt/home/username/test/"
| | | | | | | | 9 -> (tramp-get-remote-stat (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "stat" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: "env QUOTING_STYLE=locale \\stat"
| | | | | | | | 9 <- tramp-get-remote-stat: "env QUOTING_STYLE=locale \\stat"
| | | | | | | | 9 -> (tramp-shell-quote-argument "/opt/home/username/test/")
| | | | | | | | | 10 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/"
| | | | | | | | 9 <- tramp-shell-quote-argument: "/opt/home/username/test/"
| | | | | | | | 9 -> (tramp-send-command-and-read (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "( (test -e /opt/home/username/test/ || test -h /opt/home/username/test/) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h %ue0 %ge0 %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/ | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil)")
| | | | | | | | | 10 -> (tramp-barf-unless-okay (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) #1="( (test -e /opt/home/username/test/ || test -h /opt/home/username/test/) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h %ue0 %ge0 %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/ | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil)" "`%s' returns with error" #1#)
| | | | | | | | | | 11 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "( (test -e /opt/home/username/test/ || test -h /opt/home/username/test/) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h %ue0 %ge0 %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/ | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil)")
| | | | | | | | | | | 12 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "( (test -e /opt/home/username/test/ || test -h /opt/home/username/test/) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h %ue0 %ge0 %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/ | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil) 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | | | 13 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | | 16 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | | 15 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-buffer" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | | 15 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 8928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: (23052 61729 8928 0)
| | | | | | | | | | | | | 14 -> (tramp-time-diff (23052 61729 398928 0) (23052 61729 8928 0))
| | | | | | | | | | | | | 14 <- tramp-time-diff: 0.39
| | | | | | | | | | | | 13 <- tramp-maybe-open-connection: nil
| | | | | | | | | | | | 13 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | 15 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 8928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "( (test -e /opt/home/username/test/ || test -h /opt/home/username/test/) && (env QUOTING_STYLE=locale \\stat -c '((/////%N/////) %h %ue0 %ge0 %Xe0 %Ye0 %Ze0 %se0 /////%A///// t %ie0 -1)' /opt/home/username/test/ | sed -e 's/\"/\\\\\"/g' -e 's/\\/\\/\\/\\/\\//\"/g') || echo nil) 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | | | | 14 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | | 16 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | | 15 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 8928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: 0
| | | | | | | | | | | | | 14 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61729 398928 0))
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 8928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-set-connection-property: (23052 61729 398928 0)
| | | | | | | | | | | | | 14 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-buffer" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | | | 17 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | | 15 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | | 14 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 <- tramp-send-string: nil
| | | | | | | | | | | | 13 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | 15 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 398928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 398928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 <- tramp-check-for-regexp: nil
| | | | | | | | | | | | | | 15 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | | | | | | | 15 <- tramp-accept-process-output: nil
| | | | | | | | | | | | | | 15 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 398928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | | 16 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | | 17 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | | 17 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 398928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 <- tramp-check-for-regexp: 152
| | | | | | | | | | | | | 14 <- tramp-wait-for-regexp: 152
| | | | | | | | | | | | 13 <- tramp-wait-for-output: 152
| | | | | | | | | | | 12 <- tramp-send-command: 152
| | | | | | | | | | | 12 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-buffer" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | 12 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 <- tramp-send-command-and-check: t
| | | | | | | | | 10 <- tramp-barf-unless-okay: t
| | | | | | | | | 10 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-buffer" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | 9 <- tramp-send-command-and-read: (("`/opt/home/username/test/'") 7 79077.0 108.0 1510561200.0 1510561200.0 1510561200.0 614.0 "drwxr-xr-x" t 8707819961.0 -1)
| | | | | | | 8 <- tramp-do-file-attributes-with-stat: (("`/opt/home/username/test/'") 7 79077.0 108.0 1510561200.0 1510561200.0 1510561200.0 614.0 "drwxr-xr-x" t 8707819961.0 -1)
| | | | | | | 8 -> (tramp-convert-file-attributes (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) (("`/opt/home/username/test/'") 7 79077.0 108.0 1510561200.0 1510561200.0 1510561200.0 614.0 "drwxr-xr-x" t 8707819961.0 -1))
| | | | | | | | 9 -> (tramp-get-remote-gid (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) integer)
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "gid-integer" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: 108
| | | | | | | | 9 <- tramp-get-remote-gid: 108
| | | | | | | | 9 -> (tramp-get-device (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "device" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 398928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: (-1 . 1)
| | | | | | | | 9 <- tramp-get-device: (-1 . 1)
| | | | | | | 8 <- tramp-convert-file-attributes: (t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 (-1 . 1))
| | | | | | | 8 -> (tramp-set-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/" nil) #1# "file-attributes-integer" (t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 (-1 . 1)))
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/"))
| | | | | | | | 9 <- tramp-run-real-handler: "/opt/home/username/test"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 519928 0) . t) "file-directory-p" ((23052 61652 237928 0) . t) "file-attributes-integer" ((23052 61652 799528 0) t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1=(-1 . 1)) "file-truename" ((23052 61652 799528 0) . "/opt/home/username/test") "directory-files-and-attributes-string" ((23052 61653 358728 0) ("." t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#) (".." t 26 "username" "bceuser" (23034 41632) (23034 41632) (23034 41632) 1447 "drwx------" nil 8706271905 #1#) ("coxph_bench_nocomp.r.Rout" nil 1 "username" "bceuser" (22784 29999) (22784 29999) (22945 45593) 17046 "-rwxr--r--" nil 8707896905 #1#) ("coxph_bench.r" nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) ("coxph_bench.r.Rout" nil 1 "username" "bceuser" (22784 31589) (22784 31589) (22945 45593) 16951 "-rw-r--r--" nil 8708149539 #1#) ("DDCP_CREAD_CN.r" nil 1 "username" "bceuser" (22859 27997) (22859 27997) (22945 45593) 8743 "-rw-rw-r--" nil 8708149537 #1#) ("diag" t 2 "username" "bceuser" (23049 21925) (23049 21925) (23049 21925) 0 "drwxrwxr-x" nil 9079931952 #1#) (".dir-locals.el" nil 1 "username" "bceuser" (22784 30644) (22784 30644) (22945 45593) 173 "-rwxr--r--" nil 8708164623 #1#) ("envs.txt" nil 1 "username" "bceuser" (22784 31735) (22784 31735) (22945 45593) 4276 "-rwxr--r--" nil 8708149540 #1#) ("ex_tensorflow.r" nil 1 "username" "bceuser" (22852 56198) (22852 56198) (22945 45593) 174 "-rw-rw-r--" nil 8708149541 #1#) ("gant_pts.r" nil 1 "username" "bceuser" (22864 30396) (22864 30396) (22945 45593) 1972 "-rw-rw-r--" nil 8707896906 #1#) ("jags_parallel.r" nil 1 "username" "bceuser" (22866 2557) (22866 2557) (22945 45593) 523 "-rw-rw-r--" nil 8708149542 #1#) ("misc.R" nil 1 "username" "bceuser" (22859 12593) (22859 12593) (22945 45593) 445 "-rw-rw-r--" nil 8708149543 #1#) ("options lang1.sas" nil 1 "username" "bceuser" (23033 41641) (23033 41641) (23033 41641) 276 "-rw-r--r--" nil 9034465744 #1#) ("R" t 2 "username" "bceuser" (23049 21979) (23049 21979) (23049 21979) 32 "drwxrwxr-x" nil 9079931953 #1#) ("raad" t 2 "username" "bceuser" (23017 19539) (23017 19539) (23017 19539) 32 "drwxrwxr-x" nil 8954184911 #1#) (".Rhistory" nil 1 "username" "bceuser" (22805 31778) (22805 31778) (22945 45593) 211 "-rw-rw-r--" nil 8708149536 #1#) ("rsurv_test.cpp" nil 1 "username" "bceuser" (23018 56665) (23018 56665) (23018 56665) 725 "-rw-rw-r--" nil 8958184296 #1#) ("samplesize.r" nil 1 "username" "bceuser" (22858 12435) (22858 12435) (22945 45593) 101 "-rw-rw-r--" nil 8707896907 #1#) ("sas" t 2 "username" "bceuser" (23032 3146) (23032 3146) (23032 3146) 28 "drwxr-xr-x" nil 9012798673 #1#) ("shiny" t 4 "username" "bceuser" (22847 41841) (22847 41841) (22945 45598) 51 "drwxrwxr-x" nil 8708148884 #1#) ("survdiff2.r" nil 1 "username" "bceuser" (22784 28469) (22784 28469) (22945 45593) 1261 "-rw-rw-r--" nil 8708149544 #1#) ("test_lifetest.sas" nil 1 "username" "bceuser" (23033 25560) (23033 25560) (23033 25560) 4828 "-rw-r--r--" nil 8949505504 #1#)) "file-attributes-string" ((23052 61729 367728 0) t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#)))
| | | | | | | 8 <- tramp-set-file-property: (t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 (-1 . 1))
| | | | | | 7 <- tramp-sh-handle-file-attributes: (t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 (-1 . 1))
| | | | | 6 <- tramp-sh-file-name-handler: (t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 (-1 . 1))
| | | | 5 <- tramp-file-name-handler: (t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 (-1 . 1))
| | | | 5 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "uid-integer" nil)
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | 5 <- tramp-get-connection-property: nil
| | | | 5 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "gid-integer" nil)
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | 5 <- tramp-get-connection-property: 108
| | | 4 <- tramp-check-cached-permissions: nil
| | | 4 -> (tramp-run-test "-w" "/plink:username@host.com:/opt/home/username/test/")
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | 5 -> (tramp-get-test-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | 6 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "test" undef)
| | | | | | 7 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | 7 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | 6 <- tramp-get-connection-property: "test"
| | | | 5 <- tramp-get-test-command: "test"
| | | | 5 -> (tramp-shell-quote-argument "/opt/home/username/test/")
| | | | | 6 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/")
| | | | | 6 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/"
| | | | 5 <- tramp-shell-quote-argument: "/opt/home/username/test/"
| | | | 5 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "test -w /opt/home/username/test/")
| | | | | 6 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "test -w /opt/home/username/test/ 2>/dev/null; echo tramp_exit_status $?")
| | | | | | 7 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | 9 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | 8 <- tramp-get-connection-property: nil
| | | | | | | 8 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-buffer" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | 9 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 398928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | 8 <- tramp-get-connection-property: (23052 61729 398928 0)
| | | | | | | 8 -> (tramp-time-diff (23052 61729 697328 0) (23052 61729 398928 0))
| | | | | | | 8 <- tramp-time-diff: 0.2984
| | | | | | 7 <- tramp-maybe-open-connection: nil
| | | | | | 7 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 <- tramp-file-name-user-domain: "username"
| | | | | | | | | 10 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 <- tramp-file-name-host-port: "host.com"
| | | | | | | | 9 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | 7 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | 7 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | 8 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 398928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | 7 <- tramp-get-connection-property: nil
| | | | | | 7 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "test -w /opt/home/username/test/ 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | 8 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | 9 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | 8 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | 9 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 398928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | 8 <- tramp-get-connection-property: 0
| | | | | | | 8 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61729 697328 0))
| | | | | | | | 9 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 398928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | 8 <- tramp-set-connection-property: (23052 61729 697328 0)
| | | | | | | 8 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-buffer" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | 7 <- tramp-send-string: nil
| | | | | | 7 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | 8 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | 9 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 697328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 697328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | 9 <- tramp-check-for-regexp: nil
| | | | | | | | 9 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | 9 <- tramp-accept-process-output: nil
| | | | | | | | 9 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 697328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 697328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | 9 <- tramp-check-for-regexp: 21
| | | | | | | 8 <- tramp-wait-for-regexp: 21
| | | | | | 7 <- tramp-wait-for-output: 21
| | | | | 6 <- tramp-send-command: 21
| | | | | 6 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | 7 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-buffer" nil)
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | 7 <- tramp-get-connection-property: nil
| | | | | | 7 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | 9 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | 9 <- tramp-file-name-user-domain: "username"
| | | | | | | | 9 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | 9 <- tramp-file-name-host-port: "host.com"
| | | | | | | 8 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | 7 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | 6 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | 5 <- tramp-send-command-and-check: t
| | | 4 <- tramp-run-test: t
| | | 4 -> (tramp-set-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/" nil) #1# "file-writable-p" t)
| | | | 5 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/"))
| | | | 5 <- tramp-run-real-handler: "/opt/home/username/test"
| | | | 5 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test" nil))
| | | | 5 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 519928 0) . t) "file-directory-p" ((23052 61652 237928 0) . t) "file-attributes-integer" ((23052 61729 697328 0) t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1=(-1 . 1)) "file-truename" ((23052 61652 799528 0) . "/opt/home/username/test") "directory-files-and-attributes-string" ((23052 61653 358728 0) ("." t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#) (".." t 26 "username" "bceuser" (23034 41632) (23034 41632) (23034 41632) 1447 "drwx------" nil 8706271905 #1#) ("coxph_bench_nocomp.r.Rout" nil 1 "username" "bceuser" (22784 29999) (22784 29999) (22945 45593) 17046 "-rwxr--r--" nil 8707896905 #1#) ("coxph_bench.r" nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) ("coxph_bench.r.Rout" nil 1 "username" "bceuser" (22784 31589) (22784 31589) (22945 45593) 16951 "-rw-r--r--" nil 8708149539 #1#) ("DDCP_CREAD_CN.r" nil 1 "username" "bceuser" (22859 27997) (22859 27997) (22945 45593) 8743 "-rw-rw-r--" nil 8708149537 #1#) ("diag" t 2 "username" "bceuser" (23049 21925) (23049 21925) (23049 21925) 0 "drwxrwxr-x" nil 9079931952 #1#) (".dir-locals.el" nil 1 "username" "bceuser" (22784 30644) (22784 30644) (22945 45593) 173 "-rwxr--r--" nil 8708164623 #1#) ("envs.txt" nil 1 "username" "bceuser" (22784 31735) (22784 31735) (22945 45593) 4276 "-rwxr--r--" nil 8708149540 #1#) ("ex_tensorflow.r" nil 1 "username" "bceuser" (22852 56198) (22852 56198) (22945 45593) 174 "-rw-rw-r--" nil 8708149541 #1#) ("gant_pts.r" nil 1 "username" "bceuser" (22864 30396) (22864 30396) (22945 45593) 1972 "-rw-rw-r--" nil 8707896906 #1#) ("jags_parallel.r" nil 1 "username" "bceuser" (22866 2557) (22866 2557) (22945 45593) 523 "-rw-rw-r--" nil 8708149542 #1#) ("misc.R" nil 1 "username" "bceuser" (22859 12593) (22859 12593) (22945 45593) 445 "-rw-rw-r--" nil 8708149543 #1#) ("options lang1.sas" nil 1 "username" "bceuser" (23033 41641) (23033 41641) (23033 41641) 276 "-rw-r--r--" nil 9034465744 #1#) ("R" t 2 "username" "bceuser" (23049 21979) (23049 21979) (23049 21979) 32 "drwxrwxr-x" nil 9079931953 #1#) ("raad" t 2 "username" "bceuser" (23017 19539) (23017 19539) (23017 19539) 32 "drwxrwxr-x" nil 8954184911 #1#) (".Rhistory" nil 1 "username" "bceuser" (22805 31778) (22805 31778) (22945 45593) 211 "-rw-rw-r--" nil 8708149536 #1#) ("rsurv_test.cpp" nil 1 "username" "bceuser" (23018 56665) (23018 56665) (23018 56665) 725 "-rw-rw-r--" nil 8958184296 #1#) ("samplesize.r" nil 1 "username" "bceuser" (22858 12435) (22858 12435) (22945 45593) 101 "-rw-rw-r--" nil 8707896907 #1#) ("sas" t 2 "username" "bceuser" (23032 3146) (23032 3146) (23032 3146) 28 "drwxr-xr-x" nil 9012798673 #1#) ("shiny" t 4 "username" "bceuser" (22847 41841) (22847 41841) (22945 45598) 51 "drwxrwxr-x" nil 8708148884 #1#) ("survdiff2.r" nil 1 "username" "bceuser" (22784 28469) (22784 28469) (22945 45593) 1261 "-rw-rw-r--" nil 8708149544 #1#) ("test_lifetest.sas" nil 1 "username" "bceuser" (23033 25560) (23033 25560) (23033 25560) 4828 "-rw-r--r--" nil 8949505504 #1#)) "file-attributes-string" ((23052 61729 367728 0) t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#)))
| | | 4 <- tramp-set-file-property: t
| | 3 <- tramp-sh-handle-file-writable-p: t
| 2 <- tramp-sh-file-name-handler: t
1 <- tramp-file-name-handler: t
======================================================================
1 -> (tramp-file-name-handler file-ownership-preserved-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" t)
| 2 -> (tramp-file-name-for-operation file-ownership-preserved-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" t)
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-ownership-preserved-p)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler file-ownership-preserved-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" t)
| | 3 -> (tramp-sh-handle-file-ownership-preserved-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" t)
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-ownership-preserved-p" undef)
| | | | 5 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | 5 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | 5 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
") "file-selinux-context" ((23052 61729 8928 0) nil nil nil nil)))
| | | 4 <- tramp-get-file-property: undef
| | | 4 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | 7 <- tramp-connectable-p: t
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: t
| | | | | | 7 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-file-name-for-operation file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-attributes)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-sh-handle-file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | 8 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | | 8 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-ftp-file-name-p: nil
| | | | | | | | 9 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-adb-file-name-p: nil
| | | | | | | 8 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | 8 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 <- tramp-connectable-p: t
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: t
| | | | | | | | | 10 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-attributes-integer" undef)
| | | | | | | 8 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
") "file-selinux-context" ((23052 61729 8928 0) nil nil nil nil)))
| | | | | | | 8 -> (tramp-time-diff (23052 61729 962528 0) (23052 61726 221528 0))
| | | | | | | 8 <- tramp-time-diff: 3.741
| | | | | | 7 <- tramp-get-file-property: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | 6 <- tramp-sh-handle-file-attributes: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | 5 <- tramp-sh-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | 4 <- tramp-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | 4 -> (tramp-get-remote-uid (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) integer)
| | | | 5 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "uid-integer" undef)
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | 5 <- tramp-get-connection-property: undef
| | | | 5 -> (tramp-get-remote-id (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | 6 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "id" undef)
| | | | | | 7 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | 7 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | 6 <- tramp-get-connection-property: "/usr/bin/id"
| | | | 5 <- tramp-get-remote-id: "/usr/bin/id"
| | | | 5 -> (tramp-get-remote-uid-with-id (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) integer)
| | | | | 6 -> (tramp-get-remote-id (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "id" undef)
| | | | | | | 8 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | 7 <- tramp-get-connection-property: "/usr/bin/id"
| | | | | 6 <- tramp-get-remote-id: "/usr/bin/id"
| | | | | 6 -> (tramp-send-command-and-read (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "/usr/bin/id -u ")
| | | | | | 7 -> (tramp-barf-unless-okay (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) #1="/usr/bin/id -u " "`%s' returns with error" #1#)
| | | | | | | 8 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "/usr/bin/id -u ")
| | | | | | | | 9 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "/usr/bin/id -u  2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | 10 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | 14 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | 13 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | 14 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | 13 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | | | | 12 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 697328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: (23052 61729 697328 0)
| | | | | | | | | | 11 -> (tramp-time-diff (23052 61729 962528 0) (23052 61729 697328 0))
| | | | | | | | | | 11 <- tramp-time-diff: 0.2652
| | | | | | | | | 10 <- tramp-maybe-open-connection: nil
| | | | | | | | | 10 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | 10 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 697328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "/usr/bin/id -u  2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | 11 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | 14 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | 13 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | 11 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 697328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: 0
| | | | | | | | | | 11 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61729 962528 0))
| | | | | | | | | | | 12 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 697328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | 11 <- tramp-set-connection-property: (23052 61729 962528 0)
| | | | | | | | | | 11 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | 14 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | 13 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-send-string: nil
| | | | | | | | | 10 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | | | | 11 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | 12 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 962528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 962528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 <- tramp-check-for-regexp: nil
| | | | | | | | | | | 12 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | | | | 12 <- tramp-accept-process-output: nil
| | | | | | | | | | | 12 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 962528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 962528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 <- tramp-check-for-regexp: 27
| | | | | | | | | | 11 <- tramp-wait-for-regexp: 27
| | | | | | | | | 10 <- tramp-wait-for-output: 27
| | | | | | | | 9 <- tramp-send-command: 27
| | | | | | | | 9 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | 9 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 <- tramp-send-command-and-check: t
| | | | | | 7 <- tramp-barf-unless-okay: t
| | | | | | 7 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | | | | 8 <- tramp-get-connection-property: nil
| | | | | | | 8 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-user-domain: "username"
| | | | | | | | | 10 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-host-port: "host.com"
| | | | | | | | 9 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | 7 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | 6 <- tramp-send-command-and-read: 79077
| | | | 5 <- tramp-get-remote-uid-with-id: 79077
| | | | 5 -> (tramp-set-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "uid-integer" 79077)
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil))
| | | | 5 <- tramp-set-connection-property: 79077
| | | 4 <- tramp-get-remote-uid: 79077
| | | 4 -> (tramp-get-remote-gid (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) integer)
| | | | 5 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "gid-integer" undef)
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | 5 <- tramp-get-connection-property: 108
| | | 4 <- tramp-get-remote-gid: 108
| | | 4 -> (tramp-set-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-ownership-preserved-p" t)
| | | | 5 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | 5 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | 5 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
") "file-selinux-context" ((23052 61729 8928 0) nil nil nil nil)))
| | | 4 <- tramp-set-file-property: t
| | 3 <- tramp-sh-handle-file-ownership-preserved-p: t
| 2 <- tramp-sh-file-name-handler: t
1 <- tramp-file-name-handler: t
======================================================================
1 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | 4 <- tramp-connectable-p: t
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: t
| | | 4 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | 4 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | 3 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
1 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
======================================================================
1 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | 3 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | 4 <- tramp-connectable-p: t
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: t
| | | 4 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | 4 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | 3 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
1 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
======================================================================
1 -> (tramp-file-name-handler file-name-case-insensitive-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 -> (tramp-file-name-for-operation file-name-case-insensitive-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-name-case-insensitive-p)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler file-name-case-insensitive-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-handle-file-name-case-insensitive-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | 7 <- tramp-connectable-p: t
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: t
| | | | | | 7 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-get-method-parameter (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) tramp-case-insensitive)
| | | | 5 -> (tramp-connection-property-p (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "case-insensitive")
| | | | | 6 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "case-insensitive" undef)
| | | | | | 7 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | 7 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | 6 <- tramp-get-connection-property: nil
| | | | 5 <- tramp-connection-property-p: t
| | | | 5 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "case-insensitive" nil)
| | | | | 6 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | 6 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | 5 <- tramp-get-connection-property: nil
| | | 4 <- tramp-get-method-parameter: nil
| | | 4 -> (tramp-file-name-handler file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil connected)
| | | | 5 -> (tramp-file-name-for-operation file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil connected)
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-remote-p)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil connected)
| | | | | 6 -> (tramp-handle-file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil connected)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-user-domain: "username"
| | | | | | | | | 10 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-host-port: "host.com"
| | | | | | | | 9 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | 7 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | 7 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "connected" nil)
| | | | | | | 8 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | 8 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 962528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | 7 <- tramp-get-connection-property: t
| | | | | | 7 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | 8 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | | 8 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-ftp-file-name-p: nil
| | | | | | | | 9 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-adb-file-name-p: nil
| | | | | | | 8 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | 8 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 <- tramp-connectable-p: t
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: t
| | | | | | | | | 10 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "" nil)
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:"
| | | | | 6 <- tramp-handle-file-remote-p: "/plink:username@host.com:"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:"
| | | 4 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "case-insensitive" undef)
| | | | 5 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | 5 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | 4 <- tramp-get-connection-property: nil
| | 3 <- tramp-handle-file-name-case-insensitive-p: nil
| 2 <- tramp-sh-file-name-handler: nil
1 <- tramp-file-name-handler: nil
======================================================================
1 -> (tramp-file-name-handler directory-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 -> (tramp-file-name-for-operation directory-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" directory-file-name)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler directory-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-handle-directory-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | 3 <- tramp-handle-directory-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
1 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
======================================================================
1 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| 2 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | 3 <- tramp-tramp-file-p: t
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" expand-file-name)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | 3 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | 4 -> (tramp-connectable-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | 4 <- tramp-connectable-p: t
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | 4 -> (tramp-run-real-handler file-name-absolute-p ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | 4 <- tramp-run-real-handler: t
| | | 4 -> (tramp-run-real-handler expand-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | 4 <- tramp-run-real-handler: "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | 4 -> (tramp-drop-volume-letter "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | 4 <- tramp-drop-volume-letter: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | 3 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| 2 <- tramp-sh-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
1 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
======================================================================
1 -> (tramp-file-name-handler rename-file "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" t)
| 2 -> (tramp-file-name-for-operation rename-file "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" t)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" rename-file)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler rename-file "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" t)
| | 3 -> (tramp-sh-handle-rename-file "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" t)
| | | 4 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | 7 <- tramp-connectable-p: t
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: t
| | | | | | 7 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | 4 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | 5 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | 5 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | 5 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | 5 -> (tramp-completion-mode-p)
| | | | 5 <- tramp-completion-mode-p: nil
| | | | 5 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" expand-file-name)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-ftp-file-name-p: nil
| | | | | 6 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | 7 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | 7 <- tramp-file-name-method: "plink"
| | | | | 6 <- tramp-adb-file-name-p: nil
| | | | 5 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | 5 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | 6 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | 7 -> (tramp-connectable-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | 7 <- tramp-connectable-p: t
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | 7 -> (tramp-run-real-handler file-name-absolute-p ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | 7 <- tramp-run-real-handler: t
| | | | | | 7 -> (tramp-run-real-handler expand-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | 7 <- tramp-run-real-handler: "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-drop-volume-letter "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-drop-volume-letter: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | 7 <- tramp-make-tramp-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | 6 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | 5 <- tramp-sh-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | 4 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | 4 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 <- tramp-tramp-file-p: t
| | | 4 -> (tramp-do-copy-or-rename-file rename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" t keep-time preserve-uid-gid)
| | | | 5 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | 8 <- tramp-connectable-p: t
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: t
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-file-name-handler file-directory-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-file-name-for-operation file-directory-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-directory-p)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler file-directory-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-sh-handle-file-directory-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-directory-p" undef)
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | 9 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
") "file-selinux-context" ((23052 61729 8928 0) nil nil nil nil) "file-ownership-preserved-p" ((23052 61730 262928 0) . t)))
| | | | | | | | 9 -> (tramp-time-diff (23052 61730 340928 0) (23052 61712 990928 0))
| | | | | | | | 9 <- tramp-time-diff: 17.35
| | | | | | | 8 <- tramp-get-file-property: undef
| | | | | | | 8 -> (tramp-run-test "-d" "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-get-test-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "test" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | 10 <- tramp-get-connection-property: "test"
| | | | | | | | 9 <- tramp-get-test-command: "test"
| | | | | | | | 9 -> (tramp-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "test -d /opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "test -d /opt/home/username/test/coxph_bench.r 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | 11 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | 12 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 962528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: (23052 61729 962528 0)
| | | | | | | | | | | 12 -> (tramp-time-diff (23052 61730 340928 0) (23052 61729 962528 0))
| | | | | | | | | | | 12 <- tramp-time-diff: 0.3784
| | | | | | | | | | 11 <- tramp-maybe-open-connection: nil
| | | | | | | | | | 11 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | 14 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | 13 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | 11 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 962528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "test -d /opt/home/username/test/coxph_bench.r 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | | 12 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 962528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: 0
| | | | | | | | | | | 12 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61730 340928 0))
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61729 962528 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | 12 <- tramp-set-connection-property: (23052 61730 340928 0)
| | | | | | | | | | | 12 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | 12 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 <- tramp-send-string: nil
| | | | | | | | | | 11 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | 13 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 <- tramp-check-for-regexp: nil
| | | | | | | | | | | | 13 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | | | | | 13 <- tramp-accept-process-output: nil
| | | | | | | | | | | | 13 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 <- tramp-check-for-regexp: 21
| | | | | | | | | | | 12 <- tramp-wait-for-regexp: 21
| | | | | | | | | | 11 <- tramp-wait-for-output: 21
| | | | | | | | | 10 <- tramp-send-command: 21
| | | | | | | | | 10 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | 9 <- tramp-send-command-and-check: nil
| | | | | | | 8 <- tramp-run-test: nil
| | | | | | | 8 -> (tramp-set-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-directory-p" nil)
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | 9 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61712 990928 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
") "file-selinux-context" ((23052 61729 8928 0) nil nil nil nil) "file-ownership-preserved-p" ((23052 61730 262928 0) . t)))
| | | | | | | 8 <- tramp-set-file-property: nil
| | | | | | 7 <- tramp-sh-handle-file-directory-p: nil
| | | | | 6 <- tramp-sh-file-name-handler: nil
| | | | 5 <- tramp-file-name-handler: nil
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | 8 <- tramp-connectable-p: t
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: t
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-file-name-handler file-truename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-file-name-for-operation file-truename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-truename)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler file-truename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-sh-handle-file-truename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | 9 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | | 9 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-ftp-file-name-p: nil
| | | | | | | | | 10 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-adb-file-name-p: nil
| | | | | | | | 9 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | 9 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-completion-mode-p)
| | | | | | | | | | | 12 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 <- tramp-connectable-p: t
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | 11 <- tramp-run-real-handler: t
| | | | | | | | | | 11 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-truename" undef)
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | 9 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61730 617528 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
") "file-selinux-context" ((23052 61729 8928 0) nil nil nil nil) "file-ownership-preserved-p" ((23052 61730 262928 0) . t)))
| | | | | | | | 9 -> (tramp-time-diff (23052 61730 617528 0) (23052 61728 101728 0))
| | | | | | | | 9 <- tramp-time-diff: 2.5158
| | | | | | | 8 <- tramp-get-file-property: "/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-file-name-handler file-name-nondirectory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-file-name-for-operation file-name-nondirectory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | | 9 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-name-nondirectory)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-ftp-file-name-p: nil
| | | | | | | | | 10 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-adb-file-name-p: nil
| | | | | | | | 9 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | 9 -> (tramp-sh-file-name-handler file-name-nondirectory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-handle-file-name-nondirectory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler file-name-nondirectory ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "coxph_bench.r"
| | | | | | | | | 10 <- tramp-handle-file-name-nondirectory: "coxph_bench.r"
| | | | | | | | 9 <- tramp-sh-file-name-handler: "coxph_bench.r"
| | | | | | | 8 <- tramp-file-name-handler: "coxph_bench.r"
| | | | | | 7 <- tramp-sh-handle-file-truename: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | 8 <- tramp-connectable-p: t
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: t
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | 8 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | 5 -> (tramp-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-file-name-for-operation file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-attributes)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-sh-handle-file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | 9 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | | 9 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-ftp-file-name-p: nil
| | | | | | | | | 10 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-adb-file-name-p: nil
| | | | | | | | 9 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | 9 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-completion-mode-p)
| | | | | | | | | | | 12 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 <- tramp-connectable-p: t
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | 11 <- tramp-run-real-handler: t
| | | | | | | | | | 11 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-attributes-integer" undef)
| | | | | | | | 9 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | 9 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61730 617528 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
") "file-selinux-context" ((23052 61729 8928 0) nil nil nil nil) "file-ownership-preserved-p" ((23052 61730 262928 0) . t)))
| | | | | | | | 9 -> (tramp-time-diff (23052 61730 633128 0) (23052 61726 221528 0))
| | | | | | | | 9 <- tramp-time-diff: 4.4116
| | | | | | | 8 <- tramp-get-file-property: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | 7 <- tramp-sh-handle-file-attributes: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | 6 <- tramp-sh-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | 5 <- tramp-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/new.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/new.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/new.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/new.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/new.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/new.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/new.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/new.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/new.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/new.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/new.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/new.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/new.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/new.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/new.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/new.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/new.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/new.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/new.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/new.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/new.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/new.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/new.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/new.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/open.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/open.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/open.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/open.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/open.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/open.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/open.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/open.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/open.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/open.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/open.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/open.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/open.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/open.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/open.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/open.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/open.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/open.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/open.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/open.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/open.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/open.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/open.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/open.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/diropen.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/diropen.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/diropen.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/diropen.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/diropen.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/diropen.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/diropen.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/diropen.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/diropen.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/diropen.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/diropen.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/diropen.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/diropen.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/diropen.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/diropen.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/diropen.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/diropen.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/diropen.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/diropen.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/diropen.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/diropen.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/diropen.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/diropen.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/diropen.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/close.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/close.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/close.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/close.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/close.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/close.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/close.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/close.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/close.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/close.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/close.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/close.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/close.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/close.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/close.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/close.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/close.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/close.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/close.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/close.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/close.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/close.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/close.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/close.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/save.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/save.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/save.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/save.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/save.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/save.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/save.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/save.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/save.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/save.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/save.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/save.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/save.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/save.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/save.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/save.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/save.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/save.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/save.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/save.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/save.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/save.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/save.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/save.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/undo.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/undo.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/undo.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/undo.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/undo.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/undo.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/undo.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/undo.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/undo.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/undo.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/undo.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/undo.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/undo.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/undo.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/undo.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/undo.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/undo.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/undo.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/undo.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/undo.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/undo.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/undo.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/undo.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/undo.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/cut.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/cut.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/cut.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/cut.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/cut.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/cut.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/cut.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/cut.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/cut.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/cut.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/cut.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/cut.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/cut.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/cut.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/cut.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/cut.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/cut.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/cut.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/cut.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/cut.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/cut.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/cut.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/cut.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/cut.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/copy.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/copy.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/copy.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/copy.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/copy.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/copy.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/copy.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/copy.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/copy.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/copy.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/copy.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/copy.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/copy.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/copy.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/copy.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/copy.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/copy.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/copy.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/copy.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/copy.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/copy.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/copy.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/copy.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/copy.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/paste.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/paste.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/paste.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/paste.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/paste.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/paste.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/paste.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/paste.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/paste.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/paste.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/paste.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/paste.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/paste.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/paste.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/paste.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/paste.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/paste.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/paste.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/paste.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/paste.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/paste.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/paste.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/paste.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/paste.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/search.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/search.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/search.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/search.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/search.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/search.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/search.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/search.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/search.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/search.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/search.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/search.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/search.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/search.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/search.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/search.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/search.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/search.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/search.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/search.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/search.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/search.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/search.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/search.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/startr.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/startr.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/startr.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/startr.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/startr.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/startr.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/startr.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/startr.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/startr.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/startr.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/startr.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/startr.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/splus_letter_small.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/splus_letter_small.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/splus_letter_small.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/splus_letter_small.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/splus_letter_small.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/splus_letter_small.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/splus_letter_small.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/splus_letter_small.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/splus_letter_small.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/splus_letter_small.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/splus_letter_small.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/splus_letter_small.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rline.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rline.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rline.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rline.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rline.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rline.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rline.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rline.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rline.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rline.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rline.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rline.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rregion.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rregion.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rregion.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rregion.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rregion.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rregion.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rregion.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rregion.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rregion.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rregion.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rregion.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rregion.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rbuffer.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rbuffer.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rbuffer.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rbuffer.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rbuffer.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rbuffer.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rbuffer.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rbuffer.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rbuffer.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rbuffer.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rbuffer.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rbuffer.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rfunction.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rfunction.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rfunction.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rfunction.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rfunction.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rfunction.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rfunction.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rfunction.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rfunction.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rfunction.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rfunction.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/rfunction.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/switch_ess.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/switch_ess.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/switch_ess.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/switch_ess.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/switch_ess.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/switch_ess.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/switch_ess.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/switch_ess.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/switch_ess.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/switch_ess.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/switch_ess.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/switch_ess.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/HOME/.emacs.d/elpa/ess-20171114.1004/etc/icons/separator.xpm"
| | | | 5 -> (tramp-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 -> (tramp-file-name-for-operation expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm")
| | | | | | 7 <- tramp-tramp-file-p: nil
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-sh-handle-expand-file-name "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-connectable-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm")
| | | | | | | | 9 -> (tramp-tramp-file-p "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm")
| | | | | | | | 9 <- tramp-tramp-file-p: nil
| | | | | | | 8 <- tramp-connectable-p: nil
| | | | | | | 8 -> (tramp-run-real-handler expand-file-name ("c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm" nil))
| | | | | | | 8 <- tramp-run-real-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | | | | | 7 <- tramp-sh-handle-expand-file-name: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | | | | 6 <- tramp-sh-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | | | 5 <- tramp-file-name-handler: "c:/Users/username/emacs/share/emacs/27.0.50/etc/images/separator.xpm"
| | | | 5 -> (tramp-file-name-handler file-remote-p "/plink:username@host.com:/opt/home/username/test/" nil nil)
| | | | | 6 -> (tramp-file-name-for-operation file-remote-p "/plink:username@host.com:/opt/home/username/test/" nil nil)
| | | | | 6 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | 6 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | 6 -> (tramp-completion-mode-p)
| | | | | 6 <- tramp-completion-mode-p: nil
| | | | | 6 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" file-remote-p)
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-ftp-file-name-p: nil
| | | | | | 7 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | 8 <- tramp-file-name-method: "plink"
| | | | | | 7 <- tramp-adb-file-name-p: nil
| | | | | 6 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | 6 -> (tramp-sh-file-name-handler file-remote-p "/plink:username@host.com:/opt/home/username/test/" nil nil)
| | | | | | 7 -> (tramp-handle-file-remote-p "/plink:username@host.com:/opt/home/username/test/" nil nil)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | 9 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil) "process-name" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | 8 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "connected" nil)
| | | | | | | | 9 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | 8 <- tramp-get-connection-property: t
| | | | | | | 8 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | | 9 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | 9 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | 9 -> (tramp-completion-mode-p)
| | | | | | | | 9 <- tramp-completion-mode-p: nil
| | | | | | | | 9 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/" expand-file-name)
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-ftp-file-name-p: nil
| | | | | | | | | 10 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | | | 11 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil))
| | | | | | | | | | 11 <- tramp-file-name-method: "plink"
| | | | | | | | | 10 <- tramp-adb-file-name-p: nil
| | | | | | | | 9 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | 9 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | | | 10 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/" nil)
| | | | | | | | | | 11 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-completion-mode-p)
| | | | | | | | | | | 12 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 <- tramp-connectable-p: t
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/"))
| | | | | | | | | | 11 <- tramp-run-real-handler: t
| | | | | | | | | | 11 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "c:/opt/home/username/test/"
| | | | | | | | | | 11 -> (tramp-drop-volume-letter "c:/opt/home/username/test/")
| | | | | | | | | | 11 <- tramp-drop-volume-letter: "/opt/home/username/test/"
| | | | | | | | | | 11 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | | | | 11 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | | | 10 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | | 9 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | 8 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | | | | | 8 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "" nil)
| | | | | | | 8 <- tramp-make-tramp-file-name: "/plink:username@host.com:"
| | | | | | 7 <- tramp-handle-file-remote-p: "/plink:username@host.com:"
| | | | | 6 <- tramp-sh-file-name-handler: "/plink:username@host.com:"
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:"
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | 5 -> (tramp-equal-remote "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-file-name-handler file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil nil)
| | | | | | 7 -> (tramp-file-name-for-operation file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil nil)
| | | | | | 7 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-completion-mode-p)
| | | | | | 7 <- tramp-completion-mode-p: nil
| | | | | | 7 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-remote-p)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-ftp-file-name-p: nil
| | | | | | | 8 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-adb-file-name-p: nil
| | | | | | 7 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | 7 -> (tramp-sh-file-name-handler file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil nil)
| | | | | | | 8 -> (tramp-handle-file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil nil)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "connected" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | 9 <- tramp-get-connection-property: t
| | | | | | | | 9 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | 10 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-completion-mode-p)
| | | | | | | | | 10 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-method: "plink"
| | | | | | | | | | 11 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | 11 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-method: "plink"
| | | | | | | | | | 11 <- tramp-adb-file-name-p: nil
| | | | | | | | | 10 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | 10 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-completion-mode-p)
| | | | | | | | | | | | 13 <- tramp-completion-mode-p: nil
| | | | | | | | | | | 12 <- tramp-connectable-p: t
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | 12 <- tramp-run-real-handler: t
| | | | | | | | | | | 12 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | 12 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | 12 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | 12 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "" nil)
| | | | | | | | 9 <- tramp-make-tramp-file-name: "/plink:username@host.com:"
| | | | | | | 8 <- tramp-handle-file-remote-p: "/plink:username@host.com:"
| | | | | | 7 <- tramp-sh-file-name-handler: "/plink:username@host.com:"
| | | | | 6 <- tramp-file-name-handler: "/plink:username@host.com:"
| | | | | 6 -> (tramp-file-name-handler file-remote-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil nil)
| | | | | | 7 -> (tramp-file-name-for-operation file-remote-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil nil)
| | | | | | 7 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | 7 -> (tramp-completion-mode-p)
| | | | | | 7 <- tramp-completion-mode-p: nil
| | | | | | 7 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" file-remote-p)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-ftp-file-name-p: nil
| | | | | | | 8 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-adb-file-name-p: nil
| | | | | | 7 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | 7 -> (tramp-sh-file-name-handler file-remote-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil nil)
| | | | | | | 8 -> (tramp-handle-file-remote-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil nil)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | 10 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "connected" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | 9 <- tramp-get-connection-property: t
| | | | | | | | 9 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | 10 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | 10 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | 10 -> (tramp-completion-mode-p)
| | | | | | | | | 10 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" expand-file-name)
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | | 12 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 <- tramp-file-name-method: "plink"
| | | | | | | | | | 11 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | 11 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | | 12 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 <- tramp-file-name-method: "plink"
| | | | | | | | | | 11 <- tramp-adb-file-name-p: nil
| | | | | | | | | 10 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | 10 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | 11 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | | 12 -> (tramp-connectable-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-completion-mode-p)
| | | | | | | | | | | | 13 <- tramp-completion-mode-p: nil
| | | | | | | | | | | 12 <- tramp-connectable-p: t
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | | 12 -> (tramp-run-real-handler file-name-absolute-p ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | | | | | | 12 <- tramp-run-real-handler: t
| | | | | | | | | | | 12 -> (tramp-run-real-handler expand-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | | | | | | 12 <- tramp-run-real-handler: "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | | | 12 -> (tramp-drop-volume-letter "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | 12 <- tramp-drop-volume-letter: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | | | 12 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | | 12 <- tramp-make-tramp-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | | 11 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | 10 <- tramp-sh-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | 9 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "" nil)
| | | | | | | | 9 <- tramp-make-tramp-file-name: "/plink:username@host.com:"
| | | | | | | 8 <- tramp-handle-file-remote-p: "/plink:username@host.com:"
| | | | | | 7 <- tramp-sh-file-name-handler: "/plink:username@host.com:"
| | | | | 6 <- tramp-file-name-handler: "/plink:username@host.com:"
| | | | 5 <- tramp-equal-remote: t
| | | | 5 -> (tramp-do-copy-or-rename-file-directly rename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" t keep-time preserve-uid-gid)
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | 7 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-completion-mode-p)
| | | | | | 7 <- tramp-completion-mode-p: nil
| | | | | | 7 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-ftp-file-name-p: nil
| | | | | | | 8 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-adb-file-name-p: nil
| | | | | | 7 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | 7 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-completion-mode-p)
| | | | | | | | | 10 <- tramp-completion-mode-p: nil
| | | | | | | | 9 <- tramp-connectable-p: t
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | 9 <- tramp-run-real-handler: t
| | | | | | | | 9 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | 9 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-file-name-for-operation file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-completion-mode-p)
| | | | | | 7 <- tramp-completion-mode-p: nil
| | | | | | 7 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-attributes)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-ftp-file-name-p: nil
| | | | | | | 8 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-adb-file-name-p: nil
| | | | | | 7 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | 7 -> (tramp-sh-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-sh-handle-file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | 10 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-completion-mode-p)
| | | | | | | | | 10 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-method: "plink"
| | | | | | | | | | 11 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | 11 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-method: "plink"
| | | | | | | | | | 11 <- tramp-adb-file-name-p: nil
| | | | | | | | | 10 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | 10 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-completion-mode-p)
| | | | | | | | | | | | 13 <- tramp-completion-mode-p: nil
| | | | | | | | | | | 12 <- tramp-connectable-p: t
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | 12 <- tramp-run-real-handler: t
| | | | | | | | | | | 12 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | 12 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | 12 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | 12 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-attributes-integer" undef)
| | | | | | | | | 10 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61730 617528 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
") "file-selinux-context" ((23052 61729 8928 0) nil nil nil nil) "file-ownership-preserved-p" ((23052 61730 262928 0) . t)))
| | | | | | | | | 10 -> (tramp-time-diff (23052 61730 695528 0) (23052 61726 221528 0))
| | | | | | | | | 10 <- tramp-time-diff: 4.474
| | | | | | | | 9 <- tramp-get-file-property: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | | 8 <- tramp-sh-handle-file-attributes: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | 7 <- tramp-sh-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | 6 <- tramp-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | 6 -> (tramp-default-file-modes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | 8 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | | 8 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-ftp-file-name-p: nil
| | | | | | | | 9 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-adb-file-name-p: nil
| | | | | | | 8 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | 8 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 <- tramp-connectable-p: t
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: t
| | | | | | | | | 10 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | 10 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-file-name-handler file-modes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-file-name-for-operation file-modes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | 8 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-method: "plink"
| | | | | | | | 9 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-user: "username"
| | | | | | | | 9 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | 9 <- tramp-find-host: "host.com"
| | | | | | | 8 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 -> (tramp-completion-mode-p)
| | | | | | | 8 <- tramp-completion-mode-p: nil
| | | | | | | 8 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-modes)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-ftp-file-name-p: nil
| | | | | | | | 9 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-method: "plink"
| | | | | | | | 9 <- tramp-adb-file-name-p: nil
| | | | | | | 8 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | 8 -> (tramp-sh-file-name-handler file-modes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-handle-file-modes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | | 12 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-adb-file-name-p: nil
| | | | | | | | | | 11 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | | 11 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-completion-mode-p)
| | | | | | | | | | | | | 14 <- tramp-completion-mode-p: nil
| | | | | | | | | | | | 13 <- tramp-connectable-p: t
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | 13 <- tramp-run-real-handler: t
| | | | | | | | | | | | 13 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | 13 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | 12 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-file-name-handler file-truename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-file-name-for-operation file-truename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-truename)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | | 12 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-adb-file-name-p: nil
| | | | | | | | | | 11 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | | 11 -> (tramp-sh-file-name-handler file-truename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-sh-handle-file-truename "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | 14 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | 15 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | 15 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | 15 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | 15 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | 15 <- tramp-find-user: "username"
| | | | | | | | | | | | | | 15 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | 15 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | 14 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | 14 -> (tramp-completion-mode-p)
| | | | | | | | | | | | | 14 <- tramp-completion-mode-p: nil
| | | | | | | | | | | | | 14 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | | | | | | 15 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | 15 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | 16 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-user: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-method: "plink"
| | | | | | | | | | | | | | 15 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | | | | | 15 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | 16 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-user: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-method: "plink"
| | | | | | | | | | | | | | 15 <- tramp-adb-file-name-p: nil
| | | | | | | | | | | | | 14 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | | | | | 14 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | 15 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-completion-mode-p)
| | | | | | | | | | | | | | | | 17 <- tramp-completion-mode-p: nil
| | | | | | | | | | | | | | | 16 <- tramp-connectable-p: t
| | | | | | | | | | | | | | | 16 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-user: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | | | | 16 <- tramp-run-real-handler: t
| | | | | | | | | | | | | | | 16 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | | | | 16 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | | | 16 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | 16 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | | | 16 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | | 15 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-truename" undef)
| | | | | | | | | | | | | 14 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | | 14 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61730 617528 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
") "file-selinux-context" ((23052 61729 8928 0) nil nil nil nil) "file-ownership-preserved-p" ((23052 61730 262928 0) . t)))
| | | | | | | | | | | | | 14 -> (tramp-time-diff (23052 61730 711128 0) (23052 61728 101728 0))
| | | | | | | | | | | | | 14 <- tramp-time-diff: 2.6094
| | | | | | | | | | | | 13 <- tramp-get-file-property: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-file-name-handler file-name-nondirectory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-file-name-for-operation file-name-nondirectory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | 15 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | 15 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | 15 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | 15 <- tramp-find-user: "username"
| | | | | | | | | | | | | | 15 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | 15 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | 14 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | 14 -> (tramp-completion-mode-p)
| | | | | | | | | | | | | 14 <- tramp-completion-mode-p: nil
| | | | | | | | | | | | | 14 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-name-nondirectory)
| | | | | | | | | | | | | | 15 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | 15 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | 16 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-user: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-method: "plink"
| | | | | | | | | | | | | | 15 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | | | | | 15 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | 16 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-user: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-method: "plink"
| | | | | | | | | | | | | | 15 <- tramp-adb-file-name-p: nil
| | | | | | | | | | | | | 14 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | | | | | 14 -> (tramp-sh-file-name-handler file-name-nondirectory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 -> (tramp-handle-file-name-nondirectory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | 16 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-user: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-run-real-handler file-name-nondirectory ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | | | | 16 <- tramp-run-real-handler: "coxph_bench.r"
| | | | | | | | | | | | | | 15 <- tramp-handle-file-name-nondirectory: "coxph_bench.r"
| | | | | | | | | | | | | 14 <- tramp-sh-file-name-handler: "coxph_bench.r"
| | | | | | | | | | | | 13 <- tramp-file-name-handler: "coxph_bench.r"
| | | | | | | | | | | 12 <- tramp-sh-handle-file-truename: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | | 12 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-adb-file-name-p: nil
| | | | | | | | | | 11 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | | 11 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-completion-mode-p)
| | | | | | | | | | | | | 14 <- tramp-completion-mode-p: nil
| | | | | | | | | | | | 13 <- tramp-connectable-p: t
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | 13 <- tramp-run-real-handler: t
| | | | | | | | | | | | 13 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | 13 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | 12 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-file-name-handler file-exists-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-file-name-for-operation file-exists-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-exists-p)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | | 12 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-adb-file-name-p: nil
| | | | | | | | | | 11 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | | 11 -> (tramp-sh-file-name-handler file-exists-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-sh-handle-file-exists-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-exists-p" undef)
| | | | | | | | | | | | | 14 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | | 14 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61730 617528 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
") "file-selinux-context" ((23052 61729 8928 0) nil nil nil nil) "file-ownership-preserved-p" ((23052 61730 262928 0) . t)))
| | | | | | | | | | | | | 14 -> (tramp-time-diff (23052 61730 711128 0) (23052 61726 237128 0))
| | | | | | | | | | | | | 14 <- tramp-time-diff: 4.474
| | | | | | | | | | | | 13 <- tramp-get-file-property: t
| | | | | | | | | | | 12 <- tramp-sh-handle-file-exists-p: t
| | | | | | | | | | 11 <- tramp-sh-file-name-handler: t
| | | | | | | | | 10 <- tramp-file-name-handler: t
| | | | | | | | | 10 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | | 12 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-adb-file-name-p: nil
| | | | | | | | | | 11 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | | 11 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-completion-mode-p)
| | | | | | | | | | | | | 14 <- tramp-completion-mode-p: nil
| | | | | | | | | | | | 13 <- tramp-connectable-p: t
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | 13 <- tramp-run-real-handler: t
| | | | | | | | | | | | 13 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | 13 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | 12 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-file-name-for-operation file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-method: "plink"
| | | | | | | | | | | 12 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-user: "username"
| | | | | | | | | | | 12 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | 12 <- tramp-find-host: "host.com"
| | | | | | | | | | 11 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-completion-mode-p)
| | | | | | | | | | 11 <- tramp-completion-mode-p: nil
| | | | | | | | | | 11 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-attributes)
| | | | | | | | | | | 12 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-tramp-file-p: t
| | | | | | | | | | | 12 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | | 12 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-method: "plink"
| | | | | | | | | | | 12 <- tramp-adb-file-name-p: nil
| | | | | | | | | | 11 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | | 11 -> (tramp-sh-file-name-handler file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-sh-handle-file-attributes "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | 14 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | 15 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | 15 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | 15 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | 15 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | 15 <- tramp-find-user: "username"
| | | | | | | | | | | | | | 15 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | 15 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | 14 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | 14 -> (tramp-completion-mode-p)
| | | | | | | | | | | | | 14 <- tramp-completion-mode-p: nil
| | | | | | | | | | | | | 14 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | | | | | | 15 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | 15 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | 15 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | 16 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-user: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-method: "plink"
| | | | | | | | | | | | | | 15 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | | | | | 15 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | 16 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-user: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-method: "plink"
| | | | | | | | | | | | | | 15 <- tramp-adb-file-name-p: nil
| | | | | | | | | | | | | 14 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | | | | | 14 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | 15 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-completion-mode-p)
| | | | | | | | | | | | | | | | 17 <- tramp-completion-mode-p: nil
| | | | | | | | | | | | | | | 16 <- tramp-connectable-p: t
| | | | | | | | | | | | | | | 16 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | | 17 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | | | | 17 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-method: "plink"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-user: "username"
| | | | | | | | | | | | | | | | 17 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | | | | 17 <- tramp-find-host: "host.com"
| | | | | | | | | | | | | | | 16 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | | | | 16 <- tramp-run-real-handler: t
| | | | | | | | | | | | | | | 16 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | | | | 16 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | | | 16 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | | | 16 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | | | 16 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | | | | 16 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | | 15 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | 13 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | | 14 <- tramp-tramp-file-p: t
| | | | | | | | | | | | | 14 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-method: "plink"
| | | | | | | | | | | | | 14 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-user: "username"
| | | | | | | | | | | | | 14 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | | 14 <- tramp-find-host: "host.com"
| | | | | | | | | | | | 13 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | | 13 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1# "file-attributes-integer" undef)
| | | | | | | | | | | | | 14 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | | | 14 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61730 617528 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
") "file-selinux-context" ((23052 61729 8928 0) nil nil nil nil) "file-ownership-preserved-p" ((23052 61730 262928 0) . t)))
| | | | | | | | | | | | | 14 -> (tramp-time-diff (23052 61730 726728 0) (23052 61726 221528 0))
| | | | | | | | | | | | | 14 <- tramp-time-diff: 4.5052
| | | | | | | | | | | | 13 <- tramp-get-file-property: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | | | | | | 12 <- tramp-sh-handle-file-attributes: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | | | | | 11 <- tramp-sh-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | | | | 10 <- tramp-file-name-handler: (nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 (-1 . 1))
| | | | | | | | | 10 -> (tramp-mode-string-to-int "-rwxrw-r--")
| | | | | | | | | 10 <- tramp-mode-string-to-int: 500
| | | | | | | | 9 <- tramp-handle-file-modes: 500
| | | | | | | 8 <- tramp-sh-file-name-handler: 500
| | | | | | 7 <- tramp-file-name-handler: 500
| | | | | 6 <- tramp-default-file-modes: 500
| | | | | 6 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-method: "plink"
| | | | | | 7 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-user: "username"
| | | | | | 7 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | 7 <- tramp-find-host: "host.com"
| | | | | 6 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | 6 -> (tramp-file-name-handler file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" localname nil)
| | | | | | 7 -> (tramp-file-name-for-operation file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" localname nil)
| | | | | | 7 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-completion-mode-p)
| | | | | | 7 <- tramp-completion-mode-p: nil
| | | | | | 7 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-remote-p)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-ftp-file-name-p: nil
| | | | | | | 8 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-adb-file-name-p: nil
| | | | | | 7 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | 7 -> (tramp-sh-file-name-handler file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" localname nil)
| | | | | | | 8 -> (tramp-handle-file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" localname nil)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "connected" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | 9 <- tramp-get-connection-property: t
| | | | | | | | 9 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | 10 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-completion-mode-p)
| | | | | | | | | 10 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-method: "plink"
| | | | | | | | | | 11 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | 11 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-method: "plink"
| | | | | | | | | | 11 <- tramp-adb-file-name-p: nil
| | | | | | | | | 10 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | 10 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-completion-mode-p)
| | | | | | | | | | | | 13 <- tramp-completion-mode-p: nil
| | | | | | | | | | | 12 <- tramp-connectable-p: t
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | 12 <- tramp-run-real-handler: t
| | | | | | | | | | | 12 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | 12 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | 12 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | 12 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | 8 <- tramp-handle-file-remote-p: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 <- tramp-sh-file-name-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-file-name-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-file-name-handler file-remote-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" localname nil)
| | | | | | 7 -> (tramp-file-name-for-operation file-remote-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" localname nil)
| | | | | | 7 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | 7 -> (tramp-completion-mode-p)
| | | | | | 7 <- tramp-completion-mode-p: nil
| | | | | | 7 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" file-remote-p)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-ftp-file-name-p: nil
| | | | | | | 8 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-adb-file-name-p: nil
| | | | | | 7 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | 7 -> (tramp-sh-file-name-handler file-remote-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" localname nil)
| | | | | | | 8 -> (tramp-handle-file-remote-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" localname nil)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | 10 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "connected" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | 9 <- tramp-get-connection-property: t
| | | | | | | | 9 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | 10 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | 10 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | 10 -> (tramp-completion-mode-p)
| | | | | | | | | 10 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" expand-file-name)
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | | 12 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 <- tramp-file-name-method: "plink"
| | | | | | | | | | 11 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | 11 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | | 12 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 <- tramp-file-name-method: "plink"
| | | | | | | | | | 11 <- tramp-adb-file-name-p: nil
| | | | | | | | | 10 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | 10 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | 11 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | | 12 -> (tramp-connectable-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-completion-mode-p)
| | | | | | | | | | | | 13 <- tramp-completion-mode-p: nil
| | | | | | | | | | | 12 <- tramp-connectable-p: t
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | | 12 -> (tramp-run-real-handler file-name-absolute-p ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | | | | | | 12 <- tramp-run-real-handler: t
| | | | | | | | | | | 12 -> (tramp-run-real-handler expand-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | | | | | | 12 <- tramp-run-real-handler: "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | | | 12 -> (tramp-drop-volume-letter "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | | | 12 <- tramp-drop-volume-letter: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | | | 12 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | | | | 12 <- tramp-make-tramp-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | | 11 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | 10 <- tramp-sh-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | 9 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | 8 <- tramp-handle-file-remote-p: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 <- tramp-sh-file-name-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | 6 <- tramp-file-name-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | 6 -> (tramp-file-name-handler file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil nil)
| | | | | | 7 -> (tramp-file-name-for-operation file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil nil)
| | | | | | 7 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | 7 -> (tramp-completion-mode-p)
| | | | | | 7 <- tramp-completion-mode-p: nil
| | | | | | 7 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-remote-p)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-ftp-file-name-p: nil
| | | | | | | 8 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-adb-file-name-p: nil
| | | | | | 7 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | 7 -> (tramp-sh-file-name-handler file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil nil)
| | | | | | | 8 -> (tramp-handle-file-remote-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil nil)
| | | | | | | | 9 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | 9 <- tramp-tramp-file-p: t
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "connected" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | 9 <- tramp-get-connection-property: t
| | | | | | | | 9 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | 10 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-method: "plink"
| | | | | | | | | | 11 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-user: "username"
| | | | | | | | | | 11 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | 11 <- tramp-find-host: "host.com"
| | | | | | | | | 10 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | 10 -> (tramp-completion-mode-p)
| | | | | | | | | 10 <- tramp-completion-mode-p: nil
| | | | | | | | | 10 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" expand-file-name)
| | | | | | | | | | 11 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | 11 <- tramp-tramp-file-p: t
| | | | | | | | | | 11 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-method: "plink"
| | | | | | | | | | 11 <- tramp-ftp-file-name-p: nil
| | | | | | | | | | 11 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-method: "plink"
| | | | | | | | | | 11 <- tramp-adb-file-name-p: nil
| | | | | | | | | 10 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | | | | 10 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | 11 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-connectable-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-completion-mode-p)
| | | | | | | | | | | | 13 <- tramp-completion-mode-p: nil
| | | | | | | | | | | 12 <- tramp-connectable-p: t
| | | | | | | | | | | 12 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | | 13 <- tramp-tramp-file-p: t
| | | | | | | | | | | | 13 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-method: "plink"
| | | | | | | | | | | | 13 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-user: "username"
| | | | | | | | | | | | 13 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | | | | 13 <- tramp-find-host: "host.com"
| | | | | | | | | | | 12 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 -> (tramp-run-real-handler file-name-absolute-p ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | 12 <- tramp-run-real-handler: t
| | | | | | | | | | | 12 -> (tramp-run-real-handler expand-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | | | | | | 12 <- tramp-run-real-handler: "c:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | 12 -> (tramp-drop-volume-letter "c:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | | | 12 <- tramp-drop-volume-letter: "/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | | 12 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | | | | 12 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | | 11 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | | 10 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | | | | | 9 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "" nil)
| | | | | | | | 9 <- tramp-make-tramp-file-name: "/plink:username@host.com:"
| | | | | | | 8 <- tramp-handle-file-remote-p: "/plink:username@host.com:"
| | | | | | 7 <- tramp-sh-file-name-handler: "/plink:username@host.com:"
| | | | | 6 <- tramp-file-name-handler: "/plink:username@host.com:"
| | | | | 6 -> (tramp-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | | | 7 -> (tramp-unquote-shell-quote-argument "/opt/home/username/test/coxph_bench.r")
| | | | | | 7 <- tramp-unquote-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | | | 6 <- tramp-shell-quote-argument: "/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-shell-quote-argument "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 -> (tramp-unquote-shell-quote-argument "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-unquote-shell-quote-argument: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~"
| | | | | 6 <- tramp-shell-quote-argument: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~"
| | | | | 6 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "mv -f /opt/home/username/test/coxph_bench.r /home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~")
| | | | | | 7 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "mv -f /opt/home/username/test/coxph_bench.r /home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~ 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | 8 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | 9 <- tramp-get-connection-property: nil
| | | | | | | | 9 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | 9 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | 9 <- tramp-get-connection-property: (23052 61730 340928 0)
| | | | | | | | 9 -> (tramp-time-diff (23052 61730 726728 0) (23052 61730 340928 0))
| | | | | | | | 9 <- tramp-time-diff: 0.3858
| | | | | | | 8 <- tramp-maybe-open-connection: nil
| | | | | | | 8 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | 11 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | 10 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | 8 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | | 9 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | 8 <- tramp-get-connection-property: nil
| | | | | | | 8 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "mv -f /opt/home/username/test/coxph_bench.r /home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~ 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | 9 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-name" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | 9 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | 9 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | 9 <- tramp-get-connection-property: 0
| | | | | | | | 9 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61730 726728 0))
| | | | | | | | | 10 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 340928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | 9 <- tramp-set-connection-property: (23052 61730 726728 0)
| | | | | | | | 9 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | 10 <- tramp-get-connection-property: nil
| | | | | | | | | 10 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | 11 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | 12 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | | | 12 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | 11 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | 10 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | 9 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | 8 <- tramp-send-string: nil
| | | | | | | 8 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | | 9 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | 10 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | 11 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 726728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 726728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | 10 <- tramp-check-for-regexp: nil
| | | | | | | | | 10 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | | 10 <- tramp-accept-process-output: nil
| | | | | | | | | 10 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | 11 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 726728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 726728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | 10 <- tramp-check-for-regexp: 21
| | | | | | | | 9 <- tramp-wait-for-regexp: 21
| | | | | | | 8 <- tramp-wait-for-output: 21
| | | | | | 7 <- tramp-send-command: 21
| | | | | | 7 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "process-buffer" nil)
| | | | | | | | 9 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | 9 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | 8 <- tramp-get-connection-property: nil
| | | | | | | 8 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | 9 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-user-domain: "username"
| | | | | | | | | 10 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | | | 10 <- tramp-file-name-host-port: "host.com"
| | | | | | | | 9 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | 8 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | 7 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | 6 <- tramp-send-command-and-check: t
| | | | | 6 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-user-domain: "username"
| | | | | | | 8 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | | 8 <- tramp-file-name-host-port: "host.com"
| | | | | | 7 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | 6 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | 6 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | 7 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | 7 -> (tramp-completion-mode-p)
| | | | | | 7 <- tramp-completion-mode-p: nil
| | | | | | 7 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" expand-file-name)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-ftp-file-name-p: nil
| | | | | | | 8 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-adb-file-name-p: nil
| | | | | | 7 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | 7 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-connectable-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-completion-mode-p)
| | | | | | | | | 10 <- tramp-completion-mode-p: nil
| | | | | | | | 9 <- tramp-connectable-p: t
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-run-real-handler file-name-absolute-p ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | | | 9 <- tramp-run-real-handler: t
| | | | | | | | 9 -> (tramp-run-real-handler expand-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | | | 9 <- tramp-run-real-handler: "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | 9 -> (tramp-drop-volume-letter "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 <- tramp-drop-volume-letter: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | 9 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 <- tramp-make-tramp-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | 8 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 <- tramp-sh-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | 6 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | 6 -> (tramp-file-name-handler set-file-times "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" (23052 61001))
| | | | | | 7 -> (tramp-file-name-for-operation set-file-times "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" (23052 61001))
| | | | | | 7 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | 7 -> (tramp-completion-mode-p)
| | | | | | 7 <- tramp-completion-mode-p: nil
| | | | | | 7 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" set-file-times)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-ftp-file-name-p: nil
| | | | | | | 8 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-adb-file-name-p: nil
| | | | | | 7 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | 7 -> (tramp-sh-file-name-handler set-file-times "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" (23052 61001))
| | | | | | | 8 -> (tramp-sh-handle-set-file-times "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" (23052 61001))
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-get-remote-touch (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "touch" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | 10 <- tramp-get-connection-property: "\\touch"
| | | | | | | | 9 <- tramp-get-remote-touch: "\\touch"
| | | | | | | | 9 -> (tramp-flush-file-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | 10 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"))
| | | | | | | | | 10 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | | | 10 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" "file-truename" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61727 191728 0) . t) "file-name-all-completions" ((23052 61727 805328 0) "./" "../" "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~1~")))
| | | | | | | | | 10 <- tramp-get-file-property: nil
| | | | | | | | 9 <- tramp-flush-file-property: nil
| | | | | | | | 9 -> (tramp-flush-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) #1#)
| | | | | | | | | 10 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | | | | 10 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | 10 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" "file-truename" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())
| | | | | | | | | 10 <- tramp-get-file-property: nil
| | | | | | | | 9 <- tramp-flush-file-property: nil
| | | | | | | | 9 -> (tramp-get-remote-touch (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | 10 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "touch" undef)
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | 10 <- tramp-get-connection-property: "\\touch"
| | | | | | | | 9 <- tramp-get-remote-touch: "\\touch"
| | | | | | | | 9 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "touch-t" nil)
| | | | | | | | | 10 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | 10 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | 9 <- tramp-get-connection-property: t
| | | | | | | | 9 -> (tramp-shell-quote-argument "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-unquote-shell-quote-argument "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-unquote-shell-quote-argument: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~"
| | | | | | | | 9 <- tramp-shell-quote-argument: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~"
| | | | | | | | 9 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "env TZ=UTC \\touch -t 201711160147.53 /home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~")
| | | | | | | | | 10 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "env TZ=UTC \\touch -t 201711160147.53 /home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~ 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | 11 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-name" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-name" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-buffer" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | 12 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 726728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: (23052 61730 726728 0)
| | | | | | | | | | | 12 -> (tramp-time-diff (23052 61731 70928 0) (23052 61730 726728 0))
| | | | | | | | | | | 12 <- tramp-time-diff: 0.3442
| | | | | | | | | | 11 <- tramp-maybe-open-connection: nil
| | | | | | | | | | 11 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-name" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | 14 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | 13 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | 11 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 726728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "env TZ=UTC \\touch -t 201711160147.53 /home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~ 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | | 12 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-name" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 726728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: 0
| | | | | | | | | | | 12 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61731 70928 0))
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61730 726728 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | 12 <- tramp-set-connection-property: (23052 61731 70928 0)
| | | | | | | | | | | 12 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-buffer" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | 12 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 <- tramp-send-string: nil
| | | | | | | | | | 11 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | 12 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | 13 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61731 70928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61731 70928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 <- tramp-check-for-regexp: nil
| | | | | | | | | | | | 13 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | | | | | 13 <- tramp-accept-process-output: nil
| | | | | | | | | | | | 13 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61731 70928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61731 70928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 <- tramp-check-for-regexp: 21
| | | | | | | | | | | 12 <- tramp-wait-for-regexp: 21
| | | | | | | | | | 11 <- tramp-wait-for-output: 21
| | | | | | | | | 10 <- tramp-send-command: 21
| | | | | | | | | 10 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | 11 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-buffer" nil)
| | | | | | | | | | | 12 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | 12 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | 11 <- tramp-get-connection-property: nil
| | | | | | | | | | 11 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | 13 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | 13 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | 13 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | 12 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | 11 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | 9 <- tramp-send-command-and-check: t
| | | | | | | 8 <- tramp-sh-handle-set-file-times: t
| | | | | | 7 <- tramp-sh-file-name-handler: t
| | | | | 6 <- tramp-file-name-handler: t
| | | | | 6 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | 7 -> (tramp-file-name-for-operation expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | 7 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | 7 -> (tramp-completion-mode-p)
| | | | | | 7 <- tramp-completion-mode-p: nil
| | | | | | 7 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" expand-file-name)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-ftp-file-name-p: nil
| | | | | | | 8 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-adb-file-name-p: nil
| | | | | | 7 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | 7 -> (tramp-sh-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | 8 -> (tramp-sh-handle-expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" "/plink:username@host.com:/opt/home/username/test/")
| | | | | | | | 9 -> (tramp-connectable-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-completion-mode-p)
| | | | | | | | | 10 <- tramp-completion-mode-p: nil
| | | | | | | | 9 <- tramp-connectable-p: t
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-run-real-handler file-name-absolute-p ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | | | 9 <- tramp-run-real-handler: t
| | | | | | | | 9 -> (tramp-run-real-handler expand-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | | | 9 <- tramp-run-real-handler: "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | 9 -> (tramp-drop-volume-letter "c:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 <- tramp-drop-volume-letter: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | 9 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 <- tramp-make-tramp-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | 8 <- tramp-sh-handle-expand-file-name: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 <- tramp-sh-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | 6 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | 6 -> (tramp-file-name-handler set-file-modes "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" 500)
| | | | | | 7 -> (tramp-file-name-for-operation set-file-modes "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" 500)
| | | | | | 7 <- tramp-file-name-for-operation: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-tramp-file-p: t
| | | | | | 7 -> (tramp-replace-environment-variables "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | 7 <- tramp-replace-environment-variables: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-method: "plink"
| | | | | | | 8 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-user: "username"
| | | | | | | 8 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | 8 <- tramp-find-host: "host.com"
| | | | | | 7 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | 7 -> (tramp-completion-mode-p)
| | | | | | 7 <- tramp-completion-mode-p: nil
| | | | | | 7 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" set-file-modes)
| | | | | | | 8 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | 8 <- tramp-tramp-file-p: t
| | | | | | | 8 -> (tramp-ftp-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-ftp-file-name-p: nil
| | | | | | | 8 -> (tramp-adb-file-name-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | 9 <- tramp-file-name-method: "plink"
| | | | | | | 8 <- tramp-adb-file-name-p: nil
| | | | | | 7 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| | | | | | 7 -> (tramp-sh-file-name-handler set-file-modes "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" 500)
| | | | | | | 8 -> (tramp-sh-handle-set-file-modes "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" 500)
| | | | | | | | 9 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-tramp-file-p: t
| | | | | | | | | 10 -> (tramp-find-method "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-method: "plink"
| | | | | | | | | 10 -> (tramp-find-user "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-user: "username"
| | | | | | | | | 10 -> (tramp-find-host "plink" "username" "host.com")
| | | | | | | | | 10 <- tramp-find-host: "host.com"
| | | | | | | | 9 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | | | | | 9 -> (tramp-flush-file-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | | | | | 10 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"))
| | | | | | | | | 10 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | | | 10 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" "file-truename" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())
| | | | | | | | | 10 <- tramp-get-file-property: nil
| | | | | | | | 9 <- tramp-flush-file-property: nil
| | | | | | | | 9 -> (tramp-flush-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) #1#)
| | | | | | | | | 10 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | | | | 10 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | 10 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" "file-truename" nil)
| | | | | | | | | | 11 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | | | | | 11 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | | | | | 11 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | 11 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())
| | | | | | | | | 10 <- tramp-get-file-property: nil
| | | | | | | | 9 <- tramp-flush-file-property: nil
| | | | | | | | 9 -> (tramp-shell-quote-argument "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-unquote-shell-quote-argument "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 <- tramp-unquote-shell-quote-argument: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~"
| | | | | | | | 9 <- tramp-shell-quote-argument: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~"
| | | | | | | | 9 -> (tramp-barf-unless-okay (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "chmod 764 /home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~" "Error while changing file's mode %s" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | | | | | 10 -> (tramp-send-command-and-check (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "chmod 764 /home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~")
| | | | | | | | | | 11 -> (tramp-send-command (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "chmod 764 /home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~ 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | | 12 -> (tramp-maybe-open-connection (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-name" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | 15 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-name" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: nil
| | | | | | | | | | | | 13 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-buffer" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | 15 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (0 0 0))
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61731 70928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: (23052 61731 70928 0)
| | | | | | | | | | | | 13 -> (tramp-time-diff (23052 61731 316328 0) (23052 61731 70928 0))
| | | | | | | | | | | | 13 <- tramp-time-diff: 0.2454
| | | | | | | | | | | 12 <- tramp-maybe-open-connection: nil
| | | | | | | | | | | 12 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | 13 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-name" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | 15 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | 14 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | 12 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "remote-echo" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61731 70928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-send-string (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "chmod 764 /home/bceuser/username/.emacs.d/backup-tramp/Rfiles/\\!drive_c\\!plink\\!\\!username\\@host.com\\!\\!\\!opt\\!bee\\!home_nas\\!username\\!test\\!coxph_bench.r.\\~2\\~ 2>/dev/null; echo tramp_exit_status $?")
| | | | | | | | | | | | 13 -> (tramp-get-connection-process (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-name" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | 15 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-connection-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | 13 <- tramp-get-connection-process: #<process *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "chunksize" nil)
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61731 70928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | 13 <- tramp-get-connection-property: 0
| | | | | | | | | | | | 13 -> (tramp-set-connection-property #<process *tramp/plink username@host.com*> "last-cmd-time" (23052 61731 318328 0))
| | | | | | | | | | | | | 14 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | 14 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61731 70928 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | 13 <- tramp-set-connection-property: (23052 61731 318328 0)
| | | | | | | | | | | | 13 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-buffer" nil)
| | | | | | | | | | | | | | 15 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | | | 15 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | | | 14 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | 15 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | | | 16 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | | | 16 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | | | 15 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | | | 14 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | | 13 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | | 12 <- tramp-send-string: nil
| | | | | | | | | | | 12 -> (tramp-wait-for-output #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | 13 -> (tramp-wait-for-regexp #<process *tramp/plink username@host.com*> nil "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | 14 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61731 318328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61731 318328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 <- tramp-check-for-regexp: nil
| | | | | | | | | | | | | 14 -> (tramp-accept-process-output #<process *tramp/plink username@host.com*> 1)
| | | | | | | | | | | | | 14 <- tramp-accept-process-output: nil
| | | | | | | | | | | | | 14 -> (tramp-check-for-regexp #<process *tramp/plink username@host.com*> "\\(^\\|\0\\)[^#$
]*///a8fe309a9a79cbb7834d3f62909b48c0#\\$\\(^[[[0-9]+n\\)?\r?$")
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61731 318328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | | 15 -> (tramp-get-connection-property #<process *tramp/plink username@host.com*> "check-remote-echo" nil)
| | | | | | | | | | | | | | | 16 -> (tramp-get-hash-table #<process *tramp/plink username@host.com*>)
| | | | | | | | | | | | | | | 16 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("vector" (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/" nil) "temp-file" "c:/Users/username/AppData/Local/Temp/tramp.qygdoO" "last-cmd-time" (23052 61731 318328 0) "remote-shell" "/bin/sh" "chunksize" 0 "remote-tty" "/dev/pts/13" "connected" t "device" (-1 . 1) "local-encoding" base64-encode-region "local-decoding" base64-decode-region "remote-encoding" "base64" "remote-decoding" "base64 -d -i" "inline-compress" nil "inline-decompress" nil "scripts" ("tramp_perl_file_name_all_completions") "acl-p" t "selinux-p" nil))
| | | | | | | | | | | | | | 15 <- tramp-get-connection-property: nil
| | | | | | | | | | | | | 14 <- tramp-check-for-regexp: 21
| | | | | | | | | | | | 13 <- tramp-wait-for-regexp: 21
| | | | | | | | | | | 12 <- tramp-wait-for-output: 21
| | | | | | | | | | 11 <- tramp-send-command: 21
| | | | | | | | | | 11 -> (tramp-get-connection-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | 12 -> (tramp-get-connection-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "process-buffer" nil)
| | | | | | | | | | | | 13 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil nil nil))
| | | | | | | | | | | | 13 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("uname" "Linux 2.6.32-696.1.1.el6.x86_64" "locale" "LC_ALL=en_US.utf8" "test" "test" "remote-path" ("/bin" "/usr/bin" "/sbin" "/usr/sbin" "/usr/local/bin" "/usr/local/sbin") "remote-shell" "/bin/sh" "stat" "env QUOTING_STYLE=locale \\stat" "file-exists" "test -e" "id" "/usr/bin/id" "gid-string" "bceuser" "gid-integer" 108 "case-insensitive" nil "readlink" "\\readlink" "ls" "/bin/ls --color=never" "ls-quoting-style" t "df" nil "~" "/home/bceuser/username" "perl-file-spec" t "perl-cwd-realpath" t "perl" "\\perl" "tmpdir" "/plink:username@host.com:/tmp" "touch-t" t "touch" "\\touch" "process-buffer" nil "first-password-request" nil "uid-integer" 79077))
| | | | | | | | | | | 12 <- tramp-get-connection-property: nil
| | | | | | | | | | | 12 -> (tramp-get-buffer (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | 13 -> (tramp-buffer-name (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 -> (tramp-file-name-user-domain (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-user-domain: "username"
| | | | | | | | | | | | | 14 -> (tramp-file-name-host-port (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | | | | | | | | 14 <- tramp-file-name-host-port: "host.com"
| | | | | | | | | | | | 13 <- tramp-buffer-name: "*tramp/plink username@host.com*"
| | | | | | | | | | | 12 <- tramp-get-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | | 11 <- tramp-get-connection-buffer: #<buffer *tramp/plink username@host.com*>
| | | | | | | | | 10 <- tramp-send-command-and-check: t
| | | | | | | | 9 <- tramp-barf-unless-okay: t
| | | | | | | 8 <- tramp-sh-handle-set-file-modes: t
| | | | | | 7 <- tramp-sh-file-name-handler: t
| | | | | 6 <- tramp-file-name-handler: t
| | | | 5 <- tramp-do-copy-or-rename-file-directly: t
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | | 5 -> (tramp-flush-file-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "/opt/home/username/test/")
| | | | | 6 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/"))
| | | | | 6 <- tramp-run-real-handler: "/opt/home/username/test"
| | | | | 6 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "/opt/home/username/test" "file-truename" nil)
| | | | | | 7 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test"))
| | | | | | 7 <- tramp-run-real-handler: "/opt/home/username/test"
| | | | | | 7 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test" nil))
| | | | | | 7 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 519928 0) . t) "file-directory-p" ((23052 61652 237928 0) . t) "file-attributes-integer" ((23052 61729 697328 0) t 7 79077 108 (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1=(-1 . 1)) "file-truename" ((23052 61652 799528 0) . "/opt/home/username/test") "directory-files-and-attributes-string" ((23052 61653 358728 0) ("." t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#) (".." t 26 "username" "bceuser" (23034 41632) (23034 41632) (23034 41632) 1447 "drwx------" nil 8706271905 #1#) ("coxph_bench_nocomp.r.Rout" nil 1 "username" "bceuser" (22784 29999) (22784 29999) (22945 45593) 17046 "-rwxr--r--" nil 8707896905 #1#) ("coxph_bench.r" nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) ("coxph_bench.r.Rout" nil 1 "username" "bceuser" (22784 31589) (22784 31589) (22945 45593) 16951 "-rw-r--r--" nil 8708149539 #1#) ("DDCP_CREAD_CN.r" nil 1 "username" "bceuser" (22859 27997) (22859 27997) (22945 45593) 8743 "-rw-rw-r--" nil 8708149537 #1#) ("diag" t 2 "username" "bceuser" (23049 21925) (23049 21925) (23049 21925) 0 "drwxrwxr-x" nil 9079931952 #1#) (".dir-locals.el" nil 1 "username" "bceuser" (22784 30644) (22784 30644) (22945 45593) 173 "-rwxr--r--" nil 8708164623 #1#) ("envs.txt" nil 1 "username" "bceuser" (22784 31735) (22784 31735) (22945 45593) 4276 "-rwxr--r--" nil 8708149540 #1#) ("ex_tensorflow.r" nil 1 "username" "bceuser" (22852 56198) (22852 56198) (22945 45593) 174 "-rw-rw-r--" nil 8708149541 #1#) ("gant_pts.r" nil 1 "username" "bceuser" (22864 30396) (22864 30396) (22945 45593) 1972 "-rw-rw-r--" nil 8707896906 #1#) ("jags_parallel.r" nil 1 "username" "bceuser" (22866 2557) (22866 2557) (22945 45593) 523 "-rw-rw-r--" nil 8708149542 #1#) ("misc.R" nil 1 "username" "bceuser" (22859 12593) (22859 12593) (22945 45593) 445 "-rw-rw-r--" nil 8708149543 #1#) ("options lang1.sas" nil 1 "username" "bceuser" (23033 41641) (23033 41641) (23033 41641) 276 "-rw-r--r--" nil 9034465744 #1#) ("R" t 2 "username" "bceuser" (23049 21979) (23049 21979) (23049 21979) 32 "drwxrwxr-x" nil 9079931953 #1#) ("raad" t 2 "username" "bceuser" (23017 19539) (23017 19539) (23017 19539) 32 "drwxrwxr-x" nil 8954184911 #1#) (".Rhistory" nil 1 "username" "bceuser" (22805 31778) (22805 31778) (22945 45593) 211 "-rw-rw-r--" nil 8708149536 #1#) ("rsurv_test.cpp" nil 1 "username" "bceuser" (23018 56665) (23018 56665) (23018 56665) 725 "-rw-rw-r--" nil 8958184296 #1#) ("samplesize.r" nil 1 "username" "bceuser" (22858 12435) (22858 12435) (22945 45593) 101 "-rw-rw-r--" nil 8707896907 #1#) ("sas" t 2 "username" "bceuser" (23032 3146) (23032 3146) (23032 3146) 28 "drwxr-xr-x" nil 9012798673 #1#) ("shiny" t 4 "username" "bceuser" (22847 41841) (22847 41841) (22945 45598) 51 "drwxrwxr-x" nil 8708148884 #1#) ("survdiff2.r" nil 1 "username" "bceuser" (22784 28469) (22784 28469) (22945 45593) 1261 "-rw-rw-r--" nil 8708149544 #1#) ("test_lifetest.sas" nil 1 "username" "bceuser" (23033 25560) (23033 25560) (23033 25560) 4828 "-rw-r--r--" nil 8949505504 #1#)) "file-attributes-string" ((23052 61729 367728 0) t 7 "username" "bceuser" (23049 21936) (23049 21936) (23049 21936) 614 "drwxr-xr-x" nil 8707819961 #1#) "file-writable-p" ((23052 61729 962528 0) . t)))
| | | | | | 7 -> (tramp-time-diff (23052 61731 629728 0) (23052 61652 799528 0))
| | | | | | 7 <- tramp-time-diff: 78.8302
| | | | | 6 <- tramp-get-file-property: nil
| | | | 5 <- tramp-flush-file-property: nil
| | | | 5 -> (tramp-flush-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/opt/home/username/test/coxph_bench.r" nil) #1#)
| | | | | 6 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | 6 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | 6 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil) "/opt/home/username/test/coxph_bench.r" "file-truename" nil)
| | | | | | 7 -> (tramp-run-real-handler directory-file-name ("/opt/home/username/test/coxph_bench.r"))
| | | | | | 7 <- tramp-run-real-handler: "/opt/home/username/test/coxph_bench.r"
| | | | | | 7 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | | | | 7 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ("file-exists-p" ((23052 61726 237128 0) . t) "file-directory-p" ((23052 61730 617528 0)) "file-attributes-integer" ((23052 61726 221528 0) nil 1 79077 108 (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1=(-1 . 1)) "file-truename" ((23052 61728 101728 0) . "/opt/home/username/test/coxph_bench.r") "file-attributes-string" ((23052 61726 910928 0) nil 1 "username" "bceuser" (23052 61001) (23052 61001) (23052 61001) 7852 "-rwxrw-r--" nil 8708149538 #1#) "file-writable-p" ((23052 61726 910928 0) . t) "file-acl" ((23052 61728 696528 0) . "user::rwx
group::rw-
other::r--
") "file-selinux-context" ((23052 61729 8928 0) nil nil nil nil) "file-ownership-preserved-p" ((23052 61730 262928 0) . t)))
| | | | | | 7 -> (tramp-time-diff (23052 61731 629728 0) (23052 61728 101728 0))
| | | | | | 7 <- tramp-time-diff: 3.528
| | | | | 6 <- tramp-get-file-property: "/opt/home/username/test/coxph_bench.r"
| | | | 5 <- tramp-flush-file-property: nil
| | | | 5 -> (tramp-dissect-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | 6 -> (tramp-tramp-file-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | | | | 6 <- tramp-tramp-file-p: t
| | | | | 6 -> (tramp-find-method "plink" "username" "host.com")
| | | | | 6 <- tramp-find-method: "plink"
| | | | | 6 -> (tramp-find-user "plink" "username" "host.com")
| | | | | 6 <- tramp-find-user: "username"
| | | | | 6 -> (tramp-find-host "plink" "username" "host.com")
| | | | | 6 <- tramp-find-host: "host.com"
| | | | 5 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil)
| | | | 5 -> (tramp-flush-file-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | | 6 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/"))
| | | | | 6 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | 6 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" "file-truename" nil)
| | | | | | 7 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"))
| | | | | | 7 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles"
| | | | | | 7 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles" nil))
| | | | | | 7 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())
| | | | | 6 <- tramp-get-file-property: nil
| | | | 5 <- tramp-flush-file-property: nil
| | | | 5 -> (tramp-flush-file-property (tramp-file-name "plink" "username" nil "host.com" nil #1="/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) #1#)
| | | | | 6 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | 6 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | 6 -> (tramp-get-file-property (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil) "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" "file-truename" nil)
| | | | | | 7 -> (tramp-run-real-handler directory-file-name ("/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"))
| | | | | | 7 <- tramp-run-real-handler: "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~"
| | | | | | 7 -> (tramp-get-hash-table (tramp-file-name "plink" "username" nil "host.com" nil "/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~" nil))
| | | | | | 7 <- tramp-get-hash-table: #s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data ())
| | | | | 6 <- tramp-get-file-property: nil
| | | | 5 <- tramp-flush-file-property: nil
| | | 4 <- tramp-do-copy-or-rename-file: nil
| | 3 <- tramp-sh-handle-rename-file: nil
| 2 <- tramp-sh-file-name-handler: nil
1 <- tramp-file-name-handler: nil
======================================================================
1 -> (tramp-file-name-handler file-name-directory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 -> (tramp-file-name-for-operation file-name-directory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-file-name-for-operation: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-tramp-file-p: t
| 2 -> (tramp-replace-environment-variables "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| 2 <- tramp-replace-environment-variables: "/plink:username@host.com:/opt/home/username/test/coxph_bench.r"
| 2 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-find-method "plink" "username" "host.com")
| | 3 <- tramp-find-method: "plink"
| | 3 -> (tramp-find-user "plink" "username" "host.com")
| | 3 <- tramp-find-user: "username"
| | 3 -> (tramp-find-host "plink" "username" "host.com")
| | 3 <- tramp-find-host: "host.com"
| 2 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| 2 -> (tramp-completion-mode-p)
| 2 <- tramp-completion-mode-p: nil
| 2 -> (tramp-find-foreign-file-name-handler "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" file-name-directory)
| | 3 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 <- tramp-tramp-file-p: t
| | 3 -> (tramp-ftp-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-ftp-file-name-p: nil
| | 3 -> (tramp-adb-file-name-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | | 5 -> (tramp-find-method "plink" "username" "host.com")
| | | | 5 <- tramp-find-method: "plink"
| | | | 5 -> (tramp-find-user "plink" "username" "host.com")
| | | | 5 <- tramp-find-user: "username"
| | | | 5 -> (tramp-find-host "plink" "username" "host.com")
| | | | 5 <- tramp-find-host: "host.com"
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-file-name-method (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil))
| | | 4 <- tramp-file-name-method: "plink"
| | 3 <- tramp-adb-file-name-p: nil
| 2 <- tramp-find-foreign-file-name-handler: tramp-sh-file-name-handler
| 2 -> (tramp-sh-file-name-handler file-name-directory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-handle-file-name-directory "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | 4 -> (tramp-dissect-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r" t)
| | | | 5 -> (tramp-tramp-file-p "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | | | 5 <- tramp-tramp-file-p: t
| | | 4 <- tramp-dissect-file-name: (tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/coxph_bench.r" nil)
| | | 4 -> (tramp-run-real-handler file-name-directory ("/opt/home/username/test/coxph_bench.r"))
| | | 4 <- tramp-run-real-handler: "/opt/home/username/test/"
| | | 4 -> (tramp-make-tramp-file-name "plink" "username" nil "host.com" nil "/opt/home/username/test/" nil)
| | | 4 <- tramp-make-tramp-file-name: "/plink:username@host.com:/opt/home/username/test/"
| | 3 <- tramp-handle-file-name-directory: "/plink:username@host.com:/opt/home/username/test/"
| 2 <- tramp-sh-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"
1 <- tramp-file-name-handler: "/plink:username@host.com:/opt/home/username/test/"

^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2017-11-16  2:20       ` Shuguang Sun
@ 2017-11-17 14:53         ` Michael Albinus
  2017-11-20 13:31           ` Michael Albinus
  0 siblings, 1 reply; 25+ messages in thread
From: Michael Albinus @ 2017-11-17 14:53 UTC (permalink / raw)
  To: Shuguang Sun; +Cc: 29149

Shuguang Sun <shuguang@gmail.com> writes:

> Hi Michael,

Hi Shuguang,

> I attached the trace log which has actions: open the file
> coxph_bench.r, and edit it, and save it. If you need the full log,
> please let me know.

Thanks!

I'll show the most interesting lines here, which tell us the flow

======================================================================
1 -> (tramp-file-name-handler find-backup-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")

The function `find-backup-file-name' has called the Tramp file name
handler due to the remote nature of the file name.

| 2 -> (tramp-sh-file-name-handler find-backup-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")
| | 3 -> (tramp-handle-find-backup-file-name "/plink:username@host.com:/opt/home/username/test/coxph_bench.r")

Some Tramp internal flow in order to find the correct funtion. It is
`tramp-handle-find-backup-file-name'.

| | | 4 -> (tramp-run-real-handler find-backup-file-name ("/plink:username@host.com:/opt/home/username/test/coxph_bench.r"))

`tramp-handle-find-backup-file-name' calls again
`find-backup-file-name', but suppressing file name handlers. This is
intended in order to ensure proper encoding of "/", ":" "!" and alike.

| | | | 5 -> (tramp-file-name-handler file-exists-p "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles")
| | | | 5 <- tramp-file-name-handler: t

Some other file name operations are called in `find-backup-file-name',
which work fine. I've removed them from the trace. The last such
operation is `file-exists-p'.

| | | | 5 -> (tramp-file-name-handler expand-file-name "/plink!username@host.com!/opt/home/username/test/coxph_bench.r" "/plink:username@host.com:/opt/home/username/test/")

`find-backup-file-name' has finished the encoding of the file name (it
is "/plink!username@host.com!/opt/home/username/test/coxph_bench.r").
Due to the encoding, it looks like a local file name.

Now, `expand-file-name' is called with the encoded file name. Due to the
leading "/", it is regarded as absolute file name. Tramp is involved due
to the remote default-directory.

| | | | 5 <- tramp-file-name-handler: "c:/plink!username@host.com!/opt/home/username/test/coxph_bench.r"

... And this is the problem. Since Tramp sees the local absolute file,
it doesn't do anything, but let the default `expand-file-name' do the
job. This prefixes the file name with "c:/".

The rest is not surprising. The leading "c:" is transformed into
"!drive_c!", and here we are.

| | | | 5 -> (tramp-file-name-handler expand-file-name "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r" "/plink:username@host.com:~/.emacs.d/backup-tramp/Rfiles")
| | | | 5 <- tramp-file-name-handler: "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r"
| | | | 5 -> (tramp-file-name-handler expand-file-name "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/" nil)
| | | | 5 -> (tramp-file-name-handler file-name-all-completions "!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~" "/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/")
| | | | 5 <- tramp-file-name-handler: ("!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~1~")
| | | 4 <- tramp-run-real-handler: ("/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| | 3 <- tramp-handle-find-backup-file-name: ("/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
| 2 <- tramp-sh-file-name-handler: ("/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")
1 <- tramp-file-name-handler: ("/plink:username@host.com:/home/bceuser/username/.emacs.d/backup-tramp/Rfiles/!drive_c!plink!!username@host.com!!!opt!bee!home_nas!username!test!coxph_bench.r.~2~")

I have no clue yet how to fix. Pls give me some days to think about.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2017-11-17 14:53         ` Michael Albinus
@ 2017-11-20 13:31           ` Michael Albinus
  2017-11-25 15:26             ` Shuguang Sun
  0 siblings, 1 reply; 25+ messages in thread
From: Michael Albinus @ 2017-11-20 13:31 UTC (permalink / raw)
  To: Shuguang Sun; +Cc: 29149

Michael Albinus <michael.albinus@gmx.de> writes:

Hi Shuguang,

> I have no clue yet how to fix. Pls give me some days to think about.

I have committed a patch to the emacs-26 branch of the Emacs git
repository. Could you, pls, check whether it works for you?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2017-11-20 13:31           ` Michael Albinus
@ 2017-11-25 15:26             ` Shuguang Sun
  0 siblings, 0 replies; 25+ messages in thread
From: Shuguang Sun @ 2017-11-25 15:26 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 29149

[-- Attachment #1: Type: text/plain, Size: 548 bytes --]

Thank you. Now it correctly backups file now server side.

(however,  the similar bugs in backup local PC still exists. I'll raise
another bugs report with logs)

On Mon, Nov 20, 2017 at 9:31 PM, Michael Albinus <michael.albinus@gmx.de>
wrote:

> Michael Albinus <michael.albinus@gmx.de> writes:
>
> Hi Shuguang,
>
> > I have no clue yet how to fix. Pls give me some days to think about.
>
> I have committed a patch to the emacs-26 branch of the Emacs git
> repository. Could you, pls, check whether it works for you?
>
> Best regards, Michael.
>

[-- Attachment #2: Type: text/html, Size: 1001 bytes --]

^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2017-11-11  9:10 ` michael.albinus
  2017-11-11 10:11   ` Eli Zaretskii
@ 2017-11-25 18:09   ` Shuguang Sun
  2018-01-06 15:18     ` Shuguang Sun
  1 sibling, 1 reply; 25+ messages in thread
From: Shuguang Sun @ 2017-11-25 18:09 UTC (permalink / raw)
  To: michael.albinus; +Cc: 29149

[-- Attachment #1: Type: text/plain, Size: 1147 bytes --]

Hi,

I put some trace log for problem2:For problem 2: I don't know why it
doesn't take tramp-remote-shell as the shell, but to ask user to input the
shell path in the server side.

When I input /bin/sh, the same as the tramp-remote-shell, it raise the
error "

- "env: c:/bin/sh: No such file or directory" in shell buffer
-  "Process shell exited abnormally with code 127" in tramp_shell2.txt (the
trace buffer)
-  in tramp_shell_debug2.txt, (the tramp debug buffer)
00:34:02.040229 tramp-send-command (6) # cd /opt/bee/home/username/test/
&&  exec  env PS1\=/plink\:username\@host\:/opt/bee/home/username/test/\
\#\$\  TERM\=emacs TERMCAP\=emacs\:co\#135\:tc\=unknown\:
INSIDE_EMACS\=27.0.50\,comint c\:/bin/sh -i

The file is too large, therefore, I put them in github:
https://github.com/ShuguangSun/Emacs-bug-29149

Hope it works.








On Sat, Nov 11, 2017 at 5:10 PM, michael.albinus <michael.albinus@gmx.de>
wrote:

> Hi Eli,
>
> My laptop crashed last night. If I cannot recover over the weekend, it
> might take some days before I could react. Sorry.
>
> Best regards, Michael.
>
>
>
> Von meinem Samsung Galaxy Smartphone gesendet.
>

[-- Attachment #2: Type: text/html, Size: 1975 bytes --]

^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2017-11-25 18:09   ` Shuguang Sun
@ 2018-01-06 15:18     ` Shuguang Sun
  2018-01-06 18:51       ` Michael Albinus
  0 siblings, 1 reply; 25+ messages in thread
From: Shuguang Sun @ 2018-01-06 15:18 UTC (permalink / raw)
  To: michael.albinus; +Cc: 29149


[-- Attachment #1.1: Type: text/plain, Size: 1570 bytes --]

Dear all,

I have a patch to shell.el and dired-aux.el which
1. to use the tramp-remote-shell and tramp-remote-shell-args (in shell.el)
2. remove the "start /b" in dired-do-shell-command (in dired-aux.el)

https://github.com/ShuguangSun/emacsimprovement/tree/master/bug%2329149



On Sun, Nov 26, 2017 at 2:09 AM, Shuguang Sun <shuguang@gmail.com> wrote:

> Hi,
>
> I put some trace log for problem2:For problem 2: I don't know why it
> doesn't take tramp-remote-shell as the shell, but to ask user to input the
> shell path in the server side.
>
> When I input /bin/sh, the same as the tramp-remote-shell, it raise the
> error "
>
> - "env: c:/bin/sh: No such file or directory" in shell buffer
> -  "Process shell exited abnormally with code 127" in tramp_shell2.txt
> (the trace buffer)
> -  in tramp_shell_debug2.txt, (the tramp debug buffer)
> 00:34:02.040229 tramp-send-command (6) # cd /opt/bee/home/username/test/
> &&  exec  env PS1\=/plink\:username\@host\:/opt/bee/home/username/test/\
> \#\$\  TERM\=emacs TERMCAP\=emacs\:co\#135\:tc\=unknown\:
> INSIDE_EMACS\=27.0.50\,comint c\:/bin/sh -i
>
> The file is too large, therefore, I put them in github:
> https://github.com/ShuguangSun/Emacs-bug-29149
>
> Hope it works.
>
>
>
>
>
>
>
>
> On Sat, Nov 11, 2017 at 5:10 PM, michael.albinus <michael.albinus@gmx.de>
> wrote:
>
>> Hi Eli,
>>
>> My laptop crashed last night. If I cannot recover over the weekend, it
>> might take some days before I could react. Sorry.
>>
>> Best regards, Michael.
>>
>>
>>
>> Von meinem Samsung Galaxy Smartphone gesendet.
>>
>
>

[-- Attachment #1.2: Type: text/html, Size: 2941 bytes --]

[-- Attachment #2: dired-aux.el.diff --]
[-- Type: text/plain, Size: 1102 bytes --]

diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 7fff7e7a24..d3ecde95ec 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -794,13 +794,14 @@ dired-shell-stuff-it
           (and in-background (not sequentially) (not (eq system-type 'ms-dos))))
          (w32-shell (and (fboundp 'w32-shell-dos-semantics)
                          (w32-shell-dos-semantics)))
+         (file-remote (file-remote-p default-directory))
          ;; The way to run a command in background in Windows shells
          ;; is to use the START command.  The /B switch means not to
          ;; create a new window for the command.
-         (cmd-prefix (if w32-shell "start /b " ""))
+         (cmd-prefix (if (and w32-shell (not file-remote)) "start /b " ""))
          ;; Windows shells don't support chaining with ";", they use
          ;; "&" instead.
-         (cmd-sep (if (and (not w32-shell) (not parallel-in-background))
+         (cmd-sep (if (and (or (not w32-shell) file-remote) (not parallel-in-background))
                       ";"
                     "&"))
 	 (stuff-it

[-- Attachment #3: shell.el.diff --]
[-- Type: text/plain, Size: 1568 bytes --]

diff --git a/lisp/shell.el b/lisp/shell.el
index f046d7830e..ca8cc60c9c 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -727,11 +727,28 @@ shell
                (null explicit-shell-file-name)
                (null (getenv "ESHELL")))
           (set (make-local-variable 'explicit-shell-file-name)
-               (expand-file-name
+               ;;(expand-file-name ;; add c: to /bin/sh
                 (file-local-name
                  (read-file-name
-                  "Remote shell path: " default-directory shell-file-name
-                  t shell-file-name)))))))
+                  "Remote shell path: "
+                  (concat (file-remote-p default-directory) "/")
+                  (cadr (assoc
+                        'tramp-remote-shell
+                        (assoc (file-remote-p default-directory 'method) tramp-methods)))
+                  t
+                  (cadr (assoc
+                        'tramp-remote-shell
+                        (assoc (file-remote-p default-directory 'method) tramp-methods)))
+                  ))
+                ;;)
+                )
+        ;; need to be improved. It just works for /bin/sh
+        (set (make-local-variable 'explicit-sh-args)
+             (cadr (assoc
+                   'tramp-remote-shell-args
+                   (assoc (file-remote-p default-directory 'method) tramp-methods)))
+             )
+        )))

   ;; The buffer's window must be correctly set when we call comint
   ;; (so that comint sets the COLUMNS env var properly).

^ permalink raw reply related	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-06 15:18     ` Shuguang Sun
@ 2018-01-06 18:51       ` Michael Albinus
  2018-01-07  4:52         ` Shuguang Sun
  0 siblings, 1 reply; 25+ messages in thread
From: Michael Albinus @ 2018-01-06 18:51 UTC (permalink / raw)
  To: Shuguang Sun; +Cc: 29149

Shuguang Sun <shuguang@gmail.com> writes:

> Dear all,

Hi,

> I have a patch to shell.el and dired-aux.el which 
> 1. to use the tramp-remote-shell and tramp-remote-shell-args (in
> shell.el)
> 2. remove the "start /b" in dired-do-shell-command (in dired-aux.el)

Thanks for this! However, I believe we should not use tramp-remote-shell
and tramp-remote-shell-args in shell.el. The better approach would be to
use connection-local variables. Have you read the section "Running
‘shell’ on a remote host" in the Tramp manual, chapter
(info "(tramp) Remote processes") ?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-06 18:51       ` Michael Albinus
@ 2018-01-07  4:52         ` Shuguang Sun
  2018-01-07 12:44           ` Michael Albinus
  2018-01-13 17:37           ` Michael Albinus
  0 siblings, 2 replies; 25+ messages in thread
From: Shuguang Sun @ 2018-01-07  4:52 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 29149

[-- Attachment #1: Type: text/plain, Size: 1962 bytes --]

Hi Michael,



On Sun, Jan 7, 2018 at 2:51 AM, Michael Albinus <michael.albinus@gmx.de>
wrote:

> Shuguang Sun <shuguang@gmail.com> writes:
>
> > Dear all,
>
> Hi,
>
> > I have a patch to shell.el and dired-aux.el which
> > 1. to use the tramp-remote-shell and tramp-remote-shell-args (in
> > shell.el)
> > 2. remove the "start /b" in dired-do-shell-command (in dired-aux.el)
>
> Thanks for this! However, I believe we should not use tramp-remote-shell
> and tramp-remote-shell-args in shell.el. The better approach would be to
> use connection-local variables. Have you read the section "Running
> ‘shell’ on a remote host" in the Tramp manual, chapter
> (info "(tramp) Remote processes") ?
>

Here I focus on the connection from Windows local to linux remote

1. For the shell command:
The setting below from 6.5.2 does make the shell command work.
  (connection-local-set-profile-variables
   'remote-bash
   '((explicit-shell-file-name . "/bin/bash")
     (explicit-bash-args . ("-i"))))

It must specify the explicit-shell-file-name. Otherwise, once the code in
function shell trying to set explicit-shell-file-name sill has bugs:
1.1 expand-file-name will add c:/ to the shell-file name because the local
is windows
1.2 the default directory for read-file-name is better to use
(file-remote-p default-directory) "/" than default-directory
"/path/path/..."

Otherwise this part of code is not necessary.

2. 6.5.3 Running ‘shell-command’ on a remote host or other section can't
solve "start /b" issue. It is introduced by dired-do-shell-command (in
dired-aux.el). It checks w32-shell for local environment and then add "start
/b" to the command. However if it is in a tramp dir (e.g. linux server),
the command with "start /b" will be transpose to remote handler. The linux
shell can't understand it.
If Windows to Windows connection will not meet this issue.



>
> Best regards, Michael.
>

[-- Attachment #2: Type: text/html, Size: 3275 bytes --]

^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-07  4:52         ` Shuguang Sun
@ 2018-01-07 12:44           ` Michael Albinus
  2018-01-13 17:37           ` Michael Albinus
  1 sibling, 0 replies; 25+ messages in thread
From: Michael Albinus @ 2018-01-07 12:44 UTC (permalink / raw)
  To: Shuguang Sun; +Cc: 29149

Shuguang Sun <shuguang@gmail.com> writes:

> Hi Michael,

Hi Shuguang,

> Here I focus on the connection from Windows local to linux remote
>
> 1. For the shell command:
> The setting below from 6.5.2 does make the shell command work.
>   (connection-local-set-profile-variables
>    'remote-bash
>    '((explicit-shell-file-name . "/bin/bash")
>      (explicit-bash-args . ("-i"))))
>
> It must specify the explicit-shell-file-name. Otherwise, once the code
> in function shell trying to set explicit-shell-file-name sill has
> bugs:
> 1.1 expand-file-name will add c:/ to the shell-file name because the
> local is windows
> 1.2 the default directory for read-file-name is better to use
> (file-remote-p default-directory) "/" than default-directory
> "/path/path/..."
>
> Otherwise this part of code is not necessary.
>
> 2. 6.5.3 Running ‘shell-command’ on a remote host or other section
> can't solve "start /b" issue. It is introduced by
> dired-do-shell-command (in dired-aux.el). It checks w32-shell for
> local environment and then add "start /b" to the command. However if
> it is in a tramp dir (e.g. linux server), the command with "start /b"
> will be transpose to remote handler. The linux shell can't understand
> it.

Next days, I will hijack a Windows machine, and try to reproduce the
problem, and check your proposed patch.

> If Windows to Windows connection will not meet this issue.

???

In this case, Tramp is not involved.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-07  4:52         ` Shuguang Sun
  2018-01-07 12:44           ` Michael Albinus
@ 2018-01-13 17:37           ` Michael Albinus
  2018-01-13 19:21             ` Eli Zaretskii
  2018-01-25 12:01             ` Shuguang Sun
  1 sibling, 2 replies; 25+ messages in thread
From: Michael Albinus @ 2018-01-13 17:37 UTC (permalink / raw)
  To: Shuguang Sun; +Cc: 29149

Shuguang Sun <shuguang@gmail.com> writes:

> Hi Michael,

Hi Shuguang,

> Here I focus on the connection from Windows local to linux remote

Finally, I was able to test on a Windows machine.

> 1.1 expand-file-name will add c:/ to the shell-file name because the
> local is windows

Yes. However, your patch (commenting expand-file-name) does not look
proper. I've committed another patch, changing the order
expand-file-name and file-local-name are called. This fixes this.

> 1.2 the default directory for read-file-name is better to use
> (file-remote-p default-directory) "/" than default-directory
> "/path/path/..."

I don't see why. Could you pls explain?

> 2. 6.5.3 Running ‘shell-command’ on a remote host or other section
> can't solve "start /b" issue. It is introduced by
> dired-do-shell-command (in dired-aux.el). It checks w32-shell for
> local environment and then add "start /b" to the command. However if
> it is in a tramp dir (e.g. linux server), the command with "start /b"
> will be transpose to remote handler. The linux shell can't understand
> it.

Yes. Your patch is OK, so I've applied it.

Everything committed to the master branch. Could you, pls, check?

Since both patches are simple, they could also be backported to the
emacs-26 branch. Eli, could you pls advice me whether I shall do?

Best regards, Michael.





^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-13 17:37           ` Michael Albinus
@ 2018-01-13 19:21             ` Eli Zaretskii
  2018-01-14  9:05               ` Michael Albinus
  2018-01-25 12:01             ` Shuguang Sun
  1 sibling, 1 reply; 25+ messages in thread
From: Eli Zaretskii @ 2018-01-13 19:21 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 29149, shuguang

> From: Michael Albinus <michael.albinus@gmx.de>
> Cc: Eli Zaretskii <eliz@gnu.org>,  29149@debbugs.gnu.org
> Date: Sat, 13 Jan 2018 18:37:25 +0100
> 
> Since both patches are simple, they could also be backported to the
> emacs-26 branch. Eli, could you pls advice me whether I shall do?

It's okay to back-port these to the release branch.

Thanks.





^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-13 19:21             ` Eli Zaretskii
@ 2018-01-14  9:05               ` Michael Albinus
  0 siblings, 0 replies; 25+ messages in thread
From: Michael Albinus @ 2018-01-14  9:05 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 29149, shuguang

Eli Zaretskii <eliz@gnu.org> writes:

>> Since both patches are simple, they could also be backported to the
>> emacs-26 branch. Eli, could you pls advice me whether I shall do?
>
> It's okay to back-port these to the release branch.

I've cherry-picked them from master.

> Thanks.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-13 17:37           ` Michael Albinus
  2018-01-13 19:21             ` Eli Zaretskii
@ 2018-01-25 12:01             ` Shuguang Sun
  2018-01-25 12:30               ` Michael Albinus
  1 sibling, 1 reply; 25+ messages in thread
From: Shuguang Sun @ 2018-01-25 12:01 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 29149

[-- Attachment #1: Type: text/plain, Size: 1922 bytes --]

Thanks Micahel,

Now it works!



On Sun, Jan 14, 2018 at 1:37 AM, Michael Albinus <michael.albinus@gmx.de>
wrote:

> Shuguang Sun <shuguang@gmail.com> writes:
>
> > Hi Michael,
>
> Hi Shuguang,
>
> > Here I focus on the connection from Windows local to linux remote
>
> Finally, I was able to test on a Windows machine.
>
> > 1.1 expand-file-name will add c:/ to the shell-file name because the
> > local is windows
>
> Yes. However, your patch (commenting expand-file-name) does not look
> proper. I've committed another patch, changing the order
> expand-file-name and file-local-name are called. This fixes this.
>
> > 1.2 the default directory for read-file-name is better to use
> > (file-remote-p default-directory) "/" than default-directory
> > "/path/path/..."
>
> I don't see why. Could you pls explain?
>
If we well set the shell via connection-local-set-profile-variables which
measn there is explicit-shell-file-name, it will not prompt the directory.

For example as in the manual:
  (connection-local-set-profile-variables
   'remote-bash
   '((explicit-shell-file-name . "/bin/bash")
     (explicit-bash-args . ("-i"))
     ))



> > 2. 6.5.3 Running ‘shell-command’ on a remote host or other section
> > can't solve "start /b" issue. It is introduced by
> > dired-do-shell-command (in dired-aux.el). It checks w32-shell for
> > local environment and then add "start /b" to the command. However if
> > it is in a tramp dir (e.g. linux server), the command with "start /b"
> > will be transpose to remote handler. The linux shell can't understand
> > it.
>
> Yes. Your patch is OK, so I've applied it.
>
> Everything committed to the master branch. Could you, pls, check?
>
> Since both patches are simple, they could also be backported to the
> emacs-26 branch. Eli, could you pls advice me whether I shall do?
>
> Best regards, Michael.
>

[-- Attachment #2: Type: text/html, Size: 2914 bytes --]

^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-25 12:01             ` Shuguang Sun
@ 2018-01-25 12:30               ` Michael Albinus
  2018-01-25 14:25                 ` Shuguang Sun
  0 siblings, 1 reply; 25+ messages in thread
From: Michael Albinus @ 2018-01-25 12:30 UTC (permalink / raw)
  To: Shuguang Sun; +Cc: 29149-done

Shuguang Sun <shuguang@gmail.com> writes:

> Thanks Micahel,

Hi Shuguang,

> Now it works!

Thanks for testing. So I mark this bug as closed.

>     > 1.2 the default directory for read-file-name is better to use
>     > (file-remote-p default-directory) "/" than default-directory
>     > "/path/path/..."
>
>     I don't see why. Could you pls explain?
>
> If we well set the shell via connection-local-set-profile-variables
> which measn there is explicit-shell-file-name, it will not prompt the
> directory. 
>
> For example as in the manual:
>   (connection-local-set-profile-variables
>    'remote-bash
>    '((explicit-shell-file-name . "/bin/bash")
>      (explicit-bash-args . ("-i"))
>      ))

Hmm. I still don't understand why you want to change
default-directory. Or do you want to say it doesn't matter, when
explicit-shell-file-name is set?

And even in case there is no explicit-shell-file-name set,
read-file-name shall work as expected with the existing default-directory.

Best regards, Michael.





^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-25 12:30               ` Michael Albinus
@ 2018-01-25 14:25                 ` Shuguang Sun
  2018-01-25 14:50                   ` Michael Albinus
  0 siblings, 1 reply; 25+ messages in thread
From: Shuguang Sun @ 2018-01-25 14:25 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 29149-done

[-- Attachment #1: Type: text/plain, Size: 1760 bytes --]

On Thu, Jan 25, 2018 at 8:30 PM, Michael Albinus <michael.albinus@gmx.de>
wrote:

> Shuguang Sun <shuguang@gmail.com> writes:
>
> > Thanks Micahel,
>
> Hi Shuguang,
>
> > Now it works!
>
> Thanks for testing. So I mark this bug as closed.
>
> >     > 1.2 the default directory for read-file-name is better to use
> >     > (file-remote-p default-directory) "/" than default-directory
> >     > "/path/path/..."
> >
> >     I don't see why. Could you pls explain?
> >
> > If we well set the shell via connection-local-set-profile-variables
> > which measn there is explicit-shell-file-name, it will not prompt the
> > directory.
> >
> > For example as in the manual:
> >   (connection-local-set-profile-variables
> >    'remote-bash
> >    '((explicit-shell-file-name . "/bin/bash")
> >      (explicit-bash-args . ("-i"))
> >      ))
>
> Hmm. I still don't understand why you want to change
> default-directory. Or do you want to say it doesn't matter, when
> explicit-shell-file-name is set?
>
From the logic, when explicit-shell-file-name is set, the read-file-name
will not be triggered. So it doesn't matter.

>
> And even in case there is no explicit-shell-file-name set,
> read-file-name shall work as expected with the existing default-directory.
>
If there is no explicit-shell-file-name set when local windows and remote
nix-llike, the read-file-name will
1. put the shell-file-name "c:/..../cmdproxy.exe" after the default
directory in the minibuffer prompt. User has to delete those things.
2. Usually the shell file is more close to root "/" than the the default
directory (which is the HOME or even deeper). User has to delete characters
to the root and then find the shell file.
 User experience may need improvement.


> Best regards, Michael.
>

[-- Attachment #2: Type: text/html, Size: 2835 bytes --]

^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-25 14:25                 ` Shuguang Sun
@ 2018-01-25 14:50                   ` Michael Albinus
  2018-01-26  2:03                     ` Shuguang Sun
  0 siblings, 1 reply; 25+ messages in thread
From: Michael Albinus @ 2018-01-25 14:50 UTC (permalink / raw)
  To: Shuguang Sun; +Cc: 29149-done

Shuguang Sun <shuguang@gmail.com> writes:

Hi Shuguang,

>     And even in case there is no explicit-shell-file-name set,
>     read-file-name shall work as expected with the existing
>     default-directory.
>
> If there is no explicit-shell-file-name set when local windows and
> remote nix-llike, the read-file-name will 
> 1. put the shell-file-name "c:/..../cmdproxy.exeS" after the default
> directory in the minibuffer prompt. User has to delete those things. 
> 2. Usually the shell file is more close to root "/" than the the
> default directory (which is the HOME or even deeper). User has to
> delete characters to the root and then find the shell file.
>  User experience may need improvement.

You get the default in the minibuffer like
"/plink:remotehost:<default-directory><shell-file-name>". The prompt is
between <default-directory> and local <shell-file-name>. You do NOT need
to delete anything from <default-directory>, delete the local
<shell-file-name> by C-k, which must be done anyway. Then, simply type
"/path/to/my/shell" (for example, "/bin/bash"). Note the resulting
double-slash between <default-directory> and what you have typed! This
works due to the electricity of file name completion in the
minibuffer. This is roughly the same as typing the shell file name from
the remote host's root directory.

See also (info "(tramp) File name completion")

Best regards, Michael.





^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-25 14:50                   ` Michael Albinus
@ 2018-01-26  2:03                     ` Shuguang Sun
  2018-01-26 14:37                       ` Richard Stallman
  0 siblings, 1 reply; 25+ messages in thread
From: Shuguang Sun @ 2018-01-26  2:03 UTC (permalink / raw)
  To: Michael Albinus; +Cc: 29149-done

[-- Attachment #1: Type: text/plain, Size: 1626 bytes --]

Hi Michael,

Thank you for your patient explanition. Now it is very clear to me.

On Thu, Jan 25, 2018 at 10:50 PM, Michael Albinus <michael.albinus@gmx.de>
wrote:

> Shuguang Sun <shuguang@gmail.com> writes:
>
> Hi Shuguang,
>
> >     And even in case there is no explicit-shell-file-name set,
> >     read-file-name shall work as expected with the existing
> >     default-directory.
> >
> > If there is no explicit-shell-file-name set when local windows and
> > remote nix-llike, the read-file-name will
> > 1. put the shell-file-name "c:/..../cmdproxy.exeS" after the default
> > directory in the minibuffer prompt. User has to delete those things.
> > 2. Usually the shell file is more close to root "/" than the the
> > default directory (which is the HOME or even deeper). User has to
> > delete characters to the root and then find the shell file.
> >  User experience may need improvement.
>
> You get the default in the minibuffer like
> "/plink:remotehost:<default-directory><shell-file-name>". The prompt is
> between <default-directory> and local <shell-file-name>. You do NOT need
> to delete anything from <default-directory>, delete the local
> <shell-file-name> by C-k, which must be done anyway. Then, simply type
> "/path/to/my/shell" (for example, "/bin/bash"). Note the resulting
> double-slash between <default-directory> and what you have typed! This
> works due to the electricity of file name completion in the
> minibuffer. This is roughly the same as typing the shell file name from
> the remote host's root directory.
>
> See also (info "(tramp) File name completion")
>
> Best regards, Michael.
>

[-- Attachment #2: Type: text/html, Size: 2305 bytes --]

^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-26  2:03                     ` Shuguang Sun
@ 2018-01-26 14:37                       ` Richard Stallman
  2018-01-26 15:43                         ` Michael Albinus
  0 siblings, 1 reply; 25+ messages in thread
From: Richard Stallman @ 2018-01-26 14:37 UTC (permalink / raw)
  To: Shuguang Sun; +Cc: michael.albinus, 29149-done

[[[ To any NSA and FBI agents reading my email: please consider    ]]]
[[[ whether defending the US Constitution against all enemies,     ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]

Is there a place in our documentation for Michael's patient
explanation?  I'm sure you're not the only user that will benefit from it.

-- 
Dr Richard Stallman
President, Free Software Foundation (https://gnu.org, https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
Skype: No way! See https://stallman.org/skype.html.






^ permalink raw reply	[flat|nested] 25+ messages in thread

* bug#29149: Tramp shell uses local shell setting in windows
  2018-01-26 14:37                       ` Richard Stallman
@ 2018-01-26 15:43                         ` Michael Albinus
  0 siblings, 0 replies; 25+ messages in thread
From: Michael Albinus @ 2018-01-26 15:43 UTC (permalink / raw)
  To: Richard Stallman; +Cc: 29149-done, Shuguang Sun

Richard Stallman <rms@gnu.org> writes:

Hi Richard,

> Is there a place in our documentation for Michael's patient
> explanation?  I'm sure you're not the only user that will benefit from it.

The Tramp manual explains it already, but people tend to ignore that
manual. A good place to explain this special behaviour for remote file
names would be at (info "(emacs) Minibuffer File") .

In the section about interactive shells, this explanation could be
mirrored, or a link to the previous explanation could be added, see
(info "(emacs) Interactive Shell") .

Best regards, Michael.





^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2018-01-26 15:43 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-05  4:10 bug#29149: Tramp shell uses local shell setting in windows Shuguang Sun
2017-11-09  9:27 ` Shuguang Sun
2017-11-11  8:57   ` Eli Zaretskii
2017-11-14 15:44     ` Michael Albinus
2017-11-16  2:20       ` Shuguang Sun
2017-11-17 14:53         ` Michael Albinus
2017-11-20 13:31           ` Michael Albinus
2017-11-25 15:26             ` Shuguang Sun
2017-11-11  9:10 ` michael.albinus
2017-11-11 10:11   ` Eli Zaretskii
2017-11-25 18:09   ` Shuguang Sun
2018-01-06 15:18     ` Shuguang Sun
2018-01-06 18:51       ` Michael Albinus
2018-01-07  4:52         ` Shuguang Sun
2018-01-07 12:44           ` Michael Albinus
2018-01-13 17:37           ` Michael Albinus
2018-01-13 19:21             ` Eli Zaretskii
2018-01-14  9:05               ` Michael Albinus
2018-01-25 12:01             ` Shuguang Sun
2018-01-25 12:30               ` Michael Albinus
2018-01-25 14:25                 ` Shuguang Sun
2018-01-25 14:50                   ` Michael Albinus
2018-01-26  2:03                     ` Shuguang Sun
2018-01-26 14:37                       ` Richard Stallman
2018-01-26 15:43                         ` Michael Albinus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).