From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: last try Date: Thu, 07 Nov 2002 10:09:18 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200210012119.g91LJW922045@rum.cs.yale.edu> <200210031553.g93FrwH31218@rum.cs.yale.edu> <200210041559.g94Fx9006880@rum.cs.yale.edu> <5xr8egzom4.fsf@kfs2.cua.dk> <200210240720.g9O7KxV11421@rum.cs.yale.edu> <5xelagp218.fsf@kfs2.cua.dk> <200210251344.g9PDi3W20508@rum.cs.yale.edu> <200210291945.g9TJjlU18481@rum.cs.yale.edu> <200210311803.g9VI3hM30498@rum.cs.yale.edu> <200211020407.gA2472v07516@rum.cs.yale.edu> <200211041455.gA4EtqF23410@rum.cs.yale.edu> <5xadkoriww.fsf@kfs2.cua.dk> <5xbs53uj41.fsf@kfs2.cua.dk> <84pttilh77.fsf@crybaby.uni-duisburg.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1036683448 30998 80.91.224.249 (7 Nov 2002 15:37:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 7 Nov 2002 15:37:28 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189oil-00083j-00 for ; Thu, 07 Nov 2002 16:37:27 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 189orn-0003MD-00 for ; Thu, 07 Nov 2002 16:46:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 189ogK-0000g7-00; Thu, 07 Nov 2002 10:34:56 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189oHb-0001Yw-00 for emacs-devel@gnu.org; Thu, 07 Nov 2002 10:09:23 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189oHW-0001YH-00 for emacs-devel@gnu.org; Thu, 07 Nov 2002 10:09:22 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 189oHW-0001Y8-00 for emacs-devel@gnu.org; Thu, 07 Nov 2002 10:09:18 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 189oHW-0007y5-00; Thu, 07 Nov 2002 10:09:18 -0500 Original-To: kai.grossjohann@uni-duisburg.de In-reply-to: <84pttilh77.fsf@crybaby.uni-duisburg.de> (kai.grossjohann@uni-duisburg.de) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9227 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9227 I'm willing to do whatever seems to be useful. Can anyone tell me what Tramp should do regarding nonlocal exits? Generally speaking, it should use unwind-protect to clean up the state so as to make the state regular again. Precisely when and how that should be done is something only a person familiar with the details of Tramp can say.