Author: harvenharven Date: Sep 16, 2008 09:24
On Sep 16, 3:50 pm, Dan Espen MORE.mk.SPAMtelcordia.com>
wrote:
> "Ben Aurel" gmail.com> writes:
>> hi
>> I work mostly in vim, although I'm not a very advanced vim user. The
>> problem is I can't find a simple way to easily run a perl script and
>> capture its output.
>
>> I've tried different things but I'm still *very* unsatisfied with the
>> implementation of the following basic workflow:
>
>> 1. Edit a perl script in the editor
>> 2. Press one key (eg. F5) to save and run the script
>> 3. Print the output to a window below the editor window
>> 4. Possibility to easily switch to the output window and scroll
>> through the messages
>> 5. Possibility to easily switch back to the editor window
>
> Run the Perl script under M-x compile
> compile will offer to save the file if it's not already saved. ...
|