From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Adam Newsgroups: gmane.emacs.help Subject: Re: handling parenthesis and quotes Date: Wed, 24 Jan 2007 10:12:18 +1300 Organization: Ihug Ltd Message-ID: References: <878xftpinw.fsf@kobe.laptop> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1169588514 14763 80.91.229.12 (23 Jan 2007 21:41:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 23 Jan 2007 21:41:54 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jan 23 22:41:47 2007 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.50) id 1H9TOh-0004rF-VI for geh-help-gnu-emacs@m.gmane.org; Tue, 23 Jan 2007 22:41:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H9TOb-0007PM-EZ for geh-help-gnu-emacs@m.gmane.org; Tue, 23 Jan 2007 16:41:37 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!newsfeed.media.kyoto-u.ac.jp!newsfeeds.ihug.co.nz!lust.ihug.co.nz!ihug.co.nz!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: 203.173.200.136 Original-X-Trace: lust.ihug.co.nz 1169586660 28056 203.173.200.136 (23 Jan 2007 21:11:00 GMT) Original-X-Complaints-To: abuse@ihug.co.nz Original-NNTP-Posting-Date: Tue, 23 Jan 2007 21:11:00 +0000 (UTC) User-Agent: KNode/0.9.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:144961 Original-To: help-gnu-emacs@gnu.org 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:40566 Archived-At: Giorgos Keramidas wrote: > AFAIK, you can `escape' the quotes, with: > > (shell "grep -i \"(define \" ~/mydir/myfile?.lisp") That's got it, Giorgos. Thank you. Seems I didn't escape often enough. (shell "grep -i \"\(define \" ~/mydir/myfile?.lisp")