GNU bug report logs - #1913
Identifier after reserved word "raise" is not always highlighted in Ada-mode

Previous Next

Package: emacs;

Reported by: Erik <esigra <at> gmail.com>

Date: Thu, 15 Jan 2009 08:05:05 UTC

Severity: minor

Done: Stephen Leake <stephen_leake <at> stephe-leake.org>

Bug is archived. No further changes may be made.

Full log


Message #48 received at 1913 <at> debbugs.gnu.org (full text, mbox):

From: Juanma Barranquero <lekktu <at> gmail.com>
To: Stephen Leake <stephen_leake <at> stephe-leake.org>
Cc: 1913 <at> debbugs.gnu.org
Subject: Re: bug#1913: Identifier after reserved word "raise" is not always
Date: Sun, 10 Jul 2011 01:24:33 +0200
Stephen, are you planning to fix this problem?

> It is clear that [a-zA-Z] does not match the characters permitted by
> the Ada standard.
>
> However, neither does [[:alpha:]] - consider this fragment:
>
> procedure doµ
>
> the 'µ' (entered by C-x 8 u) is not matched by [[:alpha:]]*
> (Emacs 23.1, Windows XP, LANG=C.UTF-8).

That's because C-x 8 u inserts U+00B5 MICRO SIGN.

Try C-x 8 <RET> 3BC <RET>, which inserts U+03BC GREEK SMALL LETTER MU.

    Juanma




This bug report was last modified 4 years and 330 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.