emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (local) abbrev injective and other problems, capitalization


From: Stefan Monnier
Subject: Re: (local) abbrev injective and other problems, capitalization
Date: Tue, 10 Jul 2018 00:06:49 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> I would like to have to following expansions:
>
> A
>
>   nacion --> nacíon
>   Nacion --> Nacíon

Barring bugs, this is what you should be getting by default when you
define a single "nacion --> nacíon" abbrev [which language is that?]

> And if explicitly defined
>
> B
>   nacion --> Nacíon
>   Nacion --> nacíon

These ones require `:case-fixed t` but they also require that you don't
`downcase` the string before passing it to `define-abbrev`, of course.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]