GNU bug report logs -
#59712
[DOCUMENTATION] [PATCH] doc: Suggest guile-readline and guile-colorized.
Previous Next
Reported by: mirai <at> makinata.eu
Date: Wed, 30 Nov 2022 02:24:01 UTC
Severity: normal
Tags: patch
Done: Bruno Victal <mirai <at> makinata.eu>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi,
On Wed, 30 Nov 2022 at 02:23, mirai <at> makinata.eu wrote:
> +guix shell -D guix help2man git strace guile-readline guile-colorized --pure
The package guile-readline requires to be activated, no?
For guile-colorized, never used. :-)
On one hand, I agree that smoothing the experience with “guix repl” is
worth. On the other hand, I think it better to reduce the barrier by
suggesting out-of-the-box packages in the Contributing section.
Well, instead, I am proposing to put this recommendation in this other
section (guix) The Perfect Setup. For example, better worded :-)
--8<---------------cut here---------------start------------->8---
The Perfect Setup to hack on Guix is basically the perfect setup used
for Guile hacking (*note (guile)Using Guile in Emacs::). First, the
experience is smooth when the packages guile-readline and
guile-colorized are installed and configured. We recommend this
~/.guile,
(use-modules
(ice-9 readline)
(ice-9 format)
(ice-9 pretty-print))
(activate-readline)
Then, you need more than an editor, you need Emacs
(https://www.gnu.org/software/emacs), empowered by the wonderful Geiser
(https://nongnu.org/geiser/). To set that up, run:
--8<---------------cut here---------------end--------------->8---
WDYT?
Cheers,
simon
This bug report was last modified 2 years and 137 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.