From: "Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
To: Daniel Fleischer <danflscr@gmail.com>
Cc: 63438@debbugs.gnu.org
Subject: bug#63438: 30.0.50; abbrev mode wrongly capitalizes with mixed capitalized words
Date: Thu, 11 May 2023 13:45:06 +0200 [thread overview]
Message-ID: <m1cz37w0ql.fsf@yahoo.es> (raw)
In-Reply-To: <m235431gy7.fsf@gmail.com> (Daniel Fleischer's message of "Thu, 11 May 2023 10:10:40 +0300")
Daniel Fleischer <danflscr@gmail.com> writes:
> Recipe for recreating:
>
> - Add some abbrev definition with mixed capitalization, e.g. "abc"
> should expand to "aBC".
> - Enable abbrev-mode.
> - Write "aBC".
> - Upon pressing space, abbrev-mode converts it into "ABC".
>
> There is a code section in `abbrev-insert' that explicitly capitalizes
> the first letter; I'm sure it's there for a reason but I think the
> behavior I showed is unexpected. As for the example "aBC", there are
> real use cases, just to mention one "iPhone".
The docstring of define-abbrev describes that abbreviations support a
property list of options. One of them is :case-fixed:
‘:case-fixed’: non-nil means that abbreviations are looked up without
case-folding, and the expansion is not capitalized/upcased.
Perhaps we should make the interactive commands set the :case-fixed
property, if the user wants.
Or to avoid case-folding globally:
(abbrev-table-put global-abbrev-table :case-fixed t)
next prev parent reply other threads:[~2023-05-11 11:45 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-11 7:10 bug#63438: 30.0.50; abbrev mode wrongly capitalizes with mixed capitalized words Daniel Fleischer
2023-05-11 8:29 ` Eli Zaretskii
2023-05-11 9:00 ` Daniel Fleischer
2023-05-11 10:39 ` Eli Zaretskii
2023-05-11 11:03 ` Daniel Fleischer
2023-05-11 11:28 ` Daniel Fleischer
2023-05-11 13:09 ` Eli Zaretskii
2023-05-11 13:07 ` Eli Zaretskii
2023-05-11 11:45 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors [this message]
2023-05-11 14:18 ` Daniel Fleischer
2023-05-11 15:49 ` Eli Zaretskii
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=m1cz37w0ql.fsf@yahoo.es \
--to=bug-gnu-emacs@gnu.org \
--cc=63438@debbugs.gnu.org \
--cc=danflscr@gmail.com \
--cc=mardani29@yahoo.es \
/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).