From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: xref-find-matches and stuff Date: Fri, 15 May 2015 21:59:15 +0300 Message-ID: <83lhgphdks.fsf@gnu.org> References: <5546DD4A.2080709@yandex.ru> <87r3qvnld1.fsf@gmail.com> <5548E08A.4090305@yandex.ru> <87mw1jndul.fsf@gmail.com> <554964CE.3040809@yandex.ru> <87oalxn756.fsf@gmail.com> <554AAD41.6060506@yandex.ru> <87vbg4lgn6.fsf@gmail.com> <554CB069.8090002@yandex.ru> <554F4F91.6020604@gmx.at> <837fsgo5hz.fsf@gnu.org> <55507FAD.7020704@gmx.at> <83egmnm9wx.fsf@gnu.org> <5551C983.5000705@gmx.at> <83mw19lqli.fsf@gnu.org> <5552FE3E.9040300@gmx.at> <83fv70jsjy.fsf@gnu.org> <5554753F.2020707@gmx.at> <83y4kri4gh.fsf@gnu.org> <5556227F.20503@gmx.at> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1431716385 10318 80.91.229.3 (15 May 2015 18:59:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 15 May 2015 18:59:45 +0000 (UTC) Cc: pot@gnu.org, emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 15 20:59:37 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YtKpc-0006ly-NC for ged-emacs-devel@m.gmane.org; Fri, 15 May 2015 20:59:36 +0200 Original-Received: from localhost ([::1]:32774 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtKpc-0003Db-0R for ged-emacs-devel@m.gmane.org; Fri, 15 May 2015 14:59:36 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtKpQ-0003Cf-9b for emacs-devel@gnu.org; Fri, 15 May 2015 14:59:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YtKpK-0006Bf-J4 for emacs-devel@gnu.org; Fri, 15 May 2015 14:59:24 -0400 Original-Received: from mtaout22.012.net.il ([80.179.55.172]:63269) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YtKpK-0006BJ-BE; Fri, 15 May 2015 14:59:18 -0400 Original-Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NOE00B00N65ZW00@a-mtaout22.012.net.il>; Fri, 15 May 2015 21:59:16 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout22.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NOE00BVONEQZT00@a-mtaout22.012.net.il>; Fri, 15 May 2015 21:59:16 +0300 (IDT) In-reply-to: <5556227F.20503@gmx.at> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.172 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:186518 Archived-At: > Date: Fri, 15 May 2015 18:44:47 +0200 > From: martin rudalics > CC: pot@gnu.org, emacs-devel@gnu.org > > > or invoke the command from within the > > source tree? > > I'm not sure what you mean. The source tree's src directory has no > Makefile so I get make: *** No rule to make target `TAGS'. Stop. You can configure the source tree, and only use that for "make TAGS". > >> OTOH what would my corresponding --regex argument to etags be now when > >> calling etags via shell-command? > > > > With what shell? > > On Windows cmd.exe. You will need to change the quoting style to use only "..", and escape any embedded quotes.