On 04/01/2015 07:24 AM, Jakub Jelinek wrote:
Below is one possible fix for that, another option is introduce another pfile->state or pfile field for that,
I notice that pfile->state.skipping suppresses the line change as well as various diagnostics that also seem inappropriate for peeking. Perhaps we could use a new state field instead in those places, and only check state.skipping for the actual skipping behavior.
But this patch is fine if you don't want to bother with that. Jason