From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul K Newsgroups: gmane.emacs.help Subject: problem: `tramp-list-tramp-buffers` missing emacs 24.1.50.1 ? Date: Thu, 5 Jul 2012 15:05:33 +0200 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1341493551 24508 80.91.229.3 (5 Jul 2012 13:05:51 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 5 Jul 2012 13:05:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 05 15:05:50 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Smlkj-0006HC-OC for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jul 2012 15:05:49 +0200 Original-Received: from localhost ([::1]:55186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Smlke-0003zg-9s for geh-help-gnu-emacs@m.gmane.org; Thu, 05 Jul 2012 09:05:44 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:38215) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmlkY-0003zX-JO for help-gnu-emacs@gnu.org; Thu, 05 Jul 2012 09:05:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmlkW-0001ML-TB for help-gnu-emacs@gnu.org; Thu, 05 Jul 2012 09:05:38 -0400 Original-Received: from mail-yx0-f169.google.com ([209.85.213.169]:49082) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmlkW-0001Lk-LN for help-gnu-emacs@gnu.org; Thu, 05 Jul 2012 09:05:36 -0400 Original-Received: by yenr5 with SMTP id r5so8620478yen.0 for ; Thu, 05 Jul 2012 06:05:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=4vqpInsPWhcyV+u6spzhcyVRQ0Jo8BvdkRxVqpssqAs=; b=Ve3ty2PRXvRqlJhKxS/+FZ14Ca9bWaqJC1TsaCH6SUzcUqqiTHXKA1e0S6n1uaBrlY UH8R+RhwGDQox8sIdKWHquXr+HIjcr6QOV+TEHHQmfjV+9Fv4oY9ElxS7c3qXKQxIuJR SF8mK5UFhalxZGSBoXiv62zY+mx+MWUAQ+KhpE6wEq7YmqUt0iLsoJdK6MERKsk7KcNY 7sssHEzWAXLb9e15LqPh4OuWcvuZ2aRdbg3p8/nHg+jmfNHDSGxWP3sT3FcBziFGYalt B8EOgInR3tSqeYucwuXm9zWOKEIzmAEtwje7XtkSCqgb6svzvFbGJsiMZsxdt8CFSw6f swyg== Original-Received: by 10.66.83.200 with SMTP id s8mr37244861pay.10.1341493533673; Thu, 05 Jul 2012 06:05:33 -0700 (PDT) Original-Received: by 10.68.51.161 with HTTP; Thu, 5 Jul 2012 06:05:33 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:85675 Archived-At: Hallo People. 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? best regards, Pauls