From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Emacs geometry Date: Tue, 01 Aug 2006 06:16:24 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1154402209 16084 80.91.229.2 (1 Aug 2006 03:16:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 1 Aug 2006 03:16:49 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Aug 01 05:16:47 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 1G7kkK-0007NU-Cf for ged-emacs-devel@m.gmane.org; Tue, 01 Aug 2006 05:16:40 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7kkJ-0006HK-QA for ged-emacs-devel@m.gmane.org; Mon, 31 Jul 2006 23:16:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7kk8-0006H6-Ux for emacs-devel@gnu.org; Mon, 31 Jul 2006 23:16:28 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7kk4-0006Ei-6s for emacs-devel@gnu.org; Mon, 31 Jul 2006 23:16:27 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7kk4-0006Ef-24 for emacs-devel@gnu.org; Mon, 31 Jul 2006 23:16:24 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7kmr-0000mu-Ie for emacs-devel@gnu.org; Mon, 31 Jul 2006 23:19:17 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-83-130-251-139.inter.net.il [83.130.251.139]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id EHW11153 (AUTH halo1); Tue, 1 Aug 2006 06:16:21 +0300 (IDT) Original-To: Ralf Angeli In-reply-to: (message from Ralf Angeli on Mon, 31 Jul 2006 23:37:37 +0200) 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:57899 Archived-At: > From: Ralf Angeli > Date: Mon, 31 Jul 2006 23:37:37 +0200 > > (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. It does for me. What version of GDB are you using, and where did you download it from? > 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'. Yes.