ada-mode-users
[Top][All Lists]
Advanced

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

[Ada-mode-users] bug#35124: 26.1; ada-mode 6.1.0 no longer syntax-highli


From: Ludovic Brenta
Subject: [Ada-mode-users] bug#35124: 26.1; ada-mode 6.1.0 no longer syntax-highlights package names at end of spec
Date: Wed, 03 Apr 2019 18:05:17 +0200

X-Debbugs-CC: address@hidden
Package: emacs, ada-mode
Version: 26.1
Severity: minor

If you load a file consisting of these three lines:

package Foo is
   procedure P;
end Foo;

then the second "Foo" is not syntax-highlighted.  If
you then remove the "procedure P", the second Foo is
highlighted properly.

This micro-bug is triggered only when
wisi-partial-parse-threshold is less than the size of
the buffer (i.e. it is zero).

--
Ludovic Brenta.





reply via email to

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