From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Scott Evans Newsgroups: gmane.emacs.devel Subject: Re: TNT not working reliably in Emacs Date: Sun, 1 Jan 2006 12:03:29 -0800 (PST) Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: sea.gmane.org 1136145835 12937 80.91.229.2 (1 Jan 2006 20:03:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Jan 2006 20:03:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 01 21:03:51 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Et9Qd-0006Fm-Sr for ged-emacs-devel@m.gmane.org; Sun, 01 Jan 2006 21:03:44 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Et9SB-0005Hn-4O for ged-emacs-devel@m.gmane.org; Sun, 01 Jan 2006 15:05:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Et9S1-0005HM-Vd for emacs-devel@gnu.org; Sun, 01 Jan 2006 15:05:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Et9S0-0005G2-UZ for emacs-devel@gnu.org; Sun, 01 Jan 2006 15:05:09 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Et9S0-0005Fj-JD for emacs-devel@gnu.org; Sun, 01 Jan 2006 15:05:08 -0500 Original-Received: from [207.246.139.40] (helo=oontz.dissonant.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Et9Su-0000hh-RT; Sun, 01 Jan 2006 15:06:05 -0500 Original-Received: from localhost (gse@localhost) by oontz.dissonant.org (8.11.6/8.11.6) with ESMTP id k01K3TV11536; Sun, 1 Jan 2006 12:03:29 -0800 X-X-Sender: gse@oontz.dissonant.org Original-To: "Richard M. Stallman" In-Reply-To: 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:48605 Archived-At: On Sat, 31 Dec 2005, Richard M. Stallman wrote: > I've not yet tried a proxy to see if the server is responding > in the unsuccessful cases. > > It would be very useful to find a way of determining exactly what the > server sends back. Then we would know for certain whether the data is > lost inside Emacs. > > If it is, we could add some debugging code to log everything inside the > relevant asynchronous Emacs code, and that way we could fix the bug. That would certainly be good. I'll look into proxying over the next week or two and see what I can find. gse