all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Symbol's function definition is void: tramp-parse-connection-properties
       [not found] <AANLkTikG0qCFu7dXe=vA=M2TASdnG7H_WPru+b5ZVxAa@mail.gmail.com>
@ 2010-09-09 13:27 ` Michael Albinus
  0 siblings, 0 replies; only message in thread
From: Michael Albinus @ 2010-09-09 13:27 UTC (permalink / raw)
  To: Eric Hanchrow; +Cc: emacs-devel

Eric Hanchrow <eric.hanchrow@gmail.com> 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.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-09-09 13:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <AANLkTikG0qCFu7dXe=vA=M2TASdnG7H_WPru+b5ZVxAa@mail.gmail.com>
2010-09-09 13:27 ` Symbol's function definition is void: tramp-parse-connection-properties Michael Albinus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.