GNU bug report logs -
#37620
26.1; ada-mode 6.2.1 partial parsing occasionally hangs while moving point
Previous Next
Reported by: Ludovic Brenta <ludovic <at> ludovic-brenta.org>
Date: Fri, 4 Oct 2019 13:33:01 UTC
Severity: minor
Found in version 26.1
Done: Stephen Leake <stephen_leake <at> stephe-leake.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
The error message:
Error during redisplay: (jit-lock-function 32410) signaled (error
"wisi-process-parse not getting more text (or bad syntax in process
output)")
indicates that the parser running in the external process is taking too
long to responde, so the elisp interface is timing out.
This can be due to two causes;
1. the code has a syntax error that is particularly hard to correct
2. the computer is otherwise loaded, so the parser is running slowly.
Since you report it happening in several files at different places,
cause 1. is not likely.
You can try increasing wisi-process-time-out (default 5 seconds); that
is how long the elisp interace waits for the external parser.
I'll change the error message to mention wisi-process-time-out.
--
-- Stephe
This bug report was last modified 4 years and 349 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.