0

this is a real problem to me:

Using emacs23 you connect to ftp with command:

/ftp:[email protected]@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...

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...

thanks in advance

1 Answers1

0

I've solved in this mode.

download emacs-24.1xxxxxx.tar.gz from here

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

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

tar xvf emacs-24.1xxxxxxx.tar.gz

cd /emacs-24.1xxxxxxx

./configure

make

----------- I'VE TESTING THE FUNCTIONALITY OF FTP in /SRC/emacs >>>FTP WORKS!!!! ----THEN-----

sudo make install

emacs

  • So which version of Emacs 24 *were* you using? The current stable 24.3 release is either identical to the most recent pretest build, or else slightly newer. Building from a stable release seems a better idea in general. – phils Jul 02 '13 at 15:06