[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Casing of number literals in ada-mode
From: |
jemarch |
Subject: |
Re: Casing of number literals in ada-mode |
Date: |
Mon, 08 Feb 2010 19:30:40 +0100 |
User-agent: |
Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (Shijō) APEL/10.6 Emacs/23.1.91 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
> Hi Stephen, could you check this patch? If it's OK, we can commit it.
I can't reproduce the problem, so I don't see the need for the fix.
Jose; can you file a bug report, with a reproducer?
You can reproduce the bug in this way:
1) emacs -Q
2) M-xada-mode
3) Type: 16#ffff_ffff#;
You will get the number literal cased to '16#Ffff_Ffff#;'.
ada-adjust-case-region and ada-adjust-case-buffer can also be used to
reproduce the problem.