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: Wed, 02 Aug 2006 06:19:51 +0300 Message-ID: References: <17614.38808.894701.994641@kahikatea.snap.net.nz> <17614.49648.394913.738327@kahikatea.snap.net.nz> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1154488817 12115 80.91.229.2 (2 Aug 2006 03:20:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 2 Aug 2006 03:20:17 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 02 05:20:15 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 1G87HC-00022k-7b for ged-emacs-devel@m.gmane.org; Wed, 02 Aug 2006 05:20:06 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G87HB-0001Nf-He for ged-emacs-devel@m.gmane.org; Tue, 01 Aug 2006 23:20:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G87Gz-0001Mo-0y for emacs-devel@gnu.org; Tue, 01 Aug 2006 23:19:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G87Gx-0001Ja-7L for emacs-devel@gnu.org; Tue, 01 Aug 2006 23:19:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G87Gx-0001JN-4L for emacs-devel@gnu.org; Tue, 01 Aug 2006 23:19:51 -0400 Original-Received: from [192.114.186.20] (helo=nitzan.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G87Jy-0006Si-LM for emacs-devel@gnu.org; Tue, 01 Aug 2006 23:22:58 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-136-117.inter.net.il [84.228.136.117]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id EIB35967 (AUTH halo1); Wed, 2 Aug 2006 06:19:47 +0300 (IDT) Original-To: Ralf Angeli In-reply-to: (message from Ralf Angeli on Tue, 01 Aug 2006 19:55:32 +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:57973 Archived-At: > From: Ralf Angeli > Date: Tue, 01 Aug 2006 19:55:32 +0200 > > > You still need to arrange for GDB to see the source. You can also do this by > > adding the path to the source with the `dir' command. > > GDB (or gud.el, I haven't checked) doesn't have a problem finding the > source on my system. Probably because the source location is recorded in the debug info within the executable.