From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "David Chappaz" Newsgroups: gmane.emacs.help Subject: RE: shell-command causes problems with absolute/relative paths in TAGS Date: Fri, 6 Jan 2012 16:12:01 -0000 Message-ID: References: <20120102223315.3E60F1810C9@neo.msri.org><408087A3D7BE475B884C0F93CE2298C7@us.oracle.com><20120105054142.GA10149@hysteria.proulx.com><9C2570562E2A4B7BBDA61F564FCFC83F@EUROPE.ROOT.PRI><20120105222030.GA22189@hysteria.proulx.com><1CA9A2C2C5544CAAA163A0962C5C95F4@EUROPE.ROOT.PRI><83pqexnjrk.fsf@gnu.org><9287FF55897A4EED8EA883DC00F98BAC@EUROPE.ROOT.PRI><83ipkoon0g.fsf@gnu.org> <96C2AF32F1EC4A1997BB692A003ED374@EUROPE.ROOT.PRI> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1325866340 21910 80.91.229.12 (6 Jan 2012 16:12:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2012 16:12:20 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 06 17:12:16 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RjCOu-0003RW-BV for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jan 2012 17:12:16 +0100 Original-Received: from localhost ([::1]:45044 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjCOt-0003Xt-Sa for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jan 2012 11:12:15 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:57644) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjCOp-0003XR-Cg for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 11:12:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjCOo-00023b-E6 for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 11:12:11 -0500 Original-Received: from cluster-d.mailcontrol.com ([85.115.60.190]:48194) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjCOo-00023K-5k for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 11:12:10 -0500 Original-Received: from cameurexb01.EUROPE.ROOT.PRI ([193.128.72.68]) by rly52d.srv.mailcontrol.com (MailControl) with ESMTP id q06GC7du003456 for ; Fri, 6 Jan 2012 16:12:07 GMT Original-Received: from DC04PC01 ([10.103.11.129]) by cameurexb01.EUROPE.ROOT.PRI with Microsoft SMTPSVC(6.0.3790.4675); Fri, 6 Jan 2012 16:12:07 +0000 X-Mailer: Microsoft Office Outlook 11 In-reply-to: <96C2AF32F1EC4A1997BB692A003ED374@EUROPE.ROOT.PRI> Thread-Index: AczMijhb6nDXmoWRTgyS2gn7I8WXGgAALSewAACZf7A= X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-OriginalArrivalTime: 06 Jan 2012 16:12:07.0575 (UTC) FILETIME=[EFFDE270:01CCCC8D] X-Scanned-By: MailControl 7.6.5 (www.mailcontrol.com) on 10.68.0.162 X-detected-operating-system: by eggs.gnu.org: Windows 98 (1) X-Received-From: 85.115.60.190 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83376 Archived-At: > Surely emacs must be passing slightly different arguments to ctags > (perhaps > slashes in a different orientation), before and after the first call to > call-process-region ? Anyway, when you use something as simple as "ctags -e -L filelist.txt" in a shell buffer, there aren't any slashes that can change direction.... So how can this command line work before the first call to call-process-region, and not after that ?