From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Quanah Gibson-Mount Newsgroups: gmane.emacs.bugs Subject: Re: Emacs 22.0.50 and suspending while logged into another system Date: Thu, 12 Oct 2006 17:05:27 -0700 Message-ID: <1E5FB7317D3446621F967468@SW-90-717-287-3.stanford.edu> References: <8280DD5F2B999CA0254744A3@SW-90-717-287-3.stanford.edu> <4F415D926268CBCF51A50DCF@deus-ex.stanford.edu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1160697936 17966 80.91.229.2 (13 Oct 2006 00:05:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Oct 2006 00:05:36 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Oct 13 02:05:33 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 1GYAYJ-0001Ss-5k for geb-bug-gnu-emacs@m.gmane.org; Fri, 13 Oct 2006 02:05:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYAYI-0005bS-OH for geb-bug-gnu-emacs@m.gmane.org; Thu, 12 Oct 2006 20:05:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GYAYF-0005bD-Ak for bug-gnu-emacs@gnu.org; Thu, 12 Oct 2006 20:05:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GYAYD-0005a3-JD for bug-gnu-emacs@gnu.org; Thu, 12 Oct 2006 20:05:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GYAYD-0005Zc-3C for bug-gnu-emacs@gnu.org; Thu, 12 Oct 2006 20:05:21 -0400 Original-Received: from [171.67.20.25] (helo=smtp2.stanford.edu) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GYAgV-0005sJ-Kv; Thu, 12 Oct 2006 20:13:55 -0400 Original-Received: from smtp2.stanford.edu (localhost.localdomain [127.0.0.1]) by localhost (Postfix) with SMTP id 34AD94C8CD; Thu, 12 Oct 2006 17:05:17 -0700 (PDT) Original-Received: from SW-90-717-287-3.stanford.edu (SW-90-717-287-3.Stanford.EDU [171.66.155.86]) by smtp2.stanford.edu (Postfix) with ESMTP id 169FC4C302; Thu, 12 Oct 2006 17:05:17 -0700 (PDT) Original-To: rms@gnu.org In-Reply-To: X-Mailer: Mulberry/4.0.6 (Win32) Content-Disposition: inline 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:15369 Archived-At: --On Thursday, October 12, 2006 11:02 AM -0400 Richard Stallman wrote: > I'd be happy to, if you can provide some explicit steps to take with > gdb to gather the information you have requested. > > I am too overloaded to do this myself, but how to use GDB is > not a secret. You could order the GDB manual on paper from fsf.org > or else download its source code. I understand the basics of using GDB (Setting break points, printing variables, etc). What I'm not clear on, is what specific data from the init_sys_modes funtion you want. Here's some data, which may or may not be useful to you: When entering the function: (gdb) print tty $1 = {main = {c_iflag = 777708, c_oflag = 0, c_cflag = 0, c_lflag = 0, c_cc = '\0' }} (gdb) print tty.main $2 = {c_iflag = 777708, c_oflag = 0, c_cflag = 0, c_lflag = 0, c_cc = '\0' } (gdb) print Vtty_erase_char $11 = 3139585 After exiting emacs_set_tty: (gdb) print tty $30 = {main = {c_iflag = 10243, c_oflag = 1, c_cflag = 189, c_lflag = 2609, c_cc = "\a\a\177\025\001", '\0' }} (gdb) print tty.main $31 = {c_iflag = 10243, c_oflag = 1, c_cflag = 189, c_lflag = 2609, c_cc = "\a\a\177\025\001", '\0' } and my TERM setting is: TERM=vt100 --Quanah -- Quanah Gibson-Mount Principal Software Developer ITS/Shared Application Services Stanford University GnuPG Public Key: http://www.stanford.edu/~quanah/pgp.html