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("/[EMAIL PROTECTED]/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("/[EMAIL PROTECTED]/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.


_______________________________________________
Tramp-devel mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/tramp-devel

Reply via email to