jed-users mailing list

[2010 Date Index] [2010 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] Compile and run


On Tue, Aug 24, 2010 at 5:56 PM, John E. Davis <davis@xxxxxxxxxxxxx> wrote:

> It might be more useful to replace the following lines
>
> >        % set output buffer, run command and move to that buffer
> >        setbuf (buffer);
> >        run_shell_cmd (cmd);
> >        pop2buf (buffer);
> >}
>
> by
>
>         compile(cmd);
>
> This will execute the command in an external process and allow you to
> step through any compilation errors.  The compile function is defined
> in "acompile.sl".
>

Is there also a way to do this with "shell_command"?

Gabriel

[2010 date index] [2010 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]