From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Carlos Konstanski Newsgroups: gmane.emacs.help Subject: ECB speedbar buffer and tramp Date: Mon, 07 Nov 2016 10:50:54 -0700 Message-ID: <87zilbmb5t.fsf@pippiandcarlos.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1478555336 17797 195.159.176.226 (7 Nov 2016 21:48:56 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 7 Nov 2016 21:48:56 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 07 22:48:53 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c3rmU-0003A2-JX for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Nov 2016 22:48:43 +0100 Original-Received: from localhost ([::1]:56772 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3rmX-0007Be-J3 for geh-help-gnu-emacs@m.gmane.org; Mon, 07 Nov 2016 16:48:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36312) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3og5-0001jv-2B for help-gnu-emacs@gnu.org; Mon, 07 Nov 2016 13:29:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3og1-0004XC-Uo for help-gnu-emacs@gnu.org; Mon, 07 Nov 2016 13:29:53 -0500 Original-Received: from [63.228.66.31] (port=45264 helo=mail.pippiandcarlos.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1c3og1-0004Vi-Nf for help-gnu-emacs@gnu.org; Mon, 07 Nov 2016 13:29:49 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by localhost (Postfix) with ESMTP id 9A509471472 for ; Mon, 7 Nov 2016 10:51:01 -0700 (MST) Original-Received: from mail.pippiandcarlos.com ([127.0.0.1]) by localhost (mail.pippiandcarlos.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id WgSt7sM4YIjm for ; Mon, 7 Nov 2016 10:51:01 -0700 (MST) Original-Received: from sphinkstance (56nat.mystrotv.com [207.93.212.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.pippiandcarlos.com (Postfix) with ESMTPSA id AACA547139A for ; Mon, 7 Nov 2016 10:51:00 -0700 (MST) DKIM-Filter: OpenDKIM Filter v2.10.3 mail.pippiandcarlos.com AACA547139A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pippiandcarlos.com; s=pippiandcarlos.com.private; t=1478541061; bh=mlSPHG53OQOMMsMjdP/dmljJA8i5anuDNKuS0pFrjmE=; h=From:To:Subject:Date; b=es3oPvNwfSuOGxKWjch6eqW1FUDZ7MSxP2iUCc/A6QZr0U6PL82Wcuzw0GoVsh5lq qrfHO7MigvMvXzJTd20R4pnZzCxSisKvgNDM5dgQFee2uSgLvs1374MBOl44uL5v1N Iw7UJ41fNncpx5LZ7Q1Bf6UKpeAp+OgjvyNz7fEs= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 63.228.66.31 X-Mailman-Approved-At: Mon, 07 Nov 2016 16:46:22 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.help:111682 Archived-At: When using ECB and navigating to a remote SSH-accessible file via tramp, the speedbar buffer (or the directories buffer as it may be called) is blank. This message is emmited by ECB: ECB 2.41 - Warning: Source-path element (/ssh:user@server: . /ssh:user@server:) is not accessible - ignored! I wonder if there is some way to make ECB capable of accessing this remote filesystem information. Sincerely, Carlos Konstanski