tramp Questions

5

Solved

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 slo...
Scintillation asked 3/4, 2009 at 21:49

6

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 ...
Cirque asked 5/8, 2011 at 9:52

2

Solved

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 ...
Haar asked 5/5, 2012 at 15:13

2

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 ...
Mucin asked 17/2, 2012 at 19:57

1

Solved

magit seems to open a new ssh connection for every command. This becomes very annoying especially when staging more chunks, which takes noticeable time to establish the connection for each chunk. ...
Feuchtwanger asked 13/5, 2019 at 4:22

1

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...
Jodyjoe asked 19/2, 2013 at 7:16

2

Solved

I edit files over ssh using tramp, and though I've had no problems in the past today I'm having some issues. When I attempt to save a file, I get the following (slightly redacted) error: byte-code...
Tarantella asked 27/2, 2014 at 17:12

4

Solved

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 ...
Kazim asked 22/4, 2010 at 10:44

2

Solved

I have the following in my .emacs: (require 'tramp) (add-to-list 'tramp-remote-path "/some/path") (add-to-list 'tramp-remote-path 'tramp-default-remote-path) so when I open a file using tramp ov...
Clichy asked 29/10, 2014 at 12:41

2

Solved

I am running graphical Emacs 24.3.1 (this problem exists when using the console version as well) on Arch Linux. I am trying to use TRAMP to open files on a remote Fedora system by SSH with a privat...
Greenland asked 11/7, 2013 at 8:4

5

Solved

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 ...
Sightseeing asked 9/2, 2010 at 19:32

1

First I start up eshell then I enter the command cd /plink:<user>@<host>:/home/ then I get this error message Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Cor...
Paradies asked 30/4, 2015 at 14:28

1

Solved

I use tramp to connect to my company's servers. I would like to customize my functions to work differently if I am accessing local files vs remote ones. Is there a variable I could check if the bu...
Erl asked 22/2, 2015 at 1:18

0

I have an image on a remote machine that I want to display inline in an org file. But the image displayed is a black square. -------My Org file -------- [[file:/ssh:user@host:/path/to/image.png]]...
Astrodome asked 20/10, 2014 at 2:59

2

Solved

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 ...
Benzine asked 21/11, 2012 at 10:25

1

Solved

Is there a test to obtain the remote server name (e.g., localhost) or address (e.g., 12.34.56.789) in the current-buffer with dired-mode active? I suppose I could use string-match or split-string ...
Bribe asked 30/6, 2014 at 0:2

1

Solved

While running Emacs (24.3.1) with Tramp (2.2.6-24.3) on Ubuntu 12.10 I'll have a bunch of remote files open through Tramp for example: m-x find-file: /scp:[email protected]:~/file.txt After...
Nitro asked 10/5, 2014 at 14:44

4

Solved

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,...
Capers asked 21/3, 2013 at 5:32

2

Solved

I want to run R on a remote box under a local Emacs (I do not want to run Emacs on the remote box). I can run R on a remote host using TRAMP: (let ((default-directory "/user@remote:~")) (R)) a...
Phio asked 29/5, 2013 at 16:25

0

I'm trying to get tramp working under emacs 24.3 (tramp version 2.2.6-24.3) on windows 7 and I'm almost there. I've got putty/plink installed and in the path. Here's what's in my .emacs: ;;; TRAMP...
Encase asked 13/3, 2014 at 14:4

2

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 m...
Bed asked 21/12, 2012 at 22:24

1

I'm trying, for the first time, to access remote files via tramp from Emacs on Windows. I'm trying to open a remote directory via C-x C-f /plink:user@host:/. However, when Emacs gets to "Tramp: fou...
Pilgarlic asked 3/12, 2013 at 22:45

1

I edit files under Git control with Emacs 23.3.1/TRAMP/VC sudoed over an ssh connection (/sudo:sudouser@host:file with tramp-default-proxies-alist set accordingly). sudouser is a shared account, so...
Czarevna asked 3/6, 2013 at 20:42

5

Solved

I want to open a file inside Emacs which is located on a remote server, with sudo powers on the server. I can open local files with sudo via Tramp like this: C-x C-f /sudo::/home/user/file But I...
Axis asked 1/2, 2010 at 15:22

2

Solved

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 lo...
Counterglow asked 13/4, 2011 at 19:23

© 2022 - 2024 — McMap. All rights reserved.