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

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

Re: Perldo in Emacs


From: Yuri Khan
Subject: Re: Perldo in Emacs
Date: Thu, 3 Mar 2011 10:32:42 +0600

2011/3/3 Alberto Simões <hashashin@gmail.com>:

> It is a matter of running the buffer with
>
>  perl -i -pe ' ... '    < buffer > newbuffer
>
> where ... is the perl code instroduced by the user in emacs
> (minibuffer, probably).

shell-command-on-region will almost do what you want, you will just
need to pass it a newly created buffer for output.



reply via email to

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