tramp-devel
[Top][All Lists]
Advanced

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

still no go with tramp


From: Tim Connors
Subject: still no go with tramp
Date: Sun, 4 Jan 2004 01:00:03 +1100 (EST)

On my home machine with recently updated xemacs to Debian's Sid
(21.4-patch 14), I can no longer get tramp to work.

I have tried a couple of version from CVS.

This is my backtrace (the rsyncfsh is a method I will post next - but it
still fails in the same way for rsync/inline ssh, etc):

Signaling: (file-error "Opening directory" "No such file or directory"
"/[rsyncfsh/")
  signal(file-error ("Opening directory" "No such file or directory"
"/[rsyncfsh/"))
  (condition-case data (progn (set-buffer-major-mode buf) (set-buffer buf)
(erase-buffer) (condition-case nil ... ...) (unless buffer-file-truename
...) (setq buffer-file-number number) (and find-file-use-truenames ...)
(setq default-directory ...) (and ... ...) (if rawfile nil ... ...)) (t
(kill-buffer buf) (signal ... ...)))
  (save-excursion (setq buf (create-file-buffer filename)) (condition-case
data (progn ... ... ... ... ... ... ... ... ... ...) (t ... ...)))
  (if buf (or nowarn (verify-visited-file-modtime buf) (cond ... ... ...))
(save-excursion (setq buf ...) (condition-case data ... ...)))
  (let* ((buf ...) (truename ...) (number ...) (error nil)) (when (and buf
... ...) (save-excursion ... ...)) (if buf (or nowarn ... ...)
(save-excursion ... ...)) buf)
  (if (file-directory-p filename) (if (and ... find-file-run-dired)
(dired-noselect ...) (error "%s is a directory" filename)) (let* (... ...
... ...) (when ... ...) (if buf ... ...) buf))

find-file-noselect("/address@hidden/home/office/tconnors/magellanic/work/flag")
  (switch-to-buffer (find-file-noselect filename))
  (if codesys (let (...) (switch-to-buffer ...)) (switch-to-buffer
(find-file-noselect filename)))

find-file("/address@hidden/home/office/tconnors/magellanic/work/flag"
nil)
  call-interactively(find-file)


-- 
TimC -- http://astronomy.swin.edu.au/staff/tconnors/
A bug in the code is worth two in the documentation.




reply via email to

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