From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: Tramp with GUD broken on trunk? Date: Thu, 12 Jul 2007 23:17:03 +0200 Message-ID: <87hco9e300.fsf@gmx.de> References: <18065.63231.612402.142669@kahikatea.snap.net.nz> <18066.3981.316891.841594@kahikatea.snap.net.nz> <18066.59645.564793.472461@kahikatea.snap.net.nz> <87k5t88258.fsf@gmx.de> <18068.35413.238789.960586@kahikatea.snap.net.nz> <878x9m6825.fsf@gmx.de> <18069.23173.327298.566469@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1184315105 20528 80.91.229.12 (13 Jul 2007 08:25:05 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 13 Jul 2007 08:25:05 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Nick Roberts Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 13 10:25:03 2007 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.50) id 1I9GSV-000221-1S for ged-emacs-devel@m.gmane.org; Fri, 13 Jul 2007 10:25:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9GSU-0006QA-Ec for ged-emacs-devel@m.gmane.org; Fri, 13 Jul 2007 04:25:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I9GRJ-0005gc-BO for emacs-devel@gnu.org; Fri, 13 Jul 2007 04:23:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I9GRH-0005f2-Nl for emacs-devel@gnu.org; Fri, 13 Jul 2007 04:23:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I9GRH-0005eX-Do for emacs-devel@gnu.org; Fri, 13 Jul 2007 04:23:47 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1I9GRG-0004Bh-MC for emacs-devel@gnu.org; Fri, 13 Jul 2007 04:23:47 -0400 Original-Received: (qmail invoked by alias); 12 Jul 2007 21:17:05 -0000 Original-Received: from p57A20279.dip0.t-ipconnect.de (EHLO localhost.local) [87.162.2.121] by mail.gmx.net (mp020) with SMTP; 12 Jul 2007 23:17:05 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX19f4qZMJL9fAp6inF3q9V5481057hmNhmdnqNhgtk ie7o32TeJORJN7 In-Reply-To: (Michael Albinus's message of "Thu, 12 Jul 2007 17:36:45 +0200") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:74717 Archived-At: Michael Albinus writes: > Nick Roberts writes: > >> This looks good. Initially, it wasn't obvious to me how you could use GUD >> with TRAMP. Are you going to document this kind of use in the Tramp >> manual? Then I could link to it from the GUD node in the Emacs manual. > > Yes, I will do this. But just now I'm debugging gud in order to > stabilize the patch. I'm running into problems with perldb; the change > in gud-common-init doesn't seem to be sufficient. Forget this, it was a home-made problem. I've added in the Tramp manual some few words about remote debugging; see "(tramp)Remote processes". Best regards, Michael.