Hi Marc,

> # completion
>
> i don't know what is the good way to get the list of built-in
> commands of guile so i ended up with
>
>     aptitude search '~i ~n guile-2' -F%p |
>         xargs -n1 dpkg -L |
>         perl -lnE 'print if /[.]scm$/ && -f' |
>     ctags -L - -f ~/.vim/ctags/guile
>
> any better way ?

I don’t have aptitude or dpkg on my Guix system.  What do you mean by
“built-in commands”?

--
Ricardo

Reply via email to