guile-user
[Top][All Lists]
Advanced

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

Re: scheme with vim


From: Ricardo Wurmus
Subject: Re: scheme with vim
Date: Wed, 29 Jan 2020 19:34:42 +0100
User-agent: mu4e 1.2.0; emacs 26.3

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

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