emacs-devel
[Top][All Lists]
Advanced

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

Re: Symbol's function definition is void: tramp-parse-connection-propert


From: Michael Albinus
Subject: Re: Symbol's function definition is void: tramp-parse-connection-properties
Date: Thu, 09 Sep 2010 15:27:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Eric Hanchrow <address@hidden> writes:

> I just built emacs from git (commit
> cf590f2c78b6ff5f6676cfc91ab075be697f1dd6; I don't know the
> corresponding ID for bzr).  The commit's log message begins
>
>     Migrate to Tramp 2.2.  Rearrange load dependencies.
>     (Bug#1529, Bug#5448, Bug#5705)
>
> Anyway, I started emacs like this
>
>           /usr/local/src/emacs-trunk/src/emacs -Q -l ido --eval '(ido-mode 1)'
>
> Then I typed C-x d / u, and got this error (actually I didn't notice
> the error until I did M-x toggle-debug-on-error RET):
>
> Debugger entered--Lisp error: (void-function 
> tramp-parse-connection-properties)

Oops, yes. I haven't seen it during test (I don't use ido), sorry. The
following patch fixes this for me:

--8<---------------cut here---------------start------------->8---
*** /home/albinus/src/tramp/lisp/tramp-cache.el.~2.58~  2010-09-09 
15:03:12.991010159 +0200
--- /home/albinus/src/tramp/lisp/tramp-cache.el 2010-09-09 14:54:49.000000000 
+0200
***************
*** 357,362 ****
--- 357,363 ----
             (remove-hook 'kill-emacs-hook
                          'tramp-dump-connection-properties)))

+ ;;;###tramp-autoload
  (defun tramp-parse-connection-properties (method)
    "Return a list of (user host) tuples allowed to access for METHOD.
  This function is added always in `tramp-get-completion-function'
--8<---------------cut here---------------end--------------->8---

I've committed it to the (bzr) repository. After applying `make' you
must also apply `make autoloads' in the lisp directory, because
tramp-loaddefs.el must be regenerated.

Best regards, Michael.



reply via email to

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