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

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

Re: [h-e-w] Help with defadvice


From: Michael R . Wolf
Subject: Re: [h-e-w] Help with defadvice
Date: Thu, 19 Jun 2003 10:10:32 -0700
User-agent: Gnus/5.1001 (Gnus v5.10.1) Emacs/21.2 (windows-nt)

Jeff Paquette <address@hidden> writes:

> Whoops, it's
>
> (defun run-perl (&rest stmts)
>   (call-process "perl" nil nil nil "-e" (apply 'concat stmts)))

I don't understand elisp enough (I'm a Perl Evangelist) to know why
these are different. Could you help?

 (apply 'concat stmts)
 (concat stmts)

I like the idea of using a 'here file' in elsip to escape into Perl!!!
My Perl is much better than my elsip.

Thanks,
Michael Wolf

-- 
Michael R. Wolf
    All mammals learn by playing!
        address@hidden





reply via email to

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