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: Thu, 17 Jul 2008 20:31:10 +0100 Message-ID: <87r69s2tq9.fsf@DEBLAP1.BeNet> References: <87mykmii58.fsf@DEBLAP1.BeNet> <8763r919w1.fsf@DEBLAP1.BeNet> <87mykkshcp.fsf@DEBLAP1.BeNet> <87iqv81aox.fsf@DEBLAP1.BeNet> <87hcap2zzf.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 1216323680 8105 80.91.229.12 (17 Jul 2008 19:41:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jul 2008 19:41:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 17 21:42:08 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 1KJZMc-0002nC-DR for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jul 2008 21:42:06 +0200 Original-Received: from localhost ([127.0.0.1]:54389 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJZLj-0005rx-Qs for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jul 2008 15:41:11 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news1.google.com!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: Thu, 17 Jul 2008 14:31:10 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:eWVxIUD4koRLADk2JXxM6w71X7A= Original-Lines: 37 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-Er0Gs1prs0vAklcmcbNZtxhLQW3shtH3nExW1aFEDRcb8zXo8kF94q9Yji+O9DBzmbfzR31c9mkcHF+!NBiV390K/7zX2JaqHCIhSNCuwdFuVeT0Hs2wBDbl6v2Jw5qGlMFI 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:160330 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:55679 Archived-At: Joe Bloggs writes: > 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 also have another problem with tramp (2.1.13).. > when I start up emacs 22.2.1 tramp immediately asks me if I want to > connect to the remote machine. If I say yes and the machine is turned on > then it connects and I can then continue using emacs as normal. However, > if I say no, or the remote machine is turned off then my .emacs is not > loaded and I get a blank start screen (but can continue to use emacs without > my customizations). Fixed the problem with tramp asking me to connect on emacs startup. I removed all of the old tramp files (previous version).