diff options
| author | jao <jao@gnu.org> | 2026-05-02 23:45:28 +0100 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-05-02 23:45:28 +0100 |
| commit | 88261a0ec3c45be6f7bc360ff22f75bc349eec8d (patch) | |
| tree | 5f7c4b6584a49da5f3f75373d5f8faf557710a2a /doc | |
| parent | 7403ec607ddd223ccc38df18ce8de595396519ee (diff) | |
| download | geiser-88261a0ec3c45be6f7bc360ff22f75bc349eec8d.tar.gz geiser-88261a0ec3c45be6f7bc360ff22f75bc349eec8d.tar.bz2 | |
doc fixes (codeberg.org URLs)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/install.texi | 6 | ||||
| -rw-r--r-- | doc/macros.texi | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/doc/install.texi b/doc/install.texi index b6eb030..0675af9 100644 --- a/doc/install.texi +++ b/doc/install.texi @@ -19,16 +19,16 @@ recent Emacs snapshot) and at least one of the supported Schemes, namely: @itemize @bullet +@gsupimpl{GNU Kawa, http://www.gnu.org/software/kawa/index.html, 3.1, kawa} +@gsupimpl{Gauche, http://practical-scheme.net/gauche/, 0.9.6, gauche} +@gsupimpl{Stklos, https://stklos.net/, 1.50, stklos} @supimpl{Chez, http://www.scheme.com, 9.4,chez} @supimpl{Chibi, http://synthcode.com/scheme/chibi, 0.7.3,chibi} @supimpl{Chicken, http://call-cc.org, 4.8.0, chicken} @supimpl{Gambit, http://gambitscheme.org/wiki/index.php/Main_Page, 4.9.3, gambit} -@supimpl{Gauche, http://practical-scheme.net/gauche/, 0.9.6, gauche} @supimpl{Guile, http://www.gnu.org/software/guile, 2.2, guile} -@supimpl{GNU Kawa, http://www.gnu.org/software/kawa/index.html, 3.1, kawa} @supimpl{MIT/GNU Scheme, https://www.gnu.org/software/mit-scheme, 9.0, mit} @supimpl{Racket, http://www.racket-lang.org, 7.0, racket} -@supimpl{Stklos, https://stklos.net/, 1.50, stklos} @end itemize Since Geiser supports multiple REPLs, having all of them will just add diff --git a/doc/macros.texi b/doc/macros.texi index 86584ef..b1f99cd 100644 --- a/doc/macros.texi +++ b/doc/macros.texi @@ -2,13 +2,19 @@ @set VERSION_NICK @set RELEASE_DATE May 2025 @set EMACS_VERSION 27.1 -@set CODEBERG https://codeberg.com/geiser/ +@set CODEBERG https://codeberg.org/geiser/ +@set GITLAB https://gitlab.com/emacs-geiser/ @macro supimpl{NAME,URL,VERS,NM} @item @uref{\URL\, \NAME\} \VERS\ or better, via @uref{@value{CODEBERG}\NM\, geiser-\NM\} @end macro +@macro gsupimpl{NAME,URL,VERS,NM} +@item +@uref{\URL\, \NAME\} \VERS\ or better, via @uref{@value{GITLAB}\NM\, geiser-\NM\} +@end macro + @macro altr{LINK, TXT, TLINK, TRAIL} @ifhtml @ref{\LINK\,,\TXT\}\TRAIL\ |
