Running guix/debian ...

When I do 'M-x guix-edit RET screen RET' I get ...

"Autodoc not available (No Geiser REPL for this buffer (try M-x run-geiser))"

... This puzzles me because guix already has 2 REPLs running ...

 *  * Guile REPL *          1228 REPL             (Guile REPL<1> run)
 *  *Guix REPL*              312 REPL             (Guile REPL run)

So... I wonder, should I really need to start up another REPL?

Or...  is something fishy with my setup?

My .emacs.d/init.el file contains ...

***
;; start: guix emacs setup ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; to run emacs interface from git checkout and have guix-edit operate
;; on git checkout files
(let ((dir "/home/g1/dev/guix/emacs"))
  (add-to-list 'load-path dir)
  (setq guix-load-path dir))
(require 'guix-init nil t)

 ;; to read the guix manual from git checkout
(with-eval-after-load 'info
  (info-initialize)
  (add-to-list 'Info-directory-list
               "/home/g1/dev/guix/doc"))

;; from 8.3 The Perfect Setup
;; [...]
;; For convenient Guix development, make sure to augment Guile’s load
;; path so that it finds source files from your checkout:
;; TK check to make sure this is really necessary
(with-eval-after-load 'geiser-guile
  (add-to-list 'geiser-guile-load-path "~/dev/guix"))

;; from #guix for guix compatible diffs
(setq ediff-patch-options "-b -f")

;; TK add paredit

;; end: guix emacs setup ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
***

Running this git checkout ...
* master                                   fda746b [behind 6] gnu: menu-cache: 
Update to 1.0.1.

guix config ...

g1@e3b:~/dev/guix$ stat /home/g1/.config/guix/latest | grep File:
  File: ‘/home/g1/.config/guix/latest’ -> ‘../../dev/guix’

  /home/g1:
.guix-profile -> /var/guix/profiles/per-user/g1/guix-profile


~/.profile contains ...

***
# guix
export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale
GUIX_PROFILE="$HOME/.guix-profile"
source "$HOME/.guix-profile/etc/profile"
***





Reply via email to