From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: filebat Newsgroups: gmane.emacs.help Subject: Problem to run shell-command Date: Mon, 23 Aug 2010 23:26:42 +0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1282577301 6885 80.91.229.12 (23 Aug 2010 15:28:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 23 Aug 2010 15:28:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 23 17:28:20 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OnYwX-0003dt-L1 for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Aug 2010 17:28:14 +0200 Original-Received: from localhost ([127.0.0.1]:55699 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OnYwW-0006OB-Kf for geh-help-gnu-emacs@m.gmane.org; Mon, 23 Aug 2010 11:28:12 -0400 Original-Received: from [140.186.70.92] (port=50605 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OnYvn-0006Fb-Vy for help-gnu-emacs@gnu.org; Mon, 23 Aug 2010 11:27:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OnYvM-00033N-CX for help-gnu-emacs@gnu.org; Mon, 23 Aug 2010 11:27:01 -0400 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:45426) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OnYvM-00032u-78 for help-gnu-emacs@gnu.org; Mon, 23 Aug 2010 11:27:00 -0400 Original-Received: by pwi3 with SMTP id 3so4157371pwi.0 for ; Mon, 23 Aug 2010 08:26:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type; bh=Pn2WwrTgDAeC88HRey4yxabv8tcLKkuzT/v52r355PE=; b=CMnKX4u6RezzDnZzx/QIA/ZgvWWPvfzXPFS8H0j97ndLSzgKEWM8RmDu6jN+9c8Aoc 79LzXqFp0ZOlZHmRYXKD3yGwEWmJHU+5sd6OnDjEtNsvqyVv4S1cCk1EENXMSM/IoipW Z31Nf320YkjGthuF1hZ9JylI3721h214QkYUU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type; b=vRY1Sba7w0ijhoMNIB//saO23RC8I/59iCI4dBvBmE65HwtRwpwmCSmM+MRmGfvV6p a+AvhQT08GQN7GS6DZEhhJMBr06ZUL2V2JO2SFxOJwROJsHvzYVXEPHodJpx3yYfLuQw vkRIozaqn15guB6x+8QkoY1oAy4FvKA35PUrs= Original-Received: by 10.114.78.1 with SMTP id a1mr6139473wab.49.1282577217563; Mon, 23 Aug 2010 08:26:57 -0700 (PDT) Original-Received: from localhost ([222.70.61.209]) by mx.google.com with ESMTPS id 33sm12734507wad.6.2010.08.23.08.26.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 23 Aug 2010 08:26:55 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74775 Archived-At: Hi all Any idea why below shell-command fails? ,----------- command | M-! etags -a -I `find -iname *.py` `----------- ,----------- output of the error message | `find: No such file or directory | *.py`: No such file or directory `----------- If I try "M-! find -iname *.py | etags -a -", I will get complain of "Access is denied". -- Thanks, Denny Smile for difficulty, Denny!