diff options
| -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 | 
