Michael Albinus <michael.albinus(a)gmx.de> writes:
Adrian Aichner <adrian(a)xemacs.org> writes:
Hi Adrian,
sorry for being late, but finding an MS Windows machine for testing is
always a hassle to me.
> When I try to open
> /[sshx/adrian(a)www.xemacs.org]/etc/named/xemacs/db.xemacs
> I now get:
>
> c:\[sshx\adrian@www.xemacs.org]\etc\named\xemacs\: no such directory
> The directory containing c:\[sshx\adrian@www.xemacs.org]\etc\named\xemacs\db.xemacs
does not exist. Create? (y or n) No
Does the following patch helps?
Hi Michael, thanks for looking into this problem.
Yes, this fixes the problem for me!
I tested this as follows:
Install XEmacs package
tramp 1.33
again (the one with the problem)
Reproduce the problem after loading tramp.el
Patch tramp.el and byte-compile it.
Start a new XEmacs and access the path documented above.
Best regards!
Adrian
Best regards, Michael.
*** /home/albinus/src/xemacs/packages/xemacs-packages/tramp/lisp/tramp.el 2006-08-29
06:37:56.000000000 +0200
--- /home/albinus/src/tramp-stable/lisp/tramp.el 2006-10-17 21:31:23.000000000 +0200
***************
*** 4463,4469 ****
"Checks whether method / user name / host name completion is active."
(cond
(tramp-completion-mode t)
! ((not tramp-unified-filenames) t)
((string-match "^/.*:.*:$" file) nil)
((string-match
(concat tramp-prefix-regexp
--- 4463,4469 ----
"Checks whether method / user name / host name completion is active."
(cond
(tramp-completion-mode t)
! ; ((not tramp-unified-filenames) t)
((string-match "^/.*:.*:$" file) nil)
((string-match
(concat tramp-prefix-regexp
_______________________________________________
Tramp-devel mailing list
Tramp-devel(a)gnu.org
http://lists.gnu.org/mailman/listinfo/tramp-devel
--
Adrian Aichner
mailto:adrian@xemacs.org
http://www.xemacs.org/
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-beta