Error when downloading, error when installing
Héctor Abreu
hector.abreu at spanishconnector.com
Wed Mar 18 12:03:09 CET 2015
Óscar Fuentes <ofv <at> wanadoo.es> writes:
>
> Héctor A. Abreu <hector.abreu <at> spanishconnector.com> writes:
>
> > I am following instructions from
https://gitorious.org/evil/pages/Home#toc_0
> > on a fresh Raspian install, Raspberry Pi w/ Debian Wheezy, GNU Emacs
23.4.1
> > that comes with the distro. I am getting the following error when
> > downloading:
> >
> > pi <at> raspberrypi ~ $ sudo git clone git://gitorious.org/evil/evil.git
> > Cloning into 'evil'...
> > fatal: The remote end hung up unexpectedly
>
> Why sudo?
>
> Maybe it is some firewall problem. You can try the http protocol:
>
> git clone http://gitorious.org/evil/evil.git
>
Thanks, it worked with the http protocol. And you're right, no need for
sudo.
>
> deactivate-current-input-method-function was not present on Emacs 23. It
> was introduced on some 24.x release.
>
> You can try replacing the uses of
> deactivate-current-input-method-function with
> inactivate-current-input-method-function in your local copy of the evil
> source code or adding deactivate-current-input-method-function as an
> alias for inactivate-current-input-method-function in your .emacs (see
> `defalias').
>
It worked, thanks! I changed it in ~/.emacs.d/evil/evil-core.e
Regards,
Héctor.
More information about the implementations-list
mailing list