[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vile] help with macro
From: |
Brendan O'Dea |
Subject: |
Re: [vile] help with macro |
Date: |
Tue, 19 Aug 2014 10:27:00 +1000 |
On 19 August 2014 03:38, Matthew White <address@hidden> wrote:
> OK so I'm trying to get fancy.
>
> I've found the LoadErrorExprs macro to load the following expression into
> '[Error Expresions]'
The go error messages are pretty standard:
file:line:col: message
so I'd be surprised if the standard expressions didn't work. You will
however need to change <standard input> to the correct filename so
that find-next-error knows which buffer to look at.
--bod