From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: shell-command causes problems with absolute/relative paths in TAGS Date: Fri, 06 Jan 2012 13:38:23 +0200 Message-ID: <83pqexnjrk.fsf@gnu.org> 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> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1325850042 29766 80.91.229.12 (6 Jan 2012 11:40:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2012 11:40:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 06 12:40:38 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 1Rj8A0-00021S-Et for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jan 2012 12:40:36 +0100 Original-Received: from localhost ([::1]:43162 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rj89z-0006Fh-Nm for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jan 2012 06:40:35 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:34190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rj89u-0006FR-EW for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 06:40:31 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rj89t-0006SR-KK for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 06:40:30 -0500 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:52819) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rj89t-0006SG-5z for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 06:40:29 -0500 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0LXD00D00KESEW00@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 13:40:27 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([77.127.16.185]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0LXD00DAAKFDET00@a-mtaout21.012.net.il> for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 13:40:27 +0200 (IST) In-reply-to: <1CA9A2C2C5544CAAA163A0962C5C95F4@EUROPE.ROOT.PRI> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 80.179.55.169 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:83370 Archived-At: > From: "David Chappaz" > Date: Fri, 6 Jan 2012 11:12:12 -0000 > > If, before doing M-x shell, I evaluate > > (setq explicit-cmdproxy.exe-args '("/q")) > > to prevent shell commands from being echoed, then suddenly the TAGS file is > generated properly, with relative filenames. I see no such variable in Emacs. Does it come from some third-party package you have loaded? If so, perhaps that package is causing this problem. Also, originally you talked about "M-x shell-command", not "M-x shell". Which one is it?