From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michal Newsgroups: gmane.emacs.help Subject: Linux emacs 22.1 + tramp: 2.1.12: tramp completion does not work for me. Date: Wed, 26 Mar 2008 16:37:09 +0100 Organization: education Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1206546187 3351 80.91.229.12 (26 Mar 2008 15:43:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2008 15:43:07 +0000 (UTC) To: emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 26 16:43:37 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 1JeXlY-0000Wb-CE for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Mar 2008 16:42:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeXkx-0005Jk-1B for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Mar 2008 11:41:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JeXkh-0005Jf-Kt for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 11:41:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JeXkd-0005JL-R4 for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 11:41:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeXkd-0005JI-OG for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 11:41:19 -0400 Original-Received: from cg-01.tenbit.pl ([213.180.131.136] helo=tenbit.pl) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JeXkd-0002xT-EO for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 11:41:19 -0400 Original-Received: from [157.25.157.162] (account rabbit50 HELO localhost.localdomain) by tenbit.pl (CommuniGate Pro SMTP 4.1.8) with ESMTP id 78303270 for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 16:38:56 +0100 X-MAILER: KMail/1.7.1 User-Agent: mozilla news reader X-detected-kernel: by monty-python.gnu.org: Solaris 8 (1) 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:52706 Archived-At: Hallo group members. Did You experience any problems with it? I do the following. (tramp-get-completion-function "scp"): ((tramp-parse-connection-properties "scp") (tramp-parse-shosts "~/.ssh/known_hosts")) (tramp-get-completion-function "ssh") ((tramp-parse-connection-properties "ssh") (tramp-parse-shosts "~/.ssh/known_hosts")) $ grep 10.102.12.89 ~/.ssh/known_hosts 10.102.12.89 ssh-rsa AAAAB3........ now, when I put: C-x C-f /ssh:10 no completion is present.... or even 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) C-h v tramp-version: tramp-version is a variable defined in `/emacs-packages-22/tramp-2.1.12/lisp/trampver.elc'. Its value is "2.1.12" Have You got idea what might be the reason? I wonder if it can be the fact that I do not use built in tramp 2.0.55 from emacs 22.1. Regards, Michal