Gilbert Grosdidier <[EMAIL PROTECTED]> 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. _______________________________________________ Tramp-devel mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/tramp-devel
