From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Subject: Re: (local) abbrev injective and other problems, capitalization
Date: Tue, 10 Jul 2018 00:06:49 -0400 [thread overview]
Message-ID: <jwv7em3ivqg.fsf-monnier+gmane.emacs.devel@gnu.org> (raw)
In-Reply-To: 87h8lgzsoy.fsf@mat.ucm.es
> 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
prev parent reply other threads:[~2018-07-10 4:06 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
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=jwv7em3ivqg.fsf-monnier+gmane.emacs.devel@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@gnu.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).