|
From: | Dmitry Gutov |
Subject: | Re: next-error use cases |
Date: | Sat, 23 May 2020 04:29:30 +0300 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 |
On 23.05.2020 04:25, Clément Pit-Claudel wrote:
Ah, how surprising. Currently we set next-error-function in the main buffer, not in the error list, in part because the error list is built lazily (we don't construct the error list buffer until you've requested it, so next-error-last-buffer would be nil most of the time)
Yeah, so then next-error navigation won't work before the user calls flycheck-error-list explicitly.
I agree that might be suboptimal, so maybe some more advanced design is required.
[Prev in Thread] | Current Thread | [Next in Thread] |