Help for this page

Select Code to Download


  1. or download this
    my $ptty=$ARGV[0];
    if ($ENV{INSIDE_EMACS}) {
    ...
        warn "redirecting STDERR to $ptty\n";
        $|=1;
    }