bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#70816: 29.2; Flymake fails in latex-mode when the buffer is narrowed


From: Vangelis Evangelou
Subject: bug#70816: 29.2; Flymake fails in latex-mode when the buffer is narrowed
Date: Tue, 7 May 2024 08:56:21 +0100

With the buffer having the contents shown below,
1. Enable flymake-mode.
2. Narrow from the top of the buffer down to the indicated comment.
3. Execute flymake-start.
You should get an error "error in process sentinel: Wrong type argument: integer-or-marker-p, nil". I suspect perl-flymake has similar issues so you might want to check that out as well.

Buffer contents:

\documentclass{article}
\begin{document}
0
a
b
c
% <----- End narrow
d
e
f
g
h
i
j{
\end{document}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]