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: Mon, 14 Jul 2008 21:18:38 +0100 Message-ID: <87iqv81aox.fsf@DEBLAP1.BeNet> References: <87mykmii58.fsf@DEBLAP1.BeNet> <8763r919w1.fsf@DEBLAP1.BeNet> <87mykkshcp.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 1216068130 14192 80.91.229.12 (14 Jul 2008 20:42:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2008 20:42:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jul 14 22:42:58 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 1KIUsp-00079P-82 for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Jul 2008 22:42:55 +0200 Original-Received: from localhost ([127.0.0.1]:36565 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIUrx-0001mv-7R for geh-help-gnu-emacs@m.gmane.org; Mon, 14 Jul 2008 16:42:01 -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: Mon, 14 Jul 2008 15:18:39 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:D8qEvMcxiHOW2wQXGU5tZ4s/5/I= Original-Lines: 51 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-vcXGTuCNnTK+yW6seIOFw9stOht65OFeqagMzjNr4q0iYho8INMM0DqIckP4Bs23DoA/fqSirtkvo4j!D0KJC7Xm2lRwrI18/9L28zBTWQ+RFJJlt5pIEm9gGL0g7mbjcN5a 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:160220 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:55570 Archived-At: Michael Albinus writes: > Joe Bloggs writes: > >> Does that mean I need to upgrade to Emacs > 22.2 to get it work properly? >> If so can you give me any tips on tranferring packages, setting load-path, etc. >> I have 22.2 installed but don't use it as I have had some problems: >> >> An error has occurred while loading `/home/me/.emacs': >> >> File error: Cannot open load file, tramp-gw > > tramp-gw.el belongs to Tramp 2.1. Could you, please, check your Tramp > installation? Which Tramp version do you have installed, and where? > You might check it via "C-h v tramp-version RET" and > "M-x locate-library RET tramp RET". > >> thanks. > > Best regards, Michael. tramp-version = 2.1.13 (I recently upgraded from 2.0.?) locate-library gives "~/.emacs.d/tramp" the contents of which are: ((["ssh" "me" "remotemachine" nil] ("uname" "Linux 2.6.20-15-generic") ("test" "test") ("/bin" t) ("/usr/bin" t) ("/usr/sbin" t) ("/usr/local/bin" t) ("/local/bin" nil) ("/local/freeware/bin" nil) ("/local/gnu/bin" nil) ("/usr/freeware/bin" nil) ("/usr/pkg/bin" nil) ("/usr/contrib/bin" nil) ("remote-path" ("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin")) ("remote-shell" "/bin/sh") ("ls" "/bin/ls") ("file-exists" "test -e") ("stat" "\\stat") ("id" "/usr/bin/id") ("gid-integer" 1000) ("perl" "\\perl") ("local-encoding" base64-encode-region) ("local-decoding" base64-decode-region) ("remote-encoding" tramp-perl-encode-with-module) ("remote-decoding" tramp-perl-decode-with-module)))