码迷,mamicode.com
首页 > Windows程序 > 详细

windows下使用emacs+plink编辑远程文件

时间:2018-06-10 21:10:50      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:AC   buffer   direct   username   控制   plink   could   style   bin   

    1)plink.exe属于putty套件, 注册到环境变量;emacs的bin目录也要注册到环境变量中;

    2)在.emacs中增加如下:

(require ‘tramp)
(setq tramp-default-method "plink") ;; 这样在emacs的minibuffer中C-x C-f之后就不必再输入/plink:
(byte-compile-file "E:/tools/emacs-24.3/lisp/net/tramp-sh.el") ;; 避免错误: Couldn‘t find proper ‘ls‘ command

    3)打开控制台, 输入emacs打开编辑器(注意如果是双击emacs.exe会出现plink命令找不到的问题), 然后输入:

C-x C-f /username@remote_ip:directory

    输入密码便可打开远程目录。

windows下使用emacs+plink编辑远程文件

标签:AC   buffer   direct   username   控制   plink   could   style   bin   

原文地址:https://www.cnblogs.com/Jackie-Snow/p/9164320.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!