help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Using Emacs-22.0.50 as programming editor for Perl


From: David Kastrup
Subject: Re: Using Emacs-22.0.50 as programming editor for Perl
Date: Wed, 11 Jun 2008 21:55:25 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Ted <r.ted.byers@rogers.com> writes:

> 1) When I run a script, standard output gets mixed with standard error
> iostreams.  Is there a simple way to tell Emacs to display each output
> stream in its own window?  At a minimum, things would be a whole lot
> easier if whatever is written to STDOUT is kept separate from whatever
> is written to STDERR!  I would have thought that these two streams
> would be written to separate windows by default.

Call your program via a shell command to redirect stderr output to a
separate file and track that with auto-revert-tail-mode.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


reply via email to

[Prev in Thread] Current Thread [Next in Thread]