emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagno


From: Stefan Monnier
Subject: Re: [Emacs-diffs] master 9ce1d38: Use curved quotes in core elisp diagnostics
Date: Fri, 28 Aug 2015 12:40:32 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

> Indeed it's quite frequently used in Catalan.  But I believe it's always
> in the middle of a word (at least I haven't come across it elsewhere).
> Can the syntax class be a function of surrounding characters (e.g. is
> whitespace surrounding the characters)?

Sounds like the case of the ' character, then.
We handle this by giving it the syntax "w p" (in text-mode), so it's
considered as part of a word when it appears inside, but not elsewhere.

The distinction is most visible for `capitalize'.


        Stefan



reply via email to

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