Hello, Please accept my patches adding a German language info file for R5RS and fixing some small errors in English R5RS. I believe the patches to be reasonably correct. I’m Cc’ing guile-user because they may have feedback. I have adapted the patches to the terminology of SICP’s German translation and have proofread more thoroughly. The changes are these: Silence R5RS build warnings by Makeinfo. * doc/r5rs/r5rs.texi: Fix code with warnings. Fix R5RS formatting of space character syntax. * doc/r5rs/r5rs.texi: Remove space at bad position. Fix overlong line in the TeX output of R5RS title page. * doc/r5rs/r5rs.texi: Split line listing R5RS editors in TeX output. Add German translation of R5RS. * doc/r5rs/r5rs.de.texi: Translation of r5rs.texi. * doc/r5rs/Makefile.am: Build and install it. * doc/translation-rationale-de: Rationale for translation choices. Find the patches here (and not on the sources mailing list because of their size, or should I send them there?): https://pelzflorian.de/files/wip-r5rsde-patches-try-2.tar.gz See R5RS.de as a PDF: https://pelzflorian.de/files/r5rs.de.try2.pdf Download from my Git: https://pelzflorian.de/git/guile-wip-pf/log/?h=wip-r5rsde Build and install with „guix package -f guile-r5rs-de-wip-pf.scm“ (takes some time): https://pelzflorian.de/files/guile-r5rs-de-wip-pf.scm I am not using gettext po files for R5RS because R5RS is static and will never change. It now uses the same dircategory as R5RS, so it shows up as The Algorithmic Language Scheme * Guile Reader: (guile-reader). A Reader Framework for Guile. * Guile Reference: (guile). The Guile reference manual. * R5RS: (r5rs). The Revised(5) Report on Scheme. * R5RS-de: (r5rs.de). Der Revised(5) Report on Scheme (deutsch). * SICP: (sicp). Structure and Interpretation of Computer Programs * Guile-SSH: (guile-ssh). Guile bindings to libssh. I hope this is OK. Please respond if not. Note that this arrangement is currently affected by a mostly harmless Texinfo bug; after selecting the translated r5rs.de.info the user may have to relaunch the info program before she can visit the English r5rs.info in some circumstances; see https://lists.gnu.org/archive/html/bug-texinfo/2018-05/msg00000.html Regards, Florian