From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Marc Chantreux Newsgroups: gmane.lisp.guile.user Subject: Re: scheme with vim Date: Wed, 5 Feb 2020 14:52:52 +0100 Message-ID: <20200205135252.GA29922@prometheus.u-strasbg.fr> References: <20200129155647.GA23079@prometheus.u-strasbg.fr> <87ftfpqiz8.fsf@elephly.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="68166"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/1.10.1 (2018-07-13) Cc: Julien Lepiller , guile-user@gnu.org To: zimoun Original-X-From: guile-user-bounces+guile-user=m.gmane-mx.org@gnu.org Wed Feb 05 14:53:13 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 1izL7A-000Hd6-H8 for guile-user@m.gmane-mx.org; Wed, 05 Feb 2020 14:53:12 +0100 Original-Received: from localhost ([::1]:47404 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izL79-0004xK-HP for guile-user@m.gmane-mx.org; Wed, 05 Feb 2020 08:53:11 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52972) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1izL6y-0004vI-7R for guile-user@gnu.org; Wed, 05 Feb 2020 08:53:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1izL6x-0004J1-9Q for guile-user@gnu.org; Wed, 05 Feb 2020 08:53:00 -0500 Original-Received: from smtpout02-ext1.partage.renater.fr ([194.254.241.32]:49324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1izL6x-0004Fn-2C for guile-user@gnu.org; Wed, 05 Feb 2020 08:52:59 -0500 Original-Received: from zmtaauth02.partage.renater.fr (zmtaauth02.partage.renater.fr [194.254.241.25]) by smtpout20.partage.renater.fr (Postfix) with ESMTP id 2FAC7C04BA; Wed, 5 Feb 2020 14:52:54 +0100 (CET) Original-Received: from zmtaauth02.partage.renater.fr (localhost [127.0.0.1]) by zmtaauth02.partage.renater.fr (Postfix) with ESMTPS id 2560CA0112; Wed, 5 Feb 2020 14:52:54 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by zmtaauth02.partage.renater.fr (Postfix) with ESMTP id 14F8AA00FA; Wed, 5 Feb 2020 14:52:54 +0100 (CET) X-Virus-Scanned: amavisd-new at zmtaauth02.partage.renater.fr Original-Received: from zmtaauth02.partage.renater.fr ([127.0.0.1]) by localhost (zmtaauth02.partage.renater.fr [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id nBtzB5MbTa7S; Wed, 5 Feb 2020 14:52:54 +0100 (CET) Original-Received: from 91.168.156.224 (unknown [194.254.241.251]) by zmtaauth02.partage.renater.fr (Postfix) with ESMTPA id DD138A00DD; Wed, 5 Feb 2020 14:52:53 +0100 (CET) Content-Disposition: inline In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 194.254.241.32 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:16131 Archived-At: hello, > > > ctags -L - -f ~/.vim/ctags/guile > > Is 'ctags -L' a valid option? > Because I do not find the documentation about it. --help of Exuberant Ctags 5.9~svn20110310 say: -L A list of source file names are read from the specified file. regards marc