From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jemarch@gnu.org Newsgroups: gmane.emacs.devel Subject: Re: Casing of number literals in ada-mode Date: Mon, 08 Feb 2010 19:30:40 +0100 Organization: GNU Message-ID: <876367wpf3.wl%jemarch@gnu.org> References: <871vgwpuph.wl%jemarch@gnu.org> <87wryocy26.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1265654013 32655 80.91.229.12 (8 Feb 2010 18:33:33 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Feb 2010 18:33:33 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 08 19:33:28 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NeYPd-0001to-Mn for ged-emacs-devel@m.gmane.org; Mon, 08 Feb 2010 19:32:48 +0100 Original-Received: from localhost ([127.0.0.1]:35977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeYPR-0006cS-Up for ged-emacs-devel@m.gmane.org; Mon, 08 Feb 2010 13:32:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NeYMN-0005HY-8m for emacs-devel@gnu.org; Mon, 08 Feb 2010 13:29:23 -0500 Original-Received: from [199.232.76.173] (port=45684 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NeYMM-0005HG-MS for emacs-devel@gnu.org; Mon, 08 Feb 2010 13:29:22 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NeYML-0007Cd-Fj for emacs-devel@gnu.org; Mon, 08 Feb 2010 13:29:22 -0500 Original-Received: from p4fff21c3.dip.t-dialin.net ([79.255.33.195]:38481 helo=malditobastardo.gnu.org) by monty-python.gnu.org with esmtpa (Exim 4.60) (envelope-from ) id 1NeYMK-0007Bt-Sg; Mon, 08 Feb 2010 13:29:21 -0500 In-Reply-To: User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?UTF-8?B?U2hpasWN?=) APEL/10.6 Emacs/23.1.91 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-Face: YWi{2@v4Kx"fmpv)!VdB'C1viD0`>da4ALeX5ff%")JN|VN1RnL_Sb, iEq(|K<78@`KJTX4 W)_z; v0i%Rh)\/R]m^bj%rxO4!3^cVk49m/68^BVTo7Ip8kiXE=s5_p+*q*Pfs[f,=xAy$Wy?)&eM) pU^5X,rfkf X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:121025 Archived-At: > 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.