From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: Linux emacs 22.1 + tramp: 2.1.12: tramp completion does not work for me. Date: Wed, 26 Mar 2008 20:44:53 +0100 Message-ID: <87bq51fex6.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206560668 32753 80.91.229.12 (26 Mar 2008 19:44:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2008 19:44:28 +0000 (UTC) Cc: emacs mailing list To: Michal Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 26 20:44:59 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JebY4-0007n1-Jj for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Mar 2008 20:44:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JebXT-0001dW-Cg for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Mar 2008 15:43:59 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JebWz-0001Vb-Qm for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 15:43:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JebWv-0001Tg-9W for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 15:43:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JebWv-0001Tb-2a for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 15:43:25 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JebWu-0002Mt-9H for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 15:43:24 -0400 Original-Received: (qmail invoked by alias); 26 Mar 2008 19:43:21 -0000 Original-Received: from p57A2093B.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.9.59] by mail.gmx.net (mp018) with SMTP; 26 Mar 2008 20:43:21 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19GYcBbzNVGCQfCLZ5miZWG1kepTxyA2Q2qGE0+jU iJh47mApWCmv1Z In-Reply-To: (Michal's message of "Wed, 26 Mar 2008 16:37:09 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:52720 Archived-At: Michal writes: > Hallo group members. Hi, > C-x C-f /s > Click on a completion to select it. > In this buffer, type to select the completion near point. > > Possible completions are: > sbin/ sys/ > selinux/ srv/ > > ...no ssh:, scp:... present... > > My tramp configuration is: > (setq pp-tramp-dir "/emacs-packages-22/tramp-2.1.12") > (add-to-list 'load-path (concat pp-tramp-dir "/lisp")) > > (let ((partial-completion-mode t)) > (require 'tramp)) > > (setq password-cache-expiry nil) Unfortunately, it doesn't work as described in the Tramp manual. Partial completion must be enabled permanently: (add-to-list 'load-path "~/src/tramp/lisp") (partial-completion-mode t) (require 'tramp) > I wonder if it can be the fact that I do not use built in tramp 2.0.55 > from emacs 22.1. No, that's not related. > Regards, > Michal Best regards, Michael.