Tag: tramp
-
emacs/tramp/win/putty: “File exists, but cannot be read”
I had a look here and look there for hours, … – accidentally I looked into the *Messages* buffer and found, that some file access within c:windowstemp failed. The system variables TEMP and TMP are initialized with c:windowstemp, but I have no rights to look into c:windowstemp. Alright, system variables can get overridden. And they actually were…
-
if saving a file through “tramp” is not successful, ending “PLINK.EXE” may be a solution
PLINK.EXE is part of the PuTTY family, and it’s the utility tramp is communicating through. “Burying” the respective tramp buffer in emacs is another one. Update 2016-02-09: Actually burying the tramp buffer in question is my 1st approach on all platforms (Linux/Mac/Windows), whenever tramp communication seems to be stuck. Afterwards (with a “clean new start”) everything…
-
the Emacs tramp mailing list and gmane
http://dir.gmane.org/gmane.emacs.tramp http://lists.gnu.org/pipermail/tramp-devel
-
Emacs and VC AKA Version Control and an excessive list of handled backends
http://www.gnu.org/software/emacs/manual/html_node/emacs/Customizing-VC.html I am working for a customer on WinXP with GNU Emacs 24.2.1 through Tramp resp. putty plink (“pscp”) on AIX files. They are using CVS on AIX, but as I am actually the only Emacs user there, I don’t really bother going through the set-up for using Emacs with CVS on WinXP. Recently I…
-
Emacs + tramp + putty = you can edit your UNIX files remotely “anywhere”, even on Windows
http://www.gnu.org/software/tramp/ TRAMP extends the capabilities of the emacs “directory editor” (dired) to allow you to also deal with remote files. “Remote” as in: you can reach the file or directory through ssh or sftp or ftp or … SSH on Windows – PuTTY:On Windows platforms it can make use of the PuTTY family of utilities…