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: Unwanted undo-boundary Date: Sun, 14 Feb 2010 06:14:54 +0200 Message-ID: <83tytkxxkx.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1266121039 2657 80.91.229.12 (14 Feb 2010 04:17:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 14 Feb 2010 04:17:19 +0000 (UTC) Cc: monnier@iro.umontreal.ca, johan.rejeep@gmail.com, emacs-devel@gnu.org To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 14 05:17:07 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NgVur-0003CV-UQ for ged-emacs-devel@m.gmane.org; Sun, 14 Feb 2010 05:17:06 +0100 Original-Received: from localhost ([127.0.0.1]:41712 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgVur-0001oo-7m for ged-emacs-devel@m.gmane.org; Sat, 13 Feb 2010 23:17:05 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NgVul-0001oj-Rl for emacs-devel@gnu.org; Sat, 13 Feb 2010 23:16:59 -0500 Original-Received: from [140.186.70.92] (port=41231 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NgVul-0001ob-95 for emacs-devel@gnu.org; Sat, 13 Feb 2010 23:16:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NgVui-0002FZ-PA for emacs-devel@gnu.org; Sat, 13 Feb 2010 23:16:59 -0500 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:34858) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NgVui-0002FS-Hu for emacs-devel@gnu.org; Sat, 13 Feb 2010 23:16:56 -0500 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0KXT00K00D5D0D00@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Sun, 14 Feb 2010 06:16:55 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.67.249]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KXT00JS9D86JS20@a-mtaout22.012.net.il>; Sun, 14 Feb 2010 06:16:55 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) 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:121108 Archived-At: > From: Lennart Borgman > Date: Sun, 14 Feb 2010 01:30:21 +0100 > Cc: Johan Andersson , > Emacs-Devel devel > > I just did a fresh checkout and tried "gdb emacs" but got: > > .gdbinit:23: Error in sourced command file: > No symbol table is loaded. Use the "file" command. > > Is this expected? No. Does it help to say "gdb emacs.exe" instead? (Btw, I assume you actually did something like "gdb /path/to/emacs.exe", like, for example, "gdb ./oo-spd/i386/emacs", because normally emacs.exe is not in the src subdirectory, where you find .gdbinit.)