all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Perldo in Emacs
@ 2011-03-02 21:17 Alberto Simões
  2011-03-03  4:32 ` Yuri Khan
       [not found] ` <mailman.6.1299126767.20537.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Alberto Simões @ 2011-03-02 21:17 UTC (permalink / raw)
  To: help-gnu-emacs

Hello

vim has a nice thing, it lets the user to use a command named
'perldo', supply some code to it, and vim will process all the file
with perl, and include the output.

My doubt is if there is something similar in Perl (I know we have send
through pipe, but was expecting some dedicated method).

If not, it should not be difficult to implement, but I really need
some help with the list.
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).

Thanks
ambs

-- 
Alberto Simões



^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <mailman.0.1299100662.27501.help-gnu-emacs@gnu.org>]

end of thread, other threads:[~2011-03-03 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-02 21:17 Perldo in Emacs Alberto Simões
2011-03-03  4:32 ` Yuri Khan
     [not found] ` <mailman.6.1299126767.20537.help-gnu-emacs@gnu.org>
2011-03-03 18:32   ` Vagn Johansen
     [not found] <mailman.0.1299100662.27501.help-gnu-emacs@gnu.org>
2011-03-03  9:45 ` Jorgen Grahn

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.