From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stephen Leake Newsgroups: gmane.emacs.devel Subject: Re: Casing of number literals in ada-mode Date: Mon, 08 Feb 2010 17:13:40 -0500 Message-ID: References: <871vgwpuph.wl%jemarch@gnu.org> <87wryocy26.fsf@stupidchicken.com> <876367wpf3.wl%jemarch@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1265667242 19021 80.91.229.12 (8 Feb 2010 22:14:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Feb 2010 22:14:02 +0000 (UTC) Cc: Chong Yidong , emacs-devel@gnu.org To: jemarch@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 08 23:13:59 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 1Nebrh-0004Zd-7f for ged-emacs-devel@m.gmane.org; Mon, 08 Feb 2010 23:13:57 +0100 Original-Received: from localhost ([127.0.0.1]:51753 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nebrg-00020v-6C for ged-emacs-devel@m.gmane.org; Mon, 08 Feb 2010 17:13:56 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nebra-00020d-F5 for emacs-devel@gnu.org; Mon, 08 Feb 2010 17:13:50 -0500 Original-Received: from [199.232.76.173] (port=53266 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NebrZ-00020P-On for emacs-devel@gnu.org; Mon, 08 Feb 2010 17:13:49 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NebrY-0005hU-6w for emacs-devel@gnu.org; Mon, 08 Feb 2010 17:13:49 -0500 Original-Received: from qmta06.westchester.pa.mail.comcast.net ([76.96.62.56]:35151) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NebrX-0005h1-PX for emacs-devel@gnu.org; Mon, 08 Feb 2010 17:13:47 -0500 Original-Received: from omta10.westchester.pa.mail.comcast.net ([76.96.62.28]) by qmta06.westchester.pa.mail.comcast.net with comcast id fTCn1d0010cZkys56aDo8V; Mon, 08 Feb 2010 22:13:48 +0000 Original-Received: from SABUL ([68.50.111.2]) by omta10.westchester.pa.mail.comcast.net with comcast id faDn1d0090394wc3WaDndw; Mon, 08 Feb 2010 22:13:48 +0000 In-Reply-To: <876367wpf3.wl%jemarch@gnu.org> (jemarch@gnu.org's message of "Mon\, 08 Feb 2010 19\:30\:40 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (windows-nt) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:121028 Archived-At: jemarch@gnu.org writes: > > 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#; Ok, now I see it. I never type hex with all lowercase, so I've never encountered this. Yes, this is a good fix. I've added this to my test suite. Thanks for reporting and fixing this. -- -- Stephe