all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* guix-edit  shows "Autodoc not available..." w/ 2 REPLs
@ 2016-07-11 15:09 myglc2
  2016-07-12  8:16 ` Alex Kost
  0 siblings, 1 reply; 11+ messages in thread
From: myglc2 @ 2016-07-11 15:09 UTC (permalink / raw)
  To: help-guix


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"
***

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2016-07-19 21:21 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-11 15:09 guix-edit shows "Autodoc not available..." w/ 2 REPLs myglc2
2016-07-12  8:16 ` Alex Kost
2016-07-12 14:22   ` myglc2
2016-07-12 20:56     ` Alex Kost
2016-07-14  0:12       ` myglc2
2016-07-15 17:31         ` Alex Kost
2016-07-16 15:07           ` myglc2
2016-07-19 17:54             ` Alex Kost
2016-07-19 21:18               ` myglc2
2016-07-18 13:05         ` myglc2
2016-07-19 16:39           ` Alex Kost

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.