From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.bugs Subject: Re: Emacs 22.0.50 and suspending while logged into another system Date: Sun, 15 Oct 2006 00:20:36 -0400 Message-ID: References: <8280DD5F2B999CA0254744A3@SW-90-717-287-3.stanford.edu> <4F415D926268CBCF51A50DCF@deus-ex.stanford.edu> <1E5FB7317D3446621F967468@SW-90-717-287-3.stanford.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1160886049 7369 80.91.229.2 (15 Oct 2006 04:20:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 15 Oct 2006 04:20:49 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Oct 15 06:20:47 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GYxUO-0004Lh-KR for geb-bug-gnu-emacs@m.gmane.org; Sun, 15 Oct 2006 06:20:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYxUO-00037k-2i for geb-bug-gnu-emacs@m.gmane.org; Sun, 15 Oct 2006 00:20:40 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYxUM-00037Q-71 for bug-gnu-emacs@gnu.org; Sun, 15 Oct 2006 00:20:38 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYxUL-000379-Ox for bug-gnu-emacs@gnu.org; Sun, 15 Oct 2006 00:20:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYxUL-000375-K6 for bug-gnu-emacs@gnu.org; Sun, 15 Oct 2006 00:20:37 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GYxdA-0006ZQ-GH for bug-gnu-emacs@gnu.org; Sun, 15 Oct 2006 00:29:44 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GYxUK-0007A1-TS; Sun, 15 Oct 2006 00:20:36 -0400 Original-To: Quanah Gibson-Mount In-reply-to: (message from Quanah Gibson-Mount on Fri, 13 Oct 2006 11:52:56 -0700) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15372 Archived-At: In any case, you now have the information on what "tty" contained after it exited from EMACS_SET_TTY, and I'll leave it up to you and the other developers to decide whether or not that data was 'bad' or not. Did you examine that value just before the failure? That is, did it fail just after this call to init_sys_modes? init_sys_modes will be called each time you resume Emacs after suspending; the time that we need to see the value is the time that it fails. It would be good to see the value of tty after EMACS_SET_TTY, and the value of old_tty too.