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: Adam
Subject: Re: handling parenthesis and quotes
Date: Wed, 24 Jan 2007 10:12:18 +1300
User-agent: KNode/0.9.2

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")




reply via email to

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