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: Wed, 11 Oct 2006 14:50:45 -0400 Message-ID: References: <8280DD5F2B999CA0254744A3@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 1160592702 8328 80.91.229.2 (11 Oct 2006 18:51:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 11 Oct 2006 18:51:42 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Oct 11 20:51:41 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 1GXjAi-0001hk-4v for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Oct 2006 20:51:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXjAh-0006Ia-O0 for geb-bug-gnu-emacs@m.gmane.org; Wed, 11 Oct 2006 14:51:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GXjAF-0005nY-3z for bug-gnu-emacs@gnu.org; Wed, 11 Oct 2006 14:50:47 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GXjAE-0005mF-Dr for bug-gnu-emacs@gnu.org; Wed, 11 Oct 2006 14:50:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXjAD-0005ll-Vq for bug-gnu-emacs@gnu.org; Wed, 11 Oct 2006 14:50:46 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GXjIH-0006KW-GX for bug-gnu-emacs@gnu.org; Wed, 11 Oct 2006 14:59:05 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GXjAD-0002QR-4G; Wed, 11 Oct 2006 14:50:45 -0400 Original-To: Quanah Gibson-Mount In-reply-to: <8280DD5F2B999CA0254744A3@SW-90-717-287-3.stanford.edu> (message from Quanah Gibson-Mount on Tue, 10 Oct 2006 15:45:41 -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:15364 Archived-At: Control characters stop being interpreted, and instead show up in the edit buffer text. In addition, foreground emacs does not redraw the screen. I think wrong terminal modes are being installed. Can you investigate using GDB what happens during init_sys_modes?