|
From: | Erik |
Subject: | Ada-mode: Character constant not highlighted |
Date: | Fri, 15 Feb 2008 13:28:08 +0100 |
User-agent: | Thunderbird 2.0.0.9 (X11/20071124) |
See the following code: procedure Prov is C : constant Character := ' '; begin case C is when ' ' | 'n' | ''' | 'm' => null; when others => null; end case; end Prov; Emacs 22.1.1 (Gentoo package app-editors/emacs-22.1-r3) does not highlight ''' like the other character constants.
[Prev in Thread] | Current Thread | [Next in Thread] |