help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: handling parenthesis and quotes


From: Giorgos Keramidas
Subject: Re: handling parenthesis and quotes
Date: Tue, 23 Jan 2007 22:55:31 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.92 (berkeley-unix)

On Wed, 24 Jan 2007 09:09:13 +1300, Adam <nospam@example.com> wrote:
> Am using Emacs and Slime in Linux, and looked 
> thru the Emacs and Elisp manuals, but so far 
> haven't found how to do this trivial thing; 
> to dispatch a grep line to a Lisp subprocess:- 
>
> (shell "grep -i "(define " ~/mydir/myfile?.lisp") 
>
> Have tried ' and \ and \: but ask how I should  
> include " or ( in such a line. 

AFAIK, you can `escape' the quotes, with:

  (shell "grep -i \"(define \" ~/mydir/myfile?.lisp")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]