On Sun, Sep 29, 2013 at 3:47 PM, Harry Putnam <rea...@newsguy.com> 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: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/