all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: help-gnu-emacs@gnu.org
Subject: Re: problem: `tramp-list-tramp-buffers` missing emacs 24.1.50.1 ?
Date: Thu, 05 Jul 2012 16:00:44 +0200	[thread overview]
Message-ID: <87zk7e5mur.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: CAA+mFXN6gU+DbH_smtMVxVQ9zgieFgo37D3=FoF7+P1YWBipHg@mail.gmail.com

Paul K <mafeuser@gmail.com> writes:

Hi Paul,

> I was invoking this function in one one of my emacs 23 defuns.
>
> Now I get the following:
>
> Debugger entered--Lisp error: (void-function tramp-list-tramp-buffers)
>   (tramp-list-tramp-buffers)
>   eval((tramp-list-tramp-buffers) nil)
>   eval-last-sexp-1(nil)
>   eval-last-sexp(nil)
>   call-interactively(eval-last-sexp nil nil)
>
> The funny thing is that this method still exists in
> /usr/local/share/emacs/24.1.50/lisp/net/tramp-cmds.el.gz.
>
> is it a bug?

I don't think so.  Probably, when you call that function tramp isn't
loaded already.  Place a (require 'tramp-cmds) before the call to
`tramp-list-tramp-buffers'.

Bye,
Tassilo




  reply	other threads:[~2012-07-05 14:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-05 13:05 problem: `tramp-list-tramp-buffers` missing emacs 24.1.50.1 ? Paul K
2012-07-05 14:00 ` Tassilo Horn [this message]
2012-07-05 19:53   ` Michael Albinus
2012-07-10  7:37     ` Paul K
2012-07-05 14:00 ` Peter Dyballa

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=87zk7e5mur.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --cc=help-gnu-emacs@gnu.org \
    /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.