Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I download the Emacs APEL package?

Tags:

emacs

lisp

I'm trying to install ElScreen that allows multi-tab editing in Emacs.

Emacs ElScreen

One of its prerequisite is call APEL (A Portable Emacs Library). However, it seems that I cannot find a usable download link of APEL anywhere: wikipedia, Emacs-wiki, and ElScreen's README file all give broken links. Are there still anyone using this package and knows how to install? Thanks!

like image 780
Yang Avatar asked Jul 23 '12 13:07

Yang


3 Answers

I followed the ubuntu link and was able to get it from there (thanks rvf0068), but figured it would be nice if there was an easier way to get at it than having to unpack a .deb.

So it's on github now too (and it works with emacs 24.2, I just did it).

https://github.com/jeffgran/APEL

like image 142
Jeff Gran Avatar answered Sep 18 '22 08:09

Jeff Gran


If you use Ubuntu (and maybe also Debian) there's the possibility of installing apel from the repositories. See for example: http://packages.ubuntu.com/precise/apel

like image 22
rvf0068 Avatar answered Sep 17 '22 08:09

rvf0068


If you use emacs 24, a fork version of Elscreen having no dependency on APEL is available in github. You can install it easily through ELPA(Emacs Lisp Package Archive). I've been using it with no problems.

like image 23
wataradio Avatar answered Sep 20 '22 08:09

wataradio