Tagged Questions
The tramp tag has no wiki summary.
15
votes
1answer
382 views
Is it possible to use Ropemacs with TRAMP in Emacs?
I recently installed the hg tip version of Ropemacs and I'd like to use it when editing remote files using TRAMP. Has anyone done this? When I try to use M-/ to complete a variable name, I am asked to ...
11
votes
2answers
412 views
Running pyflakes remotely with flymake and tramp in emacs?
I'm trying to use flymake to run pyflakes, as suggested here
This works fine for local files, and almost works with remote files with a bit of tweaking, but I'm left with a problem where ...
7
votes
5answers
1k views
Passwords in Emacs tramp mode editing
I'm using emacs tramp mode to remotely edit files over ssh. The problem is that every time I save the file I'm editing I have to enter my user password. I find that very annoying. How can I write my ...
7
votes
6answers
2k views
Using emacs tramp vs. rsync for remote development
I have been doing some remote development using emacs tramp and found that it was quite slow. Every time I save a file, it takes about 10 seconds to complete the save. So, now I am using rsync to ...
6
votes
1answer
237 views
How can I switch between R sessions in emacs-ess?
I have two sessions open in Emacs-ESS: one on my desktop and one on a server using tramp. How can I tell ESS which session to use?
6
votes
3answers
2k views
How can I use Emacs Tramp to double hop ssh?
My campus only lets ssh access through a gateway server. So to access the cluster I am coding on I have to ssh to the gateway and then ssh to the machine I am working on. The connection is very slow ...
6
votes
3answers
2k views
Emacs, tramp, plink problem on XP
The target machine is running Ububtu server 8.04.
Here's the tramp output:
tramp: Opening connection for nungu@ip.ip.ip.ip using nil...<br>
tramp: Waiting for prompts from remote ...
5
votes
4answers
1k views
Stop tramp-mode running on emacs' startup
I was trying out tramp-mode, but now I cannot seem to get rid of it.. Whenever I start emacs, it spends about 20 seconds going through various tramp-related initialisations..
tramp: Waiting 60s for ...
4
votes
3answers
629 views
emacs tramp performance
Is there a way to improve emacs tramp performance? For me it's faster to open an external ftp client (filezilla), transfer files to the local disk and open them in an external editor (notepad) than ...
4
votes
2answers
560 views
Editing remote files with Emacs using public key authentication
How can I edit files on my remote host using my local Emacs when I can access the remote host only through SSH with public key authentication? Tramp handles normal password logins pretty well but I ...
3
votes
1answer
92 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 ...
3
votes
2answers
147 views
Is it possible to start emacs using a remote configuration file?
I have different work-specific .emacs configuration files on servers where I do work for various companies. These are packages that, for various reasons, I don't want to store locally on my machine. ...
3
votes
3answers
1k views
Originate edit of remote file using emacs tramp from ssh session
This is probably a somewhat out-of-wack question. I use tramp to edit remote files, but I also open several terminals ssh-ing to that remote machine as well for other works (I had problems running ssh ...
3
votes
1answer
270 views
Emacs: How to start Local python interpreter when editing a remote python file via tramp
On Emacs, when I start python with C-c ! while editing a remote python file (using tramp - plinkx: on windows), the python interpreter is started on the remote host.
Is there any way I can edit ...
2
votes
1answer
90 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
51 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: ...
2
votes
1answer
115 views
Reaching a remote host through a gateway using Emacs and Tramp
I am attempting to edit a remote file in Emacs, and I'm having trouble getting from the documentation and previous SO questions to doing the thing I want.
I'm working remotely, from a variety of ...
2
votes
3answers
384 views
Emacs Tramp ssh double hop
Could somebody please help me setup Emacs Tramp to do a double hop?
I want to work on machine2.abc.def.edu to which I can connect only through machine1.abc.def.edu. My username is myname, on both ...
2
votes
2answers
151 views
How do I rename R sessions in ESS?
I previously asked how to switch R sessions in ESS, and the use of C-x C-s has sped up my workflow greatly.
However, if I have multiple R sessions (even as few as 3), it can be difficult to remember ...
2
votes
2answers
188 views
How to force an Emacs tramp time out?
I use TRAMP a lot with emacs. However, sometimes a server goes down and tramp sits waiting for a timeout. Usually it's after doing a C-x-f in ido-mode to open a new file. I have to wait an ...
2
votes
3answers
921 views
How to use SSH and SUDO together with TRAMP in Emacs
I want to open a file using sudo (say, /etc/hosts) on a remote machine connected by ssh using TRAMP on Emacs.
I tried couple of options, but none of them worked. Can anybody tell me how to go about ...
2
votes
3answers
289 views
In Emacs, how do I figure out which package is loading tramp?
I have a strange interaction with tramp and cygwin-mount (I think: http://stackoverflow.com/questions/1705802/emacs-tab-completion-of-file-name-appends-an-extra-i-cygwin). Because of this, I want to ...
2
votes
2answers
670 views
emacs tramp ftp or ssh
I'm using emacs 23.1 on Windows XP with the following configuration
(require 'tramp)
(setq tramp-default-method "ftp")
I can open/save remote files. Find-file auto-completion with TAB works as ...
1
vote
3answers
208 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 ...
1
vote
1answer
117 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 ...
1
vote
0answers
215 views
EventMachine pause to wait for response
Okay i have code that using Cramp\Tramp => EventMachine under the hood. Code:
class RetrieveController < ApplicationController
on_start :retrieve_messages
#nonimportant stuff
def ...
1
vote
1answer
184 views
Emacs shell-command equivalent with tramp-mode
In emacs, I can do something like this interactively:
M-x eshell <return>
cd /sudo:privileged@myserver:
/path/to/mycommand
That's pleasant and everything, but I'd really like to be able to ...
1
vote
2answers
265 views
Setting Emacs Tramp to store local backups
I love emacs, but something has been nagging me. I can't seem to get emacs to store local backups of files when I am editing them via tramp.
Currently, when I edit a local file a set of old versions ...
1
vote
1answer
436 views
Emacs tramp errors
When I try to open a file on another machine using tramp 2.1.9, it logs me into the machine and shows the file, but then this appears in the minibuffer:
File mode specification error: ...
1
vote
2answers
77 views
Does tramp offer any API for interrogating information from the buffer-file-name
I'm currently doing a lot of work on remote machines with tramp. However the project logic gets confused when building make command lines as it will attempt to cd to some /ssh:blah.... path.
Does ...
1
vote
1answer
128 views
Doing a make over TRAMP
I am using Emacs Tramp for remote development. I think something must be wrong. I had some serious issues with speed when I used ssh:, so I switched to scp:. It seems to work much faster. I tried ...
1
vote
3answers
659 views
Using tramp with EmacsW32 and cygwin, possible?
I have some trouble setting up Tramp with EmacsW32 and cygwin. I have configured emacs to use cygwin as shell using w32shell. I also set the HOME enviromental variable to c:/cygwin/home/myusername
...
1
vote
2answers
129 views
^M characters when using Tramp (on Windows) to connect to Ubuntu Server
I've set up Tramp on Emacs on my Windows 7 box (64 bit). For this test, this is the only thing in my emacs-config:
(setq tramp-default-method "plink")
Then I connect to my Ubuntu Server 9.10 running ...
1
vote
3answers
628 views
Emacs: Tab completion of file name appends an extra i:\cygwin
I am facing some strange behavior with file-name completion in emacs. C-x C-f to find file opens up the minibuffer with i:/cygwin/home/rrajagop/StockScreener/working_copy/master_repo/stock_screener/. ...
1
vote
1answer
1k views
Emacs + tramp + plink
I'm trying to get emacs tramp running under Windows XP to work over putty plink on an Amazon EC2 instance. The documentation for doing this is sparse. I can find partial documentation, but none that ...
0
votes
2answers
46 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 ...
0
votes
1answer
80 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 ...
0
votes
0answers
66 views
Emacs: opening remote shell in tramp mode not working on Mac OS X 10.7
when I use tramp mode in emacs on my mac 10.7 lion system it works fine. Auto-completion works and I can browse remote directories and edit files. But when I open a remote shell with m-x shell it ...
0
votes
2answers
98 views
In Emacs, how can I check all open files for changes?
Working with >1 Emacs (on >1 machine), and want to check all open buffers for changes (they are open remotely via tramp/ssh) when I resume working on a particular Emacs.
Different Emacs might not ...
0
votes
0answers
67 views
How do I fix a tramp insertion failure with RVM and memprof?
I tried running memprof with a RVM-compiled 1.8.7 Ruby, and got the following error message:
ruby: Inline add_freelist tramp insertion failed! Only inserted 0 tramps.
for the following code:
...
0
votes
1answer
58 views
In Emacs, how do I use directory local variables for remote projects?
I'm using TRAMP to connect to a remote server and I wanted to use some directory local variables. What are my options? Should I use emacs-server and do it that way, or should I add the directory local ...
0
votes
1answer
489 views
emacs, tramp, rsync, MS Windows
Similar to http://stackoverflow.com/questions/148578/
but that question doesn't address MS Windows.
Has anyone been able to use rsync instead of plink, either through cygwin or otherwise?