tramp-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

chmod, chgrp, etc... inside dired over tramp


From: Gilles Pion
Subject: chmod, chgrp, etc... inside dired over tramp
Date: Mon, 3 Sep 2007 10:01:49 -0700 (PDT)

Using GNU Emacs 22.1.1 (sparc-sun-solaris2.9, X toolkit) 
Using tramp version 2.1.10

I'm pretty sure this worked with older versions:

Inside a dired buffer of a remote directory over tramp, using any function
on a file (like chmod (M), chgrp (G), etc) gives:

apply: Symbol's function definition is void: tramp-handle-call-process

Backtrace:

Debugger entered--Lisp error: (void-function tramp-handle-call-process)
  tramp-handle-call-process("chgrp" nil t nil "aa" "sysadm")
  apply(tramp-handle-call-process ("chgrp" nil t nil "aa" "sysadm"))
  (setq ad-return-value (apply (quote tramp-handle-call-process) (nconc ...
args)))
  (cond ((eq fnh ...) (setq ad-return-value ...)) ((eq fnh ...) (setq
ad-return-value ...)) (t (setq ad-return-value ...)))
  (let ((fnh ...)) (cond (... ...) (... ...) (t ...)))
  (let (ad-return-value) (let (...) (cond ... ... ...)) ad-return-value)
  call-process("chgrp" nil t nil "aa" "sysadm")
  apply(call-process "chgrp" nil t nil ("aa" "sysadm"))
  dired-call-process("chgrp" nil "aa" "sysadm")
  apply(dired-call-process ("chgrp" nil "aa" "sysadm"))
  tramp-run-real-handler(dired-call-process ("chgrp" nil "aa" "sysadm"))
  tramp-sh-file-name-handler(dired-call-process "chgrp" nil "aa" "sysadm")
  apply(tramp-sh-file-name-handler dired-call-process ("chgrp" nil "aa"
"sysadm"))
  tramp-file-name-handler(dired-call-process "chgrp" nil "aa" "sysadm")
  apply(tramp-file-name-handler dired-call-process "chgrp" nil ("aa"
"sysadm"))
  dired-call-process("chgrp" nil "aa" "sysadm")
  apply(dired-call-process "chgrp" nil ("aa" "sysadm"))
  dired-check-process("chgrp aa" "chgrp" "aa" "sysadm")
  apply(dired-check-process ("chgrp aa" "chgrp" "aa" "sysadm"))
  dired-bunch-files(10000 dired-check-process ("chgrp aa" "chgrp" "aa")
("sysadm"))
  dired-do-chxxx("Group" "chgrp" chgrp nil)
  dired-do-chgrp(nil)
  call-interactively(dired-do-chgrp)

--
Gilles
-- 
View this message in context: 
http://www.nabble.com/chmod%2C-chgrp%2C-etc...-inside-dired-over-tramp-tf4373216.html#a12464970
Sent from the Gnu - Tramp - Dev mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]