bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#30815: 26.0.91; unicode right single quote mark with syntax entry of


From: Eli Zaretskii
Subject: bug#30815: 26.0.91; unicode right single quote mark with syntax entry of w not respected by forward-word
Date: Wed, 14 Mar 2018 18:09:11 +0200

> From: Aaron Jensen <aaronjensen@gmail.com>
> Date: Tue, 13 Mar 2018 19:43:03 -0700
> Cc: 30815@debbugs.gnu.org
> 
> Is the case for this when two words of different scripts are next to
> each other? I suppose that'd make sense if they also didn't have a
> space between them for some reason (probably possible with some
> languages)
> 
> > Maybe there is some other way to get the wanted behaviour though.  I
> > also found Bug#13129 asking about this.
> 
> Since the right quote is part of the General Punctuation script
> (afaict), what if some scripts, like that one, were treated neutrally?
> That is, they derived their behavior solely from the syntax entry.
> This is probably a bad idea for a number of reasons I don't even know
> I don't know.

We could introduce a new script, say, 'punctuation', and treat that
specially.  Doing that with all the characters of the 'symbol' script
is probably not what users will expect, I invite you to look in
charscript.el where you will see what Unicode blocks belong to
'symbol'.  So we will have to decide which characters to assign to
that new script.

But before we discuss this issue more, I think we need to talk about
the goals.  E.g., is this only for text-derived modes, or also for
programming modes?  More generally, why did you want to change the
syntax entry of ’ ?

The next question is what other characters need this special handling,
and how many of them are there?

Armed with answers to these questions, we could then decide how to
implement the requested feature, if at all.

Btw, you should know that in some quarters using ’ as an apostrophe is
anathema: they maintain one should use u+02B7 MODIFIER LETTER
APOSTROPHE instead, in particular because it doesn't have the script
disparity issue in this context.  See, for example, this URL:

  
https://tedclancy.wordpress.com/2015/06/03/which-unicode-character-should-represent-the-english-apostrophe-and-why-the-unicode-committee-is-very-wrong/





reply via email to

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