vile
[Top][All Lists]
Advanced

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

Re: [vile] Error finding


From: Brendan O'Dea
Subject: Re: [vile] Error finding
Date: Thu, 7 Aug 2008 22:21:11 +1000
User-agent: Mutt/1.5.11

On Thu, Aug 07, 2008 at 01:59:47PM +0200, Paul van Tilburg wrote:
> This works great but, because I'm no longer calling LaTeX from within
> vile, the "error finder" does not work anymore.  However, the
> watch-and-compile system drops an error file when compiling (so when
> editin foo.tex, it creates foo.err). 

You can set the name of the error buffer to something other than
"[Output]" with error-buffer so for the single example you gave, this
should work:

  edit-file foo.err
  error-buffer foo.err

If there are mutliple files, you could do something like:

  edit-file "!cat *.err 2>/dev/null"

--bod




reply via email to

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