tramp stands for Transparent Remote Access - Multiple Protocols, an Emacs module that allows remote editing of files.

learn more… | top users | synonyms

0
votes
0answers
29 views

emacs shortcuts are not working

I've been trying to get tramp to work for Emacs and was having some problems so I upgraded my Aquamacs to the latest version. Ever since then I've had massive problems with shortcuts. C-x C-f no ...
0
votes
0answers
34 views

Emacs + TRAMP + iCloud (Back to My Mac)

I am using Cocoa Emacs 24.2 (emacs-app from MacPorts) and TRAMP on OS X 10.8.3. I would like to open remote files which are in my other Macs registered to iCloud. I thought that I could do it by using ...
0
votes
0answers
38 views

Accessing remote tags file with Emacs

I use Emacs (run natively in OSX) to edit files (mostly python code) on Ubuntu VMs. I run a VM locally, but also access code on EC2. I recently learned about exuberant-ctags and was able to ...
0
votes
1answer
56 views

How to use emacs tramp to edit remote python file?

I have installed the tramp on my emacs properly. I can use it to edit the remote txt files, however, once I create an *.py file on the remote host and edit it, after I input 2 letters, the whole emacs ...
5
votes
2answers
424 views

Emacs 24.3 for windows, Tramp byte-code: Couldn't find a proper `ls' command

24.2 works well, but 24.3 bounded tramp got following error when open remote Linux system files or directories: "byte-code: Couldn't find a proper `ls' command" I open tramp trace and find that, ...
0
votes
0answers
47 views

Emacs: can't find uname when attempting to connect to remote host with tramp

I'm using emacs 24.3 on OSX and I'm running into some trouble using tramp to connect to remote hosts. Every time I attempt to connect I get the following error: Tramp: Opening connection for ...
0
votes
1answer
54 views

emacs tramp double-hop ssh earlier solutions just dont work

Problem Statement: Connect to machineB (jupiter) via creta@recog.vision.uni-bonn.de. My problem is closest to link 1 below. However, none of the info in the links make it work. To make the matters ...
0
votes
0answers
13 views

pycomplete cant work well in emacs trampmode

I use emacs to edit the file /var/www/cgi-bin/xxx.py , and it does require the root privilege. So i use the tramp mode, and open the python file via this action: C-c C-f /sudo::/path/to/file. After ...
0
votes
0answers
42 views

Emacs-Tramp: Not working properly

I'm trying to use Tramp/Emacs-23 in Ubuntu 12.04 in order to edit the remote host files. My remote host has two step authentication (RSA+Passwd). I use multiplexing through .ssh/config to ensure that ...
0
votes
0answers
42 views

emacs error in tramp mode

I have setup tramp mode with emacs, have been working using that mode for awhile, recently I start getting following error where I am unable to open any files. Loading ...
0
votes
0answers
145 views

[SOLVED]emacs + auto-complete + tramp + file “C:\nppdf32Log\debuglog.txt” into linux home directory = BRAINFUCK [duplicate]

I am facing an annoying problem with emacs 23 and tramp. I use emacs since long time as editor, but have never used something like tramp nor I had the need to use it. Today I configured an ssh ...
0
votes
0answers
48 views

running command on remote machine with tramp?

I opened a file on the remote machine, and typed C-u M-! and then typed tree command. It showed in the buffer: /bin/sh: tree: command not found The tree command is installed into /home/RNAer/bin, ...
3
votes
2answers
143 views

Load remote Lisp files

Maybe it's an unusual case, but I like to connect to a remote computer running Clozure CL AND compiling there some files, which are located on my local desktop. So, what I've achieved by now is to ...
0
votes
1answer
151 views

emacs 24 on windows 7, tramp cannot find plink program

I am trying to use Emacs 24.2 with Tramp on windows 7 to remotely edit files on a linux server. I installed the Putty suit program and OpenSSH. I also placed the plink.exe in the putty suit into the ...
1
vote
1answer
123 views

Emacs dired+tramp, wrong filenames with UTF8

When using tramp+dired first I got this: And I thought I solved it by these lines: (setq tramp-remote-process-environment ()) (add-to-list 'tramp-remote-process-environment "LC_ALL=en_US.utf8" ...
5
votes
1answer
162 views

Bizzarre Emacs Tramp Fix

I was In the middle of editing a file on a remote host and hit C-x C-s, when suddenly Emacs froze. It had been working earlier that day; I'd saved from another buffer in the same session only ten ...
1
vote
2answers
76 views

how to make emacs + egg (git) work with remote files (accessed via ssh)

I have emacs + egg working correctly when accessing repos/dirs/files that are in my local system. Also, opening and editing files via ssh works fine, e.g. ctrl-f ...
2
votes
1answer
112 views

how to disable autosave for tramp buffers in emacs?

autosave for tramp buffers is very annoying, every time it cost dozens of seconds. I can disable it by using Alt-X auto-save-mode, Is there any way I can do to automatic disable it? maybe by using ...
0
votes
0answers
66 views

emacs tramp configure prefix macs os x

for installing tramp of emacs, for configure operation, which prefix should I use? In the tramp's introduction. ./configure --prefix=/usr --with-contrib
0
votes
1answer
124 views

Refresh remote directory in Emacs Tramp Mode

I've been using Tramp mode on my Emacs to edit files remotely. I'm also using ido mode. When I add a new file in the same directory of a file I opened using Tramp, I couldn't get Tramp to find the new ...
0
votes
0answers
77 views

Emacs freezes on adding remote tramp path to ecb-source-path

I'm trying to add a remote directory to my ecb directory pane by modifying the ecb-source-path variable in my .emacs file under Emacs 24.2, ecb 2.40, OS X 10.8.2. The following works via tramp from ...
2
votes
0answers
113 views

Remote Subversion Repository Browsing in Emacs [closed]

Does Emacs have a package for remote browsing a subversion repo similar to what kdesvn does? If not TRAMP seems like the likely place to put such functionality
1
vote
1answer
101 views

Emacs term-mode: stop setting remote default-directory on some hosts

I use term-mode to run Bash shells within Emacs. On remote hosts, term-mode's directory tracking feature helpfully sets default-directory to have the host name in it, so that tab completion and file ...
2
votes
1answer
195 views

tramp mode in emacs via login server (multihop ssh)

how to accomplish a multihop ssh session in emacs as in the following example, ssh -t username@login-server -t ssh username@my-institute-computer using the tramp mode? M-x f RET and then "/ssh: -t ...
0
votes
1answer
74 views

Non-ascii remote file names incorrectly shown in Emacs dired

Dired seems unable to correctly show characters like "ç" or "í" in filenames when listing remote directories (e.g. /scpc:myhost:/home/myuser). It displays "??" for every non-ascii character. How can I ...
2
votes
0answers
123 views

can't send password to ftp server

i have running filezilla ftp server on my windows 7 i have running emacs w32 client (GNU Emacs 23.1.50.1) my ~/.emacs config file contains: M-x (setq ange-ftp-ftp-program-name ...
1
vote
1answer
79 views

emacs tramp how to avoid bash_profile

Every time I'm visiting a file system in remote machine and I execute a command (e.g. grep) the emacs buffer with the result of that command also contains my verbose .bash_profile output. How could ...
2
votes
1answer
305 views

How to access Windows shared folders using emacs

I am using Emacs on Linux and would want to know how to access my Windows shared folders from Emacs. I am able to perform this operation using nautilus (gnome file manager).
6
votes
2answers
217 views

Using Emacs TRAMP with an ssh server that doesn't provide /bin/sh?

I am trying to use Emacs TRAMP to access files over ssh on a server that does not provide /bin/sh, and so I get the following error when I try to connect: env: can't execute '/bin/sh': No such file ...
1
vote
1answer
345 views

Tramp using ssh does not source .bash_profile / .profile

I'm using Aquamacs (graphical emacs for OSX using emacs 24 and tramp version 2.2.3) to edit some files on a remote server. Tramp is set up to use ssh and works fine in terms of editing files. It ...
2
votes
1answer
190 views

Stop tramp from opening remote directories when using ido-mode

I have a problem with ido-mode. As I cycle through work directories (using M-n), one of the directories is inevitably on a remote server, which makes tramp start authenticating. I know I can edit ...
0
votes
0answers
294 views

Cygwin FTP with GNU Emacs doesn't work

I am using GNU Emacs 24.0.95.1 under Windows 7 with latest Tramp - 2.2.5-pre. I am trying to use previous version of emacs with integrated Tramp but the issue still the same. I am trying to connect ...
0
votes
0answers
120 views

call a program from local terminal while in an ssh session

Is there some way to call on a local program while using an ssh connection to a remote host? I'd like to have access to the environment on both sessions, so opening another terminal isn't ideal. ...
2
votes
0answers
270 views

Emacs hangs when using tramp with su [closed]

after reinstalling my system, I discovered that the emacs tramp isn't working..;. Here is what exactly happens : I type in C-x C-f /su:root@localhost: Here emacs asks for my password, which I ...
4
votes
3answers
1k views

Tramp mode in emacs using ssh config

I think this is very basic question in using tramp, but it doesn't work for me. I have my ~/.ssh/config file that points to my amazon ec2 machine Host amazon Hostname xxxx.amazonaws.com Port ...
1
vote
1answer
335 views

Emacs Tramp w/ pscp/plink on Windows

I'm trying to set up emacs for editing files on my private server from our Win7 machines at school. I have set up emacs, changed the default method in .emacs: (setq tramp-default-method "pscp") ...
2
votes
2answers
138 views

compile c++ in Emacs via tramp: Save password

I am working with emacs in Win7 to develop C++ Code on a Linux server via SSH. Loading and Saving via Tramp (using plink) works well and the "Compile" command in emacs can also be used, but I need to ...
5
votes
1answer
652 views

Emacs: disable Ido completion in Tramp mode

I often use ido for auto-completion and tramp to access remote server via ssh. My .emacs includes the following lines: (require 'tramp) (setq tramp-default-method "ssh") (ido-mode 1) (setq ...
2
votes
0answers
388 views

Troubleshooting Emacs Tramp Connection that Used To Work--Password or Shell Regexp Wrong?

I'm trying to troubleshoot why an emacs+tramp connection that used to work doesn't now. At first I thought it might be an Aquamacs problem, but I loaded Emacs.app on OSX, based on version 23.3 (9.0), ...
0
votes
1answer
325 views

remote debugging emacs 24 and gdb

I have code on a compute node of a cluster. I can't ssh directly to the compute node so I first set up an ssh tunnel with ssh -f cluster.master.node -L 2222:cluster.compute.node:22 -N. Next I ...
3
votes
1answer
1k views

How to create a trampoline function for hook

I'm interested in hooking and I decided to see if I could hook some functions. I wasn't interested in using a library like detours because I want to have the experience of doing it on my own. With ...
0
votes
0answers
297 views

How can I get emacs (using TRAMP) to edit/save a file on a WebDAV share?

So I've got a WebDAV share on a virtual machine that I'm running on my laptop. I want to connect to it via emacs, edit a file, then save it. Unfortunately, TRAMP keeps giving me an error whenever I ...
2
votes
1answer
76 views

Current folder on remote folder in Emacs shell is gibberish

When I connect to remote machine with Emacs (using tramp) and then open shell, Emacs opens the shell on the remote machine and I instead of pwd I get a bunch of numbers and strings. How can I fix ...
0
votes
2answers
172 views

Emacs Tramp - How to edit files using Tramp as another user in a remote host?

I have only one user (say "goodk") that can accept SSH connections. So, I am not able to use Tramp to edit files which are accessible to other users than the one that accepts SSH connection. How can I ...
2
votes
2answers
217 views

Emacs Tramp unable to open directory at times

Normally I am able to use tramp just fine to edit files and browse through the remote file system through SSH. Though at seemingly random times I would lose the ability to browse remote folders in ...
5
votes
2answers
300 views

How can I use Emacs tramp to ssh to a remote host and edit a file as another user on an ad-hoc basis?

/multi used to work for me, now it's gone and I'm frustrated. What I want to do is, in my dream world: /myuser@remotehost:sudo:anotheruser:/some/path/to/file ...and have ido-mode work. The key ...
9
votes
4answers
2k views

Emacs: Tramp doesn't work

I tried to open a remote file via Emacs via Tramp. (require 'tramp) (setq tramp-default-method "ssh") I get a message from Emacs Tramp: Waiting for prompts from remote shell Emacs hung and ...
2
votes
1answer
251 views

How to run Emacs commands with sudo outside a shell?

I know how to open/edit files in Emacs as root with sudo, using Tramp. I wonder if there is a way to run Emacs commands with sudo too, without opening a shell? Something like: sudo M-x ...
2
votes
1answer
255 views

Emacs tramp to edit remote files on Windows from Linux

What is the best way to edit remote files on a Windows box (XP) from Linux? I am running emacs 23.3 locally under Linux. I would like to keep the extra software on the windows-box minimal, but I can ...
2
votes
1answer
112 views

(emacs) rewriting path prefixes on file open or in compile-mode next-error

I want any paths under t/... to be rewritten to n/... instead, for find-file in general (or just as initiated by next-error). I want it to be impossible for me to open the t/... version. Motivation: ...

1 2