From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Martin =?iso-8859-1?Q?L=FCthi?=" Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: 23.0.50; Tramp blocks Emacs when unconnected to server Date: Tue, 18 Sep 2007 02:49:41 +0000 Message-ID: <87ejgwy9fe.fsf@vaw.baug.ethz.ch> Reply-To: luethi@vaw.baug.ethz.ch NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1190088037 26011 80.91.229.12 (18 Sep 2007 04:00:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Sep 2007 04:00:37 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 18 06:00:36 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IXUGK-0007Uk-88 for ged-emacs-devel@m.gmane.org; Tue, 18 Sep 2007 06:00:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXUGJ-00023x-0R for ged-emacs-devel@m.gmane.org; Tue, 18 Sep 2007 00:00:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IXTAn-00030f-SE for emacs-devel@gnu.org; Mon, 17 Sep 2007 22:50:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IXTAm-00030M-AT for emacs-devel@gnu.org; Mon, 17 Sep 2007 22:50:49 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IXTAm-00030J-6j for emacs-devel@gnu.org; Mon, 17 Sep 2007 22:50:48 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXTAm-0000cL-4u for emacs-devel@gnu.org; Mon, 17 Sep 2007 22:50:48 -0400 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IXTAF-0006ba-Lq for emacs-pretest-bug@gnu.org; Mon, 17 Sep 2007 22:50:15 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1IXTAi-0000bx-9e for emacs-pretest-bug@gnu.org; Mon, 17 Sep 2007 22:50:47 -0400 Original-Received: from smtp.ee.ethz.ch ([129.132.2.219]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1IXTAh-0000X5-Vs for emacs-pretest-bug@gnu.org; Mon, 17 Sep 2007 22:50:44 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by smtp.ee.ethz.ch (Postfix) with ESMTP id 0CD89D934A for ; Tue, 18 Sep 2007 04:49:45 +0200 (MEST) X-Virus-Scanned: by amavisd-new on smtp.ee.ethz.ch Original-Received: from smtp.ee.ethz.ch ([127.0.0.1]) by localhost (.ee.ethz.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id FdF2+5PfQLUM for ; Tue, 18 Sep 2007 04:49:44 +0200 (MEST) Original-Received: from yak (84-75-45-147.dclient.hispeed.ch [84.75.45.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.ee.ethz.ch (Postfix) with ESMTP id 73A96D933F for ; Tue, 18 Sep 2007 04:49:44 +0200 (MEST) X-Detected-Kernel: Solaris 8 (1) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) X-Mailman-Approved-At: Mon, 17 Sep 2007 23:59:48 -0400 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:79168 gmane.emacs.pretest.bugs:19916 Archived-At: Hi A major annoyance of Tramp is that it blocks Emacs when the server is not reachable. The symptoms are o open file on remote host with Tramp, edit, save o disconnect from network (like: get laptop sleeping, reconnect somewhere else) o close buffer visiting the remote file The last action (closing the buffer) is not possible, and Emacs blocks for a long time. C-g stops the unsuccessful communication attempt. However it should be possible to close the buffer without interaction with the remote server. In GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, GTK+ Version 2.11.6) of 2007-09-16 on yak Windowing system distributor `The X.Org Foundation', version 11.0.10300000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: en_US value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.iso-8859-1 locale-coding-system: iso-8859-1 default-enable-multibyte-characters: t Major mode: Text Minor modes in effect: shell-dirtrack-mode: t which-function-mode: t show-paren-mode: t display-time-mode: t display-battery-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent input: M-x v m g q M-x m e n u b m Recent messages: Decoding MIME message... done Mark set Parsing BBDB... (frobnicating...done) 79 messages, 0 new, 0 unread, 0 deleted Checking for new mail for /home/tinu/projects/mail/INBOX... Loading vm-crypto...done No new mail for /home/tinu/projects/mail/INBOX Quitting... Menu-Bar mode enabled Loading emacsbug...done