tramp-devel
[Top][All Lists]
Advanced

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

Re: tramp-1.33 (upstream 2.0.54) XEmacs Pre-Release is broken in XEmacs


From: Adrian Aichner
Subject: Re: tramp-1.33 (upstream 2.0.54) XEmacs Pre-Release is broken in XEmacs
Date: Thu, 19 Oct 2006 22:27:22 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.5-b27 (windows-nt)

Michael Albinus <address@hidden> writes:

> Adrian Aichner <address@hidden> 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/address@hidden/etc/named/xemacs/db.xemacs
>> I now get:
>>
>> c:address@hidden: no such directory
>> The directory containing c:address@hidden 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
> address@hidden
> http://lists.gnu.org/mailman/listinfo/tramp-devel

-- 
Adrian Aichner
 mailto:address@hidden
 http://www.xemacs.org/





reply via email to

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