On Sun, Sep 29, 2013 at 3:47 PM, Harry Putnam <[email protected]> wrote:
> I use emacs/gnus as my newsreader.
>
> In gnus you can select msgs and then run shell cmds on that selected
> content.
>
> I want to know how to take user input during that action.

I think the best way to approach this is to collect the user input
from inside Emacs, using the standard Emacs prompting stuff you get
with interactive functions, and then pass it to your Perl script via
command line flags, using Getopt or the like.

chrs,
john.

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to