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: How to stop TRAMP from asking for sudo password on every startup? Date: Wed, 16 Apr 2008 10:45:36 +0200 Message-ID: <20080416084536.GG3811@groll.co.za> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1208358788 25651 80.91.229.12 (16 Apr 2008 15:13:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Apr 2008 15:13:08 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 16 17:13:36 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 1Jm96z-00078r-Cc for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Apr 2008 16:59:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jm96K-0001zV-I3 for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Apr 2008 10:59:08 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jm3Gv-0002Kz-GB for help-gnu-emacs@gnu.org; Wed, 16 Apr 2008 04:45:41 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jm3Gt-0002KZ-Sj for help-gnu-emacs@gnu.org; Wed, 16 Apr 2008 04:45:41 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jm3Gt-0002KW-N9 for help-gnu-emacs@gnu.org; Wed, 16 Apr 2008 04:45:39 -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 1Jm3Gt-0000OY-F1 for help-gnu-emacs@gnu.org; Wed, 16 Apr 2008 04:45:39 -0400 Original-Received: by mail.groll.co.za (Postfix, from userid 1004) id CEA1F1C59F1; Wed, 16 Apr 2008 10:45:36 +0200 (SAST) Content-Disposition: inline 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-Mailman-Approved-At: Wed, 16 Apr 2008 10:58:43 -0400 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:53333 Archived-At: Is there a customisation option to stop TRAMP from asking for the sudo password upon launching emacs? Sometimes I don't want to do any sudo edits, but it still asks every time. 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. Many thanks, Jonathan.