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: Is the Cygw32 port ready for testing? Date: Wed, 17 Oct 2012 17:42:29 +0200 Message-ID: <83obk12jh6.fsf@gnu.org> References: <507B404C.8050602@cornell.edu> <507B4A96.6000804@dancol.org> <507B6404.8080103@cornell.edu> <507B68BD.2050409@dancol.org> <83pq4j4pwi.fsf@gnu.org> <507C64EF.5040209@cornell.edu> <507C659A.2020409@dancol.org> <507C8096.2090003@dancol.org> <507C8180.8010601@cornell.edu> <507C81EA.1000502@dancol.org> <507D5FD0.4060403@cornell.edu> <83zk3m2s31.fsf@gnu.org> <87sj9d68j1.fsf@uwakimon.sk.tsukuba.ac.jp> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1350488621 2651 80.91.229.3 (17 Oct 2012 15:43:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 17 Oct 2012 15:43:41 +0000 (UTC) Cc: dancol@dancol.org, kbrown@cornell.edu, emacs-devel@gnu.org To: "Stephen J. Turnbull" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 17 17:43:45 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TOVmZ-0005gc-M1 for ged-emacs-devel@m.gmane.org; Wed, 17 Oct 2012 17:43:43 +0200 Original-Received: from localhost ([::1]:37751 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOVmS-00049z-O7 for ged-emacs-devel@m.gmane.org; Wed, 17 Oct 2012 11:43:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53506) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOVmG-000454-Q8 for emacs-devel@gnu.org; Wed, 17 Oct 2012 11:43:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TOVm6-0005pX-8A for emacs-devel@gnu.org; Wed, 17 Oct 2012 11:43:24 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:40835) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TOVm6-0005o9-04 for emacs-devel@gnu.org; Wed, 17 Oct 2012 11:43:14 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0MC100A00NKY8900@a-mtaout22.012.net.il> for emacs-devel@gnu.org; Wed, 17 Oct 2012 17:42:15 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MC10090YNMFBKE0@a-mtaout22.012.net.il>; Wed, 17 Oct 2012 17:42:15 +0200 (IST) In-reply-to: <87sj9d68j1.fsf@uwakimon.sk.tsukuba.ac.jp> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:154381 Archived-At: > From: "Stephen J. Turnbull" > Cc: Ken Brown , > dancol@dancol.org, > emacs-devel@gnu.org > Date: Wed, 17 Oct 2012 13:13:06 +0900 > > Eli Zaretskii writes: > > > Reading symbols from /home/kbrown/src/emacs/test-w32/src/temacs.exe...done. > > > warning: File "/home/kbrown/src/emacs/test-w32/src/.gdbinit" > > > auto-loading has been declined by your `auto-load safe-path' set > > > to "$debugdir:$datadir/auto-load". > > > > If you want to debug Emacs conveniently, you need to take care of that > > "warning", because you do need GDB to load .gdbinit. > > "source .gdbinit" will do the trick. But is very annoying, especially when you say "gdb --args ./emacs ..." and expect the initial setup to work right from the start. There are better solutions.