From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alberto Newsgroups: gmane.emacs.help Subject: Re: Ada mode auto-casing changed behaviour after 24.4 Date: Fri, 14 Nov 2014 09:44:36 +0000 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1415974629 2533 80.91.229.3 (14 Nov 2014 14:17:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Nov 2014 14:17:09 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 14 15:17:03 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XpHgM-0002kz-5F for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Nov 2014 15:17:02 +0100 Original-Received: from localhost ([::1]:36730 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpHgL-00005q-Gk for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Nov 2014 09:17:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:39019) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpDQm-0005EF-Ep for help-gnu-emacs@gnu.org; Fri, 14 Nov 2014 04:44:41 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XpDQl-0003hB-BJ for help-gnu-emacs@gnu.org; Fri, 14 Nov 2014 04:44:40 -0500 Original-Received: from mail-la0-x22a.google.com ([2a00:1450:4010:c03::22a]:45061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XpDQk-0003gy-Oj for help-gnu-emacs@gnu.org; Fri, 14 Nov 2014 04:44:39 -0500 Original-Received: by mail-la0-f42.google.com with SMTP id s18so858004lam.29 for ; Fri, 14 Nov 2014 01:44:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:from:date:message-id:subject:to :content-type; bh=+rSjRxfaKnErPtjjQH635yU6kEHoozU3Fer34hWrDE8=; b=dxDeona7wVLBJ0glh/2e/ipAT2E4/dE7LE9JI2jN5AfFgXaStWT8DD77rW1T3rAJwS ZXBW5zORROSjVDcNgK7lxLc6ei/WeKSj71jpcHRqoN2FBbku9N4+rbIAEf1/AmjUqXHa 0dakJ6sTAt2wG3g5LHzS+VKs3Cc+9DgzNEB4fi3bD1tH/lX8mTGqNcb6xCA5eR6uIaEA sFsi4QQb0eFzL98uoGds02HKn1NdBdjeDwJMz3CVOmpARzYWqunLcysK6hmf3XebaPzX 7jHz1p+lz5oyjMDKpClAMFi5RzRqwTk3XVxyY1E1ZzWrPs8Z0fAYDFAoUUg6vXgfkS8F 36TA== X-Received: by 10.152.207.71 with SMTP id lu7mr1105921lac.81.1415958277540; Fri, 14 Nov 2014 01:44:37 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c03::22a X-Mailman-Approved-At: Fri, 14 Nov 2014 09:16:46 -0500 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100925 Archived-At: On Thu Nov 13 2014 at 4:53:49 PM Stefan Monnier wrote: > > It may seem a small thing, but it breaks my coding standards and looks > odd > > on existing code. > > I don't know of such a change in 24.4, so please find a reproducible > test case starting from "emacs -Q" and make it a big report. > > I'm preparing the report now. It can be reproduced with "emacs -Q", interestingly the behaviour for "ada-loose-case-word" is still correct. Only "ada-capitalize-word" is broken.