On Di, 2013-01-29 at 15:06 +0100, Michael Albinus wrote:
Ailin Nemui <ailin.nemui(a)gmail.com> writes:
> First of all, thanks to you all for the hard work of updating the
> XEmacks package. Unfortunately, I have the following issue trying to use
> the new tramp package:
Should be fixed now in the Tramp XEmacs Package Repository.
I have updated the package but I still get the error :-(
void is not nil so it will scream, that's my reading. you either need to
(defvar ... nil) the symbols or maybe you want to check boundp instead?
--Lisp error: (void-variable tramp-gw-tunnel-method)
(and tramp-gw-tunnel-method tramp-gw-socks-method (string-match (format
"^\\(%s\\|%s\\)$" tramp-gw-tunnel-method ...
(if (and tramp-gw-tunnel-method tramp-gw-socks-method (string-match ... ...)) (let (...
...) (unless ... ...) ...
(when (and tramp-gw-tunnel-method tramp-gw-socks-method (string-match ... ...)) (let
(... ...) (unless ... ...) ...
(let ((target-alist ...) (hops ...) (item vec) choices proxy) (dolist (proxy ...) (let
... ... ... ...)) (when ...
tramp-compute-multi-hops(["scpc" nil "myhost" "" nil])
Take care and keep up the good work,
Nei
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta