all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#63438: 30.0.50; abbrev mode wrongly capitalizes with mixed capitalized words
@ 2023-05-11  7:10 Daniel Fleischer
  2023-05-11  8:29 ` Eli Zaretskii
  2023-05-11 11:45 ` Daniel Martín via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 2 replies; 11+ messages in thread
From: Daniel Fleischer @ 2023-05-11  7:10 UTC (permalink / raw)
  To: 63438

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".

-- 
Daniel Fleischer






^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-05-11 15:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2023-05-11 14:18   ` Daniel Fleischer
2023-05-11 15:49     ` Eli Zaretskii

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.