[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: tramp.el does not compile in tramp 2.0.34
From: |
Kai Großjohann |
Subject: |
Re: tramp.el does not compile in tramp 2.0.34 |
Date: |
Fri, 30 May 2003 17:39:36 +0200 |
User-agent: |
Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) |
Gilbert Grosdidier <address@hidden> writes:
> tramp.el does not compile in tramp 2.0.34:
>
> ---------------
> Byte compile error for /sw/lib/xemacs/xemacs-packages/lisp/tramp/tramp.el:
> (error Keyword argument :localname not one of (:multi-method :method :user
> :host
> :path))
>
> Failed to byte-compile 1 of 9 files
> (tramp.el)
> ---------------
>
> This is inside of defun: tramp-completion-dissect-file-name1
>
> I tried to install tramp under MacOSX 10.2.2, which should not matter.
>
> What's wrong with this ?
>
> I checked it doesn't compile either in tramp 2.0.33.
> I was unable to find neither a fix, nor a workaround.
I changed the defstruct for tramp-file-name. So if your XEmacs was
using the old definition while byte-compiling, then this problem
might have happened. Hm.
Does it work to remove the old tramp.elc file? Then it should pick
up the right defstruct tramp-file-name.
--
This line is not blank.