|
|
| Just another Perl shrine | |
| PerlMonks |
Testing terminal programs within emacs (or other IDEs)by LanX (Saint) |
| on Nov 28, 2014 at 19:00 UTC ( [id://1108664]=perlquestion: print w/replies, xml ) | Need Help?? |
|
LanX has asked for the wisdom of the Perl Monks concerning the following question:
Hi does someone have a clever idea how to interactivly run the currently edited program within a terminal emulation without loosing potential error output? Especially Term::ReadLine is unusable within compilation-mode, which opens a new pane showing the interaction with the program. Compilation mode has no terminal emulation (AFAIK), which means potential errors and output is displayed but input doesn't get to the process. 3 ideas come to mind:
Cheers Rolf (addicted to the Perl Programming Language and ☆☆☆☆ :)
glossary:I use "pane" for a sub-window within the main window, i.e. what emacs calls a "window" and mozilla calls a "frame"
updatefor what it's worth, it's possible to run a term script with "M-x term path-to-script" within emacs. This would not only need another keybinding but any special handling of error messages is lost than.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||