From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Bloggs Newsgroups: gmane.emacs.help Subject: Re: gdb with tramp problem Date: Wed, 16 Jul 2008 17:52:50 +0100 Message-ID: <87fxq93h5p.fsf@DEBLAP1.BeNet> References: <87mykmii58.fsf@DEBLAP1.BeNet> <8763r919w1.fsf@DEBLAP1.BeNet> <87mykkshcp.fsf@DEBLAP1.BeNet> <87iqv81aox.fsf@DEBLAP1.BeNet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216230045 6418 80.91.229.12 (16 Jul 2008 17:40:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 16 Jul 2008 17:40:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jul 16 19:41:33 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KJB0O-0004xx-76 for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Jul 2008 19:41:32 +0200 Original-Received: from localhost ([127.0.0.1]:37413 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJAzV-0006Jk-G0 for geh-help-gnu-emacs@m.gmane.org; Wed, 16 Jul 2008 13:40:37 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Wed, 16 Jul 2008 11:52:50 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:7DCW1vwJs+zYE7juPl6Nn5+2Y+M= Original-Lines: 31 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-Rol9boRKmREarY4GJRCY0xoPKhVSdjlDUOtR9Jo7ARQzHuZ17skaKfLO/zElwLS7qMTeuuHdlHQrRK6!w6DEQCmqbmHYne9ioO9u/5vlnku3OZSLtL2Kw4SZVeVICbfhOtwW Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Original-Xref: news.stanford.edu gnu.emacs.help:160296 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55645 Archived-At: Michael Albinus writes: > Joe Bloggs writes: > >> locate-library gives "~/.emacs.d/tramp" > > Oops, that is just the persistency file, and not the code. I would > expect the location of tramp.el as answer. > > Anyway, I believe you have installed Tramp with Emacs 21 being > active. That's why tramp-gw.el hasn't been installed. And now it is > missing in Emacs 22. > > You might fix it when you go to the directory where you have untarred > Tramp. Then try the following: > > make clean > ./configure --with-emacs=emacs22 > make > make install > > I assume, that "emacs22" runs Emacs 22 :-) > > Best regards, Michael. I did as you said, and I now get the correct buffer for the remote source interacting with gud. I can set breakpoints in the source buffer and the red dot appears in the margin. However, there is no indication of the current line of execution, even when I step (C-x C-a C-n) from within the source buffer. Also I dont see any tooltips after setting gud-tooltip-mode (I have checked gud-tooltip-modes to ensure c-mode is included).