From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dale Sedivec Newsgroups: gmane.emacs.devel Subject: Re: tramp and diff-mode results in Emacs crash Date: Sun, 25 Feb 2007 17:14:38 -0500 Message-ID: <20070225221438.GA16508@morgase.caliginous.net> References: <20070222120757.GA28434@morgase.caliginous.net> <20070223235449.GA29688@morgase.caliginous.net> <20070225052253.GA13725@morgase.caliginous.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1172462878 9751 80.91.229.12 (26 Feb 2007 04:07:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Feb 2007 04:07:58 +0000 (UTC) Cc: Michael Albinus , emacs-devel@gnu.org To: Richard Stallman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 26 05:07:51 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 1HLX9T-0005Po-Ab for ged-emacs-devel@m.gmane.org; Mon, 26 Feb 2007 05:07:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLX9T-0003vo-Ak for ged-emacs-devel@m.gmane.org; Sun, 25 Feb 2007 23:07:51 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HLRdj-0006jd-0M for emacs-devel@gnu.org; Sun, 25 Feb 2007 17:14:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HLRdi-0006i5-8d for emacs-devel@gnu.org; Sun, 25 Feb 2007 17:14:42 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HLRdi-0006hb-2v for emacs-devel@gnu.org; Sun, 25 Feb 2007 17:14:42 -0500 Original-Received: from cpe-071-068-119-253.carolina.res.rr.com ([71.68.119.253] helo=morgase.caliginous.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HLRdh-0005D9-Q3 for emacs-devel@gnu.org; Sun, 25 Feb 2007 17:14:41 -0500 Original-Received: by morgase.caliginous.net (Postfix, from userid 10500) id 9811B480EF; Sun, 25 Feb 2007 17:14:40 -0500 (EST) Original-Received: by morgase.caliginous.net (tmda-sendmail, from uid 10500); Sun, 25 Feb 2007 17:14:40 -0500 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-Primary-Address: darkness@caliginous.net X-Delivery-Agent: TMDA/1.1.10 (Killyloch) X-detected-kernel: Linux 2.6 (newer, 3) X-Mailman-Approved-At: Sun, 25 Feb 2007 23:07:04 -0500 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:66822 Archived-At: On Sun, Feb 25, 2007 at 02:30:37PM -0500, Richard Stallman wrote: > - With Emacs and TRAMP both from Emacs' CVS, TRAMP had a problem that > prevented me from attempting to reproduce the crash. > > That problem is the bug we need to work on. Have you sent a full report > for that bug? If not, please do. > > Once that is fixed, we will see if the other bug still exists. OK, I tried Emacs CVS checked out today, February 25th, at 16:25:45 EST, and TRAMP is working again. I can now reproduce my bug using the same procedure described previously: - ~/software/emacs22/bin/emacs -q - C-x C-f /10.0.1.169:foo.rej RET - C-c C-u I see only "Back to top level." The diff is unmodified by the command. Menus stop working, C-x C-b says "Back to top level." or nothing, C-x b alternates between "S" and "Back to top level." in the minibuffer without ever letting me change buffers, etc. So this bug exists in Emacs from CVS using the included TRAMP 2.0.55. Dale