Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/larsbrinkhoff/docker-emacsen
Multiple versions of Emacs in a Docker image
https://github.com/larsbrinkhoff/docker-emacsen
docker-image emacs
Last synced: 29 days ago
JSON representation
Multiple versions of Emacs in a Docker image
- Host: GitHub
- URL: https://github.com/larsbrinkhoff/docker-emacsen
- Owner: larsbrinkhoff
- Created: 2016-09-28T19:07:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-15T11:59:08.000Z (almost 7 years ago)
- Last Synced: 2024-08-21T21:27:57.241Z (3 months ago)
- Topics: docker-image, emacs
- Language: Shell
- Size: 6.84 KB
- Stars: 18
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/larsbrinkhoff/docker-emacsen.svg?branch=master)](https://travis-ci.org/larsbrinkhoff/docker-emacsen)
Build a Docker image with multiple versions of Emacs. Currently,
versions 22.3, 23.4, 24.5, 25.3, and the latest development snapshot
are supported. They are installed in separate directories under
/usr/local.The image is published in Docker Hub as
[`larsbrinkhoff/emacsen`](https://hub.docker.com/r/larsbrinkhoff/emacsen/).
These are the binaries provided:
- /usr/local/emacs-22.3/bin/emacs
- /usr/local/emacs-23.4/bin/emacs
- /usr/local/emacs-24.5/bin/emacs
- /usr/local/emacs-25.3/bin/emacs
- /usr/local/emacs-snapshot/bin/emacsAmong other things, it can be used to test Emacs packages. For an
example, see how `forth-mode` is tested in [Wercker](http://wercker.com):
https://github.com/larsbrinkhoff/forth-mode/blob/master/wercker.yml