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: Sun, 30 Jul 2006 23:46:41 +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 1154296047 20372 80.91.229.2 (30 Jul 2006 21:47:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 30 Jul 2006 21:47:27 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 30 23:47:22 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 1G7J7z-0004sX-Ar for ged-emacs-devel@m.gmane.org; Sun, 30 Jul 2006 23:47:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7J7y-0005o9-K9 for ged-emacs-devel@m.gmane.org; Sun, 30 Jul 2006 17:47:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7J7o-0005o3-Lj for emacs-devel@gnu.org; Sun, 30 Jul 2006 17:47:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7J7m-0005nq-Q6 for emacs-devel@gnu.org; Sun, 30 Jul 2006 17:47:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7J7m-0005nn-Ik for emacs-devel@gnu.org; Sun, 30 Jul 2006 17:47:02 -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 1G7JAI-0000yZ-Qf for emacs-devel@gnu.org; Sun, 30 Jul 2006 17:49:39 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1G7J7b-0004pj-Bl for emacs-devel@gnu.org; Sun, 30 Jul 2006 23:46:51 +0200 Original-Received: from p54a537cd.dip0.t-ipconnect.de ([84.165.55.205]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Jul 2006 23:46:51 +0200 Original-Received: from angeli by p54a537cd.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 30 Jul 2006 23:46:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 23 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: p54a537cd.dip0.t-ipconnect.de Cancel-Lock: sha1:jqhtGdnRtNcVyMqb4s8XRwXjRvk= 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:57820 Archived-At: * Eli Zaretskii (2006-07-30) writes: > Yes, see etc/DEBUG. We have special commands (defined in .gdbinit) to > print Lisp objects. I've always been wondering how you use .gdbinit under Windows because there is no executable in the src directory. And if I try to source .gdbinit from gdb I get the backtrace Debugger entered--Lisp error: (wrong-type-argument stringp nil) string-match("//+" nil) gud-find-file(nil) gdb-set-hollow() gdb-prompt("") gud-gdba-marker-filter([...]) apply([...]) gud-marker-filter([...]) gud-filter(# [...]) as soon as I type "run". -- Ralf