From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michal Newsgroups: gmane.emacs.help Subject: emacs 22 + tramp 2.0.55: password caching problem/question. Date: Wed, 26 Mar 2008 13:56:02 +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 1206536490 26485 80.91.229.12 (26 Mar 2008 13:01:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Mar 2008 13:01:30 +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 14:01:58 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 1JeVG1-0003vw-R0 for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Mar 2008 14:01:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeVFQ-00066A-4S for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Mar 2008 09:00:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JeVEq-000646-8V for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 09:00:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JeVEk-00061R-0B for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 09:00:15 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeVEj-00061B-Eb for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 09:00:13 -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 1JeVEj-0004tK-6x for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 09:00:13 -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 78292406 for help-gnu-emacs@gnu.org; Wed, 26 Mar 2008 13:57:45 +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:52702 Archived-At: Hallo Group Members in my ~/.emacs I set: (setq password-cache-expiry nil) I visit remote folder with: /scp:root@10.102.12.89:/etc then emacs asks for password. Since then everytime, when I visit remote directories I do not have to reenter password, but when I try to visit any remote regular file, it ALWAYS asks me for password. Also from "TRAMP version 2.0.55 User Manual" info manual I can read: Implementation Note: password caching is based on the package password.el in No Gnus. For the time being, it is activated only when this package is seen in the `load-path' while loading TRAMP. It will be activated mandatory once No Gnus has found its way into GNU Emacs. but I do not have password.el* file in my system. C-h v gnus-version: gnus-version is a variable defined in `gnus.el'. Its value is "Gnus v5.11" Both gnus and tramp packages used by me are ones provided with emacs 22. Did You experience such problems? regards, Michal