help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guix-edit shows "Autodoc not available..." w/ 2 REPLs


From: myglc2
Subject: guix-edit shows "Autodoc not available..." w/ 2 REPLs
Date: Mon, 11 Jul 2016 11:09:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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 ...

address@hidden:~/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

[Prev in Thread] Current Thread [Next in Thread]