From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jonathan Groll Newsgroups: gmane.emacs.help Subject: Re: How to stop TRAMP from asking for sudo password on every startup? Date: Thu, 17 Apr 2008 13:21:13 +0200 Message-ID: <20080417112113.GA19413@groll.co.za> References: <13255b91-560c-4244-a536-29ce2b79fd2f@t54g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208431334 23751 80.91.229.12 (17 Apr 2008 11:22:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Apr 2008 11:22:14 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Jason Rumney Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 17 13:22:46 2008 connect(): Connection refused 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 1JmSCT-0001Yy-JT for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Apr 2008 13:22:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmSBo-0004WL-9H for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Apr 2008 07:22:04 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JmSB6-0004WC-Fx for help-gnu-emacs@gnu.org; Thu, 17 Apr 2008 07:21:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JmSB1-0004Uv-Gh for help-gnu-emacs@gnu.org; Thu, 17 Apr 2008 07:21:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JmSB1-0004Ul-Ak for help-gnu-emacs@gnu.org; Thu, 17 Apr 2008 07:21:15 -0400 Original-Received: from mail.groll.co.za ([67.18.176.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JmSB1-0005nI-1O for help-gnu-emacs@gnu.org; Thu, 17 Apr 2008 07:21:15 -0400 Original-Received: by mail.groll.co.za (Postfix, from userid 1004) id 488171C59F1; Thu, 17 Apr 2008 13:21:13 +0200 (SAST) Content-Disposition: inline In-Reply-To: <13255b91-560c-4244-a536-29ce2b79fd2f@t54g2000hsg.googlegroups.com> User-Agent: Mutt/1.5.13 (Linux mail 2.6.18.8-domU-linode7 i686) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:53351 Archived-At: On Wed, Apr 16, 2008 at 08:32:53AM -0700, Jason Rumney wrote: > On Apr 16, 9:45 am, Jonathan Groll wrote: > > > This problem seems to have > > started after I opened some buffers with /sudo::/ , from what I can > > tell there is nothing in my .emacs or custom.el actively starting > > tramp. > > Do you use desktop.el or some other package that saves state between > sessions? Aha! You've set me on the right track, it was: (require 'recentf) (recentf-mode 1) Many thanks, Jonathan.