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 | d655282cc2bb6146782cb5c8ea3dafdccaeecef9 (patch) | |
tree | 5f872bdf175a26c4fb0c6ec711ecf4934a3ecac6 | |
parent | 21e65eb32c09d8524ec61b12a70a4f7f1379eedf (diff) | |
download | geiser-guile-d655282cc2bb6146782cb5c8ea3dafdccaeecef9.tar.gz geiser-guile-d655282cc2bb6146782cb5c8ea3dafdccaeecef9.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 |