help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: problem: `tramp-list-tramp-buffers` missing emacs 24.1.50.1 ?


From: Tassilo Horn
Subject: Re: problem: `tramp-list-tramp-buffers` missing emacs 24.1.50.1 ?
Date: Thu, 05 Jul 2012 16:00:44 +0200
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

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 via email to

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