help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gdb with tramp problem


From: Joe Bloggs
Subject: Re: gdb with tramp problem
Date: Mon, 14 Jul 2008 21:18:38 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Michael Albinus <michael.albinus@gmx.de> writes:

> Joe Bloggs <who@cares.invalid> 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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]