From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ralf Angeli Newsgroups: gmane.emacs.devel Subject: Re: Emacs geometry Date: Mon, 31 Jul 2006 23:37:37 +0200 Organization: nil 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 1154382074 1891 80.91.229.2 (31 Jul 2006 21:41:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Jul 2006 21:41:14 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 31 23:41:11 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 1G7fVF-0007h9-Sb for ged-emacs-devel@m.gmane.org; Mon, 31 Jul 2006 23:40:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7fVF-0007pF-E5 for ged-emacs-devel@m.gmane.org; Mon, 31 Jul 2006 17:40:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7fUr-0007Wt-GH for emacs-devel@gnu.org; Mon, 31 Jul 2006 17:40:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7fUp-0007T9-Du for emacs-devel@gnu.org; Mon, 31 Jul 2006 17:40:20 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7fUp-0007Sv-AC for emacs-devel@gnu.org; Mon, 31 Jul 2006 17:40:19 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G7fXZ-0003dt-F1 for emacs-devel@gnu.org; Mon, 31 Jul 2006 17:43:09 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1G7fU2-0007Mt-Pn for emacs-devel@gnu.org; Mon, 31 Jul 2006 23:39:30 +0200 Original-Received: from p54a5108f.dip0.t-ipconnect.de ([84.165.16.143]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Jul 2006 23:39:30 +0200 Original-Received: from angeli by p54a5108f.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 31 Jul 2006 23:39:30 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 30 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p54a5108f.dip0.t-ipconnect.de Cancel-Lock: sha1:nXmOAmYg4zOu6a4cg9mkjF/oOc8= 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:57880 Archived-At: * Eli Zaretskii (2006-07-31) writes: > `pr' is tricky; I'm guessing that the Windows pipe emulation on the > Emacs side and the console output on the GDB side don't work together > well enough for `pr' to work from within Emacs. (`pr' does work for > me if I invoke GDB from the Command Prompt window outside Emacs.) Use > `xtype' to see the type and xint, xsymbol, xcar, etc., according to > what xtype prints, to see the value. Phew, finally! (c: (gdb) p Fassq (Qtop, f->param_alist) $1 = 23713793 (gdb) xtype Lisp_Symbol (gdb) xsymbol $2 = (struct Lisp_Symbol *) 0x169d800 "nil" (gdb) That was done withing a MinGW shell. `pr' isn't working in that shell either. Now as there doesn't seem to be anything in f->param_alist regarding top or left I guess we can go for `initial-frame-alist'. I'll look at the problems with gud.el as soon as I find time for it. -- Ralf