I get error in process filter: End of buffer, because PG tries to move point to an illegal position. With some non-empty lines below Comput, PG puts point to a wrong location. With just newlines below Comput, I get some other error.
Same for Require xxx., where Require is valid, but module xxx does not exist.
When I switch back to 0e0170f96f5feaeefe59052a08373080acc20393, before #774 error positioning does work fine.
When I process a buffer just containing
I get
error in process filter: End of buffer
, because PG tries to move point to an illegal position. With some non-empty lines belowComput
, PG puts point to a wrong location. With just newlines belowComput
, I get some other error.Same for
Require xxx.
, whereRequire
is valid, but modulexxx
does not exist.When I switch back to 0e0170f96f5feaeefe59052a08373080acc20393, before #774 error positioning does work fine.