unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Stefan Kangas <stefan@marxist.se>
To: Stephen Leake <stephen_leake@stephe-leake.org>
Cc: 19052@debbugs.gnu.org, Alberto <alberto.ing@gmail.com>
Subject: bug#19052: 24.4; Undocumented behaviour change of ada-capitalize-word in 24.4
Date: Sat, 29 Feb 2020 19:21:23 +0100	[thread overview]
Message-ID: <87wo855k64.fsf@stefankangas.se> (raw)
In-Reply-To: <CAAp6-RQArxdKhz3irEk57GaQoMvko+SBk3VQwYHR4vBpu6B_qA@mail.gmail.com> (Alberto's message of "Fri, 14 Nov 2014 09:58:17 +0000")

Hi Stephen,

Could you please help take a look at the below bug report?

Thanks in advance.

Best regards,
Stefan Kangas


Alberto <alberto.ing@gmail.com> writes:

> Open a new ada file "test.adb"
> Change the setting ada-case-identifier to ada-capitalize-word
> Type a test identifier, e.g. test_bad_capitalisation
> The expected (and documented) result is Test_Bad_Capitalisation
> The actual result is Test_bad_capitalisation.
>
> Note that ada-loose-case-word works as intended.
>
> In GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, X toolkit, Xaw scroll bars)
>  of 2014-10-23 on gedapvl29
> Windowing system distributor `Moba/X', version 11.0.11405000
> System Description: SUSE Linux Enterprise Server 11 (x86_64)
>
> Configured using:
>  `configure --prefix /VEGA/SESOME/common/install/emacs-24.4
>  --without-gconf --with-x-toolkit=lucid --with-wide-int
>  --enable-gtk-deprecation-warnings'
>
> Important settings:
>   value of $LANG: en_GB.UTF-8
>   locale-coding-system: utf-8-unix
>
> Major mode: Ada
>
> Minor modes in effect:
>   tooltip-mode: t
>   electric-indent-mode: t
>   mouse-wheel-mode: t
>   tool-bar-mode: t
>   menu-bar-mode: t
>   file-name-shadow-mode: t
>   global-font-lock-mode: t
>   font-lock-mode: t
>   blink-cursor-mode: t
>   auto-composition-mode: t
>   auto-encryption-mode: t
>   auto-compression-mode: t
>   line-number-mode: t
>   transient-mark-mode: t
>
> Recent input:
> C-x C-f / t m p / t e s t . a d b <return> n o <return> 
> <help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
> <help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
> <help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
> <help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
> <help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
> <help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
> <help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
> <help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
> <help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
> <help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
> <help-echo> <help-echo> <help-echo> <menu-bar> <options> 
> <customize> <customize-option> a d a - i <tab> <backspace> 
> <backspace> <backspace> <backspace> <backspace> <backspace> 
> c a <tab> i <tab> <return> <help-echo> <help-echo> 
> <down-mouse-1> <help-echo> <help-echo> <down-mouse-1> 
> <help-echo> <down-mouse-1> <mouse-1> C-x k <return> 
> h e l l o _ t e s t _ b a d <return> <down-mouse-1> 
> <mouse-movement> <mouse-1> M-x r e p o r t <tab> <
> return>
>
> Recent messages:
> For information about GNU Emacs and the GNU system, type C-h C-a.
> (New file)
> Warning: editing through the link bypasses version control
> Creating customization items...
> Creating customization items ...done
> Resetting customization items...done
> Creating customization setup...done
> To install your edits, invoke [State] and choose the Set operation
>
> Load-path shadows:
> None found.
>
> Features:
> (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
> mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
> gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
> mail-prsvr mail-utils cus-edit cus-start cus-load wid-edit cl-loaddefs
> cl-lib ada-mode vc-git advice help-fns easymenu compile comint
> ansi-color ring which-func imenu align find-file time-date tooltip
> electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd
> tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment
> lisp-mode prog-mode register page menu-bar rfn-eshadow timer select
> scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham
> georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
> korean japanese hebrew greek romanian slovak czech european ethiopic
> indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
> abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files
> text-properties overlay sha1 md5 base64 format env code-pages mule
> custom widget hashtable-print-readable backquote make-network-process
> dbusbind inotify dynamic-setting font-render-setting x-toolkit x
> multi-tty emacs)
>
> Memory information:
> ((conses 16 105866 7109)
>  (symbols 48 20709 0)
>  (miscs 40 154 185)
>  (strings 32 19036 3966)
>  (string-bytes 1 551010)
>  (vectors 16 11909)
>  (vector-slots 8 410890 5063)
>  (floats 8 75 473)
>  (intervals 56 262 0)
>  (buffers 960 14)
>  (heap 1024 11052 633))





  reply	other threads:[~2020-02-29 18:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-14  9:58 bug#19052: 24.4; Undocumented behaviour change of ada-capitalize-word in 24.4 Alberto
2020-02-29 18:21 ` Stefan Kangas [this message]
2021-05-28  2:15 ` Lars Ingebrigtsen
2021-06-25 14:36   ` Lars Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wo855k64.fsf@stefankangas.se \
    --to=stefan@marxist.se \
    --cc=19052@debbugs.gnu.org \
    --cc=alberto.ing@gmail.com \
    --cc=stephen_leake@stephe-leake.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).