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: Mon, 31 Jul 2006 06:17:39 +0300 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1154315875 26752 80.91.229.2 (31 Jul 2006 03:17:55 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 31 Jul 2006 03:17:55 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 31 05:17:53 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 1G7OHw-0005J7-QK for ged-emacs-devel@m.gmane.org; Mon, 31 Jul 2006 05:17:53 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7OHw-00025g-5B for ged-emacs-devel@m.gmane.org; Sun, 30 Jul 2006 23:17:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7OHm-000254-J3 for emacs-devel@gnu.org; Sun, 30 Jul 2006 23:17:42 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7OHl-00024b-66 for emacs-devel@gnu.org; Sun, 30 Jul 2006 23:17:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7OHk-00024X-QH for emacs-devel@gnu.org; Sun, 30 Jul 2006 23:17:40 -0400 Original-Received: from [192.114.186.73] (helo=heller.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7OKK-0002g5-E0 for emacs-devel@gnu.org; Sun, 30 Jul 2006 23:20:20 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-29-149.inter.net.il [80.230.29.149]) by heller.inter.net.il (MOS 3.7.3a-GA) with ESMTP id ACU11405 (AUTH halo1); Mon, 31 Jul 2006 06:17:37 +0300 (IDT) Original-To: Ralf Angeli In-reply-to: (message from Ralf Angeli on Sun, 30 Jul 2006 23:46:41 +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:57830 Archived-At: > From: Ralf Angeli > Date: Sun, 30 Jul 2006 23:46:41 +0200 > > I've always been wondering how you use .gdbinit under Windows because > there is no executable in the src directory. >>From the command line: gdb ../bin/emacs.exe (or similar, if emacs.exe is not in src/../bin on your system). > 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". I'm guessing that you run GDB via "M-x gdba". In that case, this could be a bug in gdb-ui.el, although when I try that now, I cannot reproduce this problem. Does it happen to you with "emacs -Q"?