all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Albinus <michael.albinus@gmx.de>
To: Eric Hanchrow <eric.hanchrow@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: Symbol's function definition is void: tramp-parse-connection-properties
Date: Thu, 09 Sep 2010 15:27:20 +0200	[thread overview]
Message-ID: <87aanrujwn.fsf@gmx.de> (raw)
In-Reply-To: AANLkTikG0qCFu7dXe=vA=M2TASdnG7H_WPru+b5ZVxAa@mail.gmail.com

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.



           reply	other threads:[~2010-09-09 13:27 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <AANLkTikG0qCFu7dXe=vA=M2TASdnG7H_WPru+b5ZVxAa@mail.gmail.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87aanrujwn.fsf@gmx.de \
    --to=michael.albinus@gmx.de \
    --cc=emacs-devel@gnu.org \
    --cc=eric.hanchrow@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.