all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* (local) abbrev injective and other problems, capitalization
@ 2018-07-03  7:25 Uwe Brauer
  2018-07-03 22:01 ` Stefan Monnier
  2018-07-10  4:06 ` Stefan Monnier
  0 siblings, 2 replies; 6+ messages in thread
From: Uwe Brauer @ 2018-07-03  7:25 UTC (permalink / raw
  To: emacs-devel


Hi 

I think I brought up that subject some time ago but it seems it was
never really solved, even not in git master from June.


Here is the problem (I am concentrating on local
abbrev, but I don't think that is important).


I would like to have to following expansions:

A

  nacion --> nacíon
  Nacion --> Nacíon

And if explicitly defined

B
  nacion --> Nacíon
  Nacion --> nacíon

But what I don't want is that when A is defined, B is implied.

I mainly define abbrev via flyspell, but I was surprised to find that if
I type

 Nacion M-x inserve-add-mode-abbrev Nacíon enter

But then nacíon is expanded to Nacíon 

That is wrong!


So there seems something wrong with capitalisation. Looking at the
corresponding local abbrev table I see.


"nacion"       4    "Nacíon"

Which is wrong it should have been 

"Nacíon"      4 "Nacíon"


What do I miss?

Regards

Uwe Brauer 




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

end of thread, other threads:[~2018-07-10  4:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-03  7:25 (local) abbrev injective and other problems, capitalization Uwe Brauer
2018-07-03 22:01 ` Stefan Monnier
2018-07-04  6:27   ` Uwe Brauer
2018-07-04 13:01     ` Stefan Monnier
2018-07-05 10:15       ` Uwe Brauer
2018-07-10  4:06 ` Stefan Monnier

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.