From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.help Subject: Tramp / process has died Date: Sat, 24 Nov 2007 23:07:10 +0000 Message-ID: <639837CF-4C8B-4BDE-970C-3BF8DCACCF5C@gmail.com> Reply-To: david.reitter@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v915) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1195945663 7011 80.91.229.12 (24 Nov 2007 23:07:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 24 Nov 2007 23:07:43 +0000 (UTC) To: emacs-help gnu gnu Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 25 00:07:49 2007 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 1Iw46F-00050T-Ma for geh-help-gnu-emacs@m.gmane.org; Sun, 25 Nov 2007 00:07:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw460-0005ew-Rk for geh-help-gnu-emacs@m.gmane.org; Sat, 24 Nov 2007 18:07:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iw45m-0005dU-C8 for help-gnu-emacs@gnu.org; Sat, 24 Nov 2007 18:07:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iw45l-0005cK-DZ for help-gnu-emacs@gnu.org; Sat, 24 Nov 2007 18:07:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iw45l-0005c8-Am for help-gnu-emacs@gnu.org; Sat, 24 Nov 2007 18:07:17 -0500 Original-Received: from ug-out-1314.google.com ([66.249.92.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iw45k-0000Yb-TV for help-gnu-emacs@gnu.org; Sat, 24 Nov 2007 18:07:17 -0500 Original-Received: by ug-out-1314.google.com with SMTP id a2so803076ugf for ; Sat, 24 Nov 2007 15:07:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:content-type:content-transfer-encoding:reply-to:subject:mime-version:date:x-mailer; bh=9DBNfs2vaxgn2JZbgyHTGoA/0jgJ/u5ocJoW6eMpxUI=; b=nybvutDo9fZYWEByfyG7ApH9nhAGMs8GpOPaftrGgccUCc4vYeHLBhjPOxj0UCPnFxu9n+HpHpoB5ex4hqAP9JOZMOqYjVPtAxvVblgE6eOLsJ1KISfngNBAWxWquOMs4x9MU0sS8xn2wfb9KkkiHgO68GpY+o2lpq32Nbg6jJ4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=received:message-id:from:to:content-type:content-transfer-encoding:reply-to:subject:mime-version:date:x-mailer; b=McffZrhlBtUFXMF4pgFSntxm83xnzGYaX2axfw7/s4dYplpBbfPIOe5TSX77xm6VynnxWTPayRnGtlYf4fM65L+MqQuLHID5AYUAx9xUKJc77QmlgugoA+mI41oraOXzF/oFsKmv3WX7FHmSh0nEmjaejG9mxTXC2g6BDFYvGa8= Original-Received: by 10.66.220.12 with SMTP id s12mr590258ugg.1195945635451; Sat, 24 Nov 2007 15:07:15 -0800 (PST) Original-Received: from localhost ( [129.215.212.186]) by mx.google.com with ESMTPS id b23sm22540gvc.2007.11.24.15.07.13 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 24 Nov 2007 15:07:14 -0800 (PST) X-Mailer: Apple Mail (2.915) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:49486 Archived-At: How can I make tramp reconnect automatically to its ssh connection when it detects that the process "has died"? As a laptop users, my network connection will occasionally break down, so it's perfectly normal for an SSH connection to be terminated. I would want tramp to react appropriately and rebuild the connection when necessary. Can this be done? Thanks - D