GNU bug report logs - #17261
Some combining characters don't combine (Emacs 24 regression)

Previous Next

Package: emacs;

Reported by: Max Shinn <max <at> maxshinnpotential.com>

Date: Sun, 13 Apr 2014 17:20:01 UTC

Severity: normal

Tags: notabug

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 17261 in the body.
You can then email your comments to 17261 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#17261; Package emacs. (Sun, 13 Apr 2014 17:20:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Max Shinn <max <at> maxshinnpotential.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Sun, 13 Apr 2014 17:20:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Max Shinn <max <at> maxshinnpotential.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Some combining characters don't combine (Emacs 24 regression)
Date: Sun, 13 Apr 2014 10:49:44 -0500
[Message part 1 (text/plain, inline)]
Certain combining characters---such as the combining vector
arrow (0x20D7, a⃗) and the combining circle (0x20DD, a⃝)---do not
combine properly under most fonts on Emacs 24.3.1 under Debian GNU/Linux
x86_64, GTK 3.4.2.  In Emacs 23.3.1, these characters worked properly
under several fonts (for instance, Droid Sans Mono), whereas in Emacs
24, they only work properly with the FreeMono font.  The precise
behavior I am observing on Emacs 24 is where the base character and the
combining character sit side-by-side instead of superimposed on one
another.
[signature.asc (application/pgp-signature, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17261; Package emacs. (Sun, 13 Apr 2014 17:37:01 GMT) Full text and rfc822 format available.

Message #8 received at 17261 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Max Shinn <max <at> maxshinnpotential.com>, Kenichi Handa <handa <at> gnu.org>
Cc: 17261 <at> debbugs.gnu.org
Subject: Re: bug#17261: Some combining characters don't combine (Emacs
 24	regression)
Date: Sun, 13 Apr 2014 20:36:42 +0300
> Date: Sun, 13 Apr 2014 10:49:44 -0500
> From: Max Shinn <max <at> maxshinnpotential.com>
> 
> Certain combining characters---such as the combining vector
> arrow (0x20D7, a⃗) and the combining circle (0x20DD, a⃝)---do not
> combine properly under most fonts on Emacs 24.3.1 under Debian GNU/Linux
> x86_64, GTK 3.4.2.  In Emacs 23.3.1, these characters worked properly
> under several fonts (for instance, Droid Sans Mono), whereas in Emacs
> 24, they only work properly with the FreeMono font.  The precise
> behavior I am observing on Emacs 24 is where the base character and the
> combining character sit side-by-side instead of superimposed on one
> another.

Looks like some side effect of changes in how we select fonts.  Where
Emacs 23 would force the base character to use the font that could
display the combining character, Emacs 24 now does not, which disables
auto-composition because Emacs can only compose characters that come
from the same font.  So the only way to display those characters as
composed is to select a buffer font that can display them.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17261; Package emacs. (Sat, 21 Sep 2019 09:52:02 GMT) Full text and rfc822 format available.

Message #11 received at 17261 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Max Shinn <max <at> maxshinnpotential.com>, Kenichi Handa <handa <at> gnu.org>,
 17261 <at> debbugs.gnu.org
Subject: Re: bug#17261: Some combining characters don't combine (Emacs 24
 regression)
Date: Sat, 21 Sep 2019 11:51:02 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

>> Date: Sun, 13 Apr 2014 10:49:44 -0500
>> From: Max Shinn <max <at> maxshinnpotential.com>
>>
>> Certain combining characters---such as the combining vector
>> arrow (0x20D7, a⃗) and the combining circle (0x20DD, a⃝)---do not
>> combine properly under most fonts on Emacs 24.3.1 under Debian GNU/Linux
>> x86_64, GTK 3.4.2.  In Emacs 23.3.1, these characters worked properly
>> under several fonts (for instance, Droid Sans Mono), whereas in Emacs
>> 24, they only work properly with the FreeMono font.  The precise
>> behavior I am observing on Emacs 24 is where the base character and the
>> combining character sit side-by-side instead of superimposed on one
>> another.
>
> Looks like some side effect of changes in how we select fonts.  Where
> Emacs 23 would force the base character to use the font that could
> display the combining character, Emacs 24 now does not, which disables
> auto-composition because Emacs can only compose characters that come
> from the same font.  So the only way to display those characters as
> composed is to select a buffer font that can display them.

Does that mean that the behaviour is not a bug, or should it be fixed?

Best regards,
Stefan Kangas




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17261; Package emacs. (Sat, 21 Sep 2019 12:22:02 GMT) Full text and rfc822 format available.

Message #14 received at 17261 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: max <at> maxshinnpotential.com, handa <at> gnu.org, 17261 <at> debbugs.gnu.org
Subject: Re: bug#17261: Some combining characters don't combine (Emacs 24
 regression)
Date: Sat, 21 Sep 2019 15:21:05 +0300
> From: Stefan Kangas <stefan <at> marxist.se>
> Date: Sat, 21 Sep 2019 11:51:02 +0200
> Cc: Max Shinn <max <at> maxshinnpotential.com>, Kenichi Handa <handa <at> gnu.org>, 17261 <at> debbugs.gnu.org
> 
> > Looks like some side effect of changes in how we select fonts.  Where
> > Emacs 23 would force the base character to use the font that could
> > display the combining character, Emacs 24 now does not, which disables
> > auto-composition because Emacs can only compose characters that come
> > from the same font.  So the only way to display those characters as
> > composed is to select a buffer font that can display them.
> 
> Does that mean that the behaviour is not a bug, or should it be fixed?

I don't think it's a bug, no.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#17261; Package emacs. (Tue, 29 Oct 2019 04:32:02 GMT) Full text and rfc822 format available.

Message #17 received at 17261 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefan <at> marxist.se>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: Max Shinn <max <at> maxshinnpotential.com>, Kenichi Handa <handa <at> gnu.org>,
 17261 <at> debbugs.gnu.org
Subject: Re: bug#17261: Some combining characters don't combine (Emacs 24
 regression)
Date: Tue, 29 Oct 2019 05:30:44 +0100
tags 17261 + notabug
close 17261
thanks

Eli Zaretskii <eliz <at> gnu.org> writes:

> > Does that mean that the behaviour is not a bug, or should it be fixed?
>
> I don't think it's a bug, no.

No further comments within 5 weeks, so I'll go ahead and close this.

Best regards,
Stefan Kangas




Added tag(s) notabug. Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Tue, 29 Oct 2019 04:32:03 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 17261 <at> debbugs.gnu.org and Max Shinn <max <at> maxshinnpotential.com> Request was from Stefan Kangas <stefan <at> marxist.se> to control <at> debbugs.gnu.org. (Tue, 29 Oct 2019 04:32:03 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 26 Nov 2019 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 5 years and 263 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.