From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Ricardo Wurmus Newsgroups: gmane.lisp.guile.user Subject: Re: scheme with vim Date: Wed, 29 Jan 2020 19:34:42 +0100 Message-ID: <87pnf2t8l9.fsf@elephly.net> References: <20200129155647.GA23079@prometheus.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="37705"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: mu4e 1.2.0; emacs 26.3 Cc: julien@lepiller.eu, guile-user@gnu.org To: Marc Chantreux Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Wed Jan 29 19:36:39 2020 Return-path: Envelope-to: guile-user@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1iwsCd-0009lB-0t for guile-user@m.gmane-mx.org; Wed, 29 Jan 2020 19:36:39 +0100 Original-Received: from localhost ([::1]:50052 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwsCb-0000wV-VG for guile-user@m.gmane-mx.org; Wed, 29 Jan 2020 13:36:38 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55260) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwsAy-0006L8-IN for guile-user@gnu.org; Wed, 29 Jan 2020 13:34:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwsAx-00045I-Kz for guile-user@gnu.org; Wed, 29 Jan 2020 13:34:56 -0500 Original-Received: from sender4-of-o51.zoho.com ([136.143.188.51]:21135) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iwsAx-000401-97 for guile-user@gnu.org; Wed, 29 Jan 2020 13:34:55 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1580322891; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=9BMvFcjD7GtPT4bqBmocMzDS/MvxxuN8zWhUbFlWHSA=; b=HZU2VHgP/IuUaSprJ8RaAOgiOjtfO5jVMLeFNkc9Xir6jbu2KR5pf2rus4Zq99Ga aNMBtzN/Ouy/tR2pOXaj4MwGB9yLsACmsfxI6k2fhTldypAZgZ9L2E3dBrg+fa/HxAK rvsXiNMWej2eGzvCmZXIePMA9LnsRCS0X0nltHAA= Original-Received: from localhost (p54AD4B4B.dip0.t-ipconnect.de [84.173.75.75]) by mx.zohomail.com with SMTPS id 1580322885998921.1081795589955; Wed, 29 Jan 2020 10:34:45 -0800 (PST) In-reply-to: <20200129155647.GA23079@prometheus.u-strasbg.fr> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC X-ZohoMailClient: External X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 136.143.188.51 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.io gmane.lisp.guile.user:16117 Archived-At: 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=E2=80=99t have aptitude or dpkg on my Guix system. What do you mean = by =E2=80=9Cbuilt-in commands=E2=80=9D? -- Ricardo