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...
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 ...
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 ...
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.
...
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...
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...
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
...
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...
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...
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 ...
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...
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]]...
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 ...
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 ...
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...
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,...
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...
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...
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...
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...
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...
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...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.