bug#29936: "guix package -s emacs" crashes

2018-01-01 Thread Danny Milosavljevic
Yeah, sorry, that was my fault ("description" contains texinfo markup where a 
literal "@" has to be escaped - which I didn't do).

Marius has fixed it in commit 5859fd6c9ec14152cc2f342480ff45e29607eebc, though.

Try guix pull?





bug#29936: "guix package -s emacs" crashes

2018-01-01 Thread Catonano
I run this command

[env]$ ./pre-inst-env guix package -s emacs

I'd like to see informations about Emacs

and I get this

Backtrace:
In guix/ui.scm:
  1474:12 19 (run-guix-command _ . _)
In ice-9/boot-9.scm:
829:9 18 (catch _ _ # …)
829:9 17 (catch _ _ # …)
In guix/scripts/package.scm:
   912:10 16 (_)
770:9 15 (process-query _)
In ice-9/boot-9.scm:
829:9 14 (catch _ _ # …)
In guix/scripts/package.scm:
   772:24 13 (_)
   249:17 12 (find-packages-by-description _)
In guix/discovery.scm:
137:3 11 (fold-module-public-variables _ _ _)
In guix/combinators.scm:
45:26 10 (fold2 # …)
45:26  9 (fold2 # …)
In guix/discovery.scm:
   140:33  8 (_ # …)
In guix/scripts/package.scm:
   250:34  7 (_ # …)
In srfi/srfi-1.scm:
   466:18  6 (fold # …)
In guix/ui.scm:
  1146:13  5 (_ _ 0)
  1025:23  4 (texi->plain-text _)
In texinfo.scm:
  1131:22  3 (parse _)
   979:31  2 (loop # (*fragment*) _ _ _)
   868:21  1 (visit example # #f ((para #) #))
   675:23  0 (complete-start-command _ #)

texinfo.scm:675:23: In procedure complete-start-command:
Throw to key `parser-error' with args `(# "@-command
didn't expect more args" example (".com --connect"))'.

[env]$ git describe
v0.14.0-635-gc3e224220