all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Quanah Gibson-Mount <quanah@stanford.edu>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: Emacs 22.0.50 and suspending while logged into another system
Date: Thu, 12 Oct 2006 17:05:27 -0700	[thread overview]
Message-ID: <1E5FB7317D3446621F967468@SW-90-717-287-3.stanford.edu> (raw)
In-Reply-To: <E1GY25F-0007o6-8A@fencepost.gnu.org>



--On Thursday, October 12, 2006 11:02 AM -0400 Richard Stallman 
<rms@gnu.org> 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' <repeats 18 times>}}

(gdb) print tty.main
$2 = {c_iflag = 777708, c_oflag = 0, c_cflag = 0, c_lflag = 0, c_cc = '\0' 
<repeats 18 times>}

(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' <repeats 13 times>}}
(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' <repeats 13 times>}



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

  reply	other threads:[~2006-10-13  0:05 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-10 22:45 Emacs 22.0.50 and suspending while logged into another system Quanah Gibson-Mount
2006-10-10 22:51 ` Kim F. Storm
2006-10-10 23:01   ` Quanah Gibson-Mount
2006-10-11 11:52     ` Kim F. Storm
2006-10-11 18:50 ` Richard Stallman
2006-10-11 19:49   ` Quanah Gibson-Mount
2006-10-12 15:02     ` Richard Stallman
2006-10-13  0:05       ` Quanah Gibson-Mount [this message]
2006-10-13 11:19         ` Richard Stallman
2006-10-13 18:52           ` Quanah Gibson-Mount
2006-10-15  4:20             ` Richard Stallman
2006-10-16 22:30               ` Quanah Gibson-Mount
2006-10-16 22:33                 ` Quanah Gibson-Mount
2006-10-17  9:45                 ` Richard Stallman
2006-10-17 11:00                   ` Quanah Gibson-Mount
2006-10-17 18:40                     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1E5FB7317D3446621F967468@SW-90-717-287-3.stanford.edu \
    --to=quanah@stanford.edu \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.