简体   繁体   English

emacs24:ftp不起作用

[英]emacs24: ftp doesn't work

this is a real problem to me: 这对我来说是一个真正的问题:

Using emacs23 you connect to ftp with command: 使用emacs23,您可以使用以下命令连接到ftp:

/ftp:user@domain.ltd@ftp.domain.ltd/

So it ask you the password and you enjoy programming online... 因此它要求您输入密码,并且您喜欢在线编程...

well...this in emacs 23 ... but now i have to work with emacs24 using its new features and that command don't work anymore... 好...这在emacs 23中... 但是现在我必须使用emacs24的新功能来工作,并且该命令不再起作用...

i'm desperate! 我很绝望! help me...this happened in all pc's and brand new system (ubuntu, trisquel, windows, mac..) i'm using so i think its a problem of emacs24 but i don't know how to solve it... 帮帮我...这发生在所有PC和全新系统(ubuntu,trisquel,windows,mac ..)中,因此我认为这是emacs24的问题,但我不知道如何解决...

thanks in advance 提前致谢

I've solved in this mode. 我已经解决了这种模式。

download emacs-24.1xxxxxx.tar.gz from here 从此处下载emacs-24.1xxxxxx.tar.gz

http://alpha.gnu.org/gnu/emacs/pretest/ http://alpha.gnu.org/gnu/emacs/pretest/

sudo apt-get install xorg-dev libjpeg-dev libpng-dev libgif-dev libtiff-dev libncurses-dev sudo apt-get install xorg-dev libjpeg-dev libpng-dev libgif-dev libtiff-dev libncurses-dev

tar xvf emacs-24.1xxxxxxx.tar.gz 焦油xvf emacs-24.1xxxxxxx.tar.gz

cd /emacs-24.1xxxxxxx cd /emacs-24.1xxxxxxx

./configure 。/配置

make 使

----------- I'VE TESTING THE FUNCTIONALITY OF FTP in /SRC/emacs >> >FTP WORKS!!!! -----------我已经在/ SRC / emacs中测试了FTP的功能>> FTP工作!!!! ----THEN----- - - 然后 - - -

sudo make install 须藤使安装

emacs emacs

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM