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

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

Re: [Ada-mode-users] Keywords not being identified in ada-mode 5.3.1 (or


From: Stephen Leake
Subject: Re: [Ada-mode-users] Keywords not being identified in ada-mode 5.3.1 (or 5.2.2)
Date: Thu, 08 Nov 2018 11:03:42 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (windows-nt)

Jonty Needham <address@hidden> writes:

> This is in emacs 26.1 on CentOS 7.5
>
> Keywords don't seem to be identified as such and therefore don't seem to be
> coloured as they should be. I've installed ada-mode through emacs. 

I assume mean the GNU ELPA ada-mode package

> Putting the cursor over one and typic C-u C-x = doens't indicate that
> it's a keyword; 

Sounds like you have font-lock disabled

> function names are identified as such as are comments and constants.

This says Ada mode is active, and the parser succeeded (ie the Ada code
is syntactically correct).

Keywords are highlighted by font-lock, the rest is highlighted by the
parser. The parser runs even if font-lock is disabled. That might be
considered a bug.

-- 
-- Stephe



reply via email to

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