tramp Questions

1

Solved

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...
Physicochemical asked 10/12, 2012 at 3:3

3

Solved

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...
Dichromate asked 4/12, 2010 at 6:53

2

Solved

/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...
Dele asked 20/10, 2011 at 8:4

3

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 yyy...
Unaneled asked 28/3, 2012 at 4:12

3

Solved

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...
Carangid asked 30/8, 2009 at 7:6

7

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 t...
Theoretical asked 29/9, 2008 at 13:10

2

Solved

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 fil...
Oeo asked 17/5, 2012 at 3:26

1

Solved

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...
Lyudmila asked 1/5, 2012 at 12:33

4

Solved

I have a strange interaction with tramp and cygwin-mount (I think: Emacs: Tab completion of file name appends an extra i:\cygwin). Because of this, I want to disable tramp. I'm unable to find anyth...
Spurgeon asked 10/11, 2009 at 7:23

1

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 ido-ena...
Gomar asked 12/3, 2012 at 10:18

2

Solved

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 flymake/p...
Discontinuation asked 30/6, 2010 at 0:33

1

Solved

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...
Valleau asked 11/5, 2010 at 23:52

3

Solved

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 m...
Speechmaker asked 1/5, 2011 at 10:23

2

Solved

Possible Duplicate: Open file via SSH and Sudo with 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...
Longdistance asked 12/8, 2010 at 7:29

2

Solved

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 remem...
Polyphemus asked 4/1, 2011 at 1:29

1

Solved

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?
Knockknee asked 21/12, 2010 at 21:48

3

Solved

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...
Induna asked 10/11, 2009 at 5:27

4

Solved

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 fo...
Mia asked 19/5, 2009 at 1:46

3

Solved

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...
Cierracig asked 12/10, 2009 at 6:57

5

Solved

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 m...
Damiondamita asked 8/5, 2009 at 15:8

© 2022 - 2024 — McMap. All rights reserved.