diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-06 22:03:57 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-12-06 22:03:57 +0100 |
commit | fb6708e749fc42724ec821d9e12c7e7154be4372 (patch) | |
tree | 1dea9314f25c88813b8fe18ee806f87930365f49 | |
parent | 1b5df354277077309a67967f7347deb8c6dce64e (diff) | |
download | geiser-fb6708e749fc42724ec821d9e12c7e7154be4372.tar.gz geiser-fb6708e749fc42724ec821d9e12c7e7154be4372.tar.bz2 |
We need Emacs 23.2 at least
The new completion machinery Geiser uses was introduced there.
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | doc/install.texi | 2 |
2 files changed, 6 insertions, 4 deletions
@@ -24,10 +24,12 @@ (http://www.nongnu.org/geiser/) contains a nicer manual, also included in Geiser tarballs as a texinfo file (doc/geiser.info). -* Supported scheme implementations +* Requirements - - Guile 2.0 (not released yet: use the latest git master branch). - - PLT Racket 5.0.1 or better. + Geiser needs Emacs 23.2 or better, and at least one of the + supported scheme implementations: + - Guile 2.0 (not released yet: use the latest git master branch). + - PLT Racket 5.0.1 or better. * Installation Geiser can be used either directly from its uninstalled source tree diff --git a/doc/install.texi b/doc/install.texi index a4ea362..168ab81 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -13,7 +13,7 @@ @cindex supported versions @cindex versions supported If Geiser came with any guarantees, you'd break all of them by not using -GNU Emacs 23 (or better, if there actually @i{is} anything better) and +GNU Emacs 23.2 (or better, if there actually @i{is} anything better) and at least one of the supported schemes, which right now are @uref{http://www.racket-lang.org, Racket} 5.0.1 (or better) and the latest and greatest @uref{http://www.gnu.org/software/guile, Guile} 1.9 |