[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 0ddc03cf8c: Fix minor inconsistencies in 'char-script-table'
From: |
Eli Zaretskii |
Subject: |
Re: master 0ddc03cf8c: Fix minor inconsistencies in 'char-script-table' |
Date: |
Tue, 18 Jan 2022 16:26:26 +0200 |
> From: Kévin Le Gouguec <kevin.legouguec@gmail.com>
> Cc: Eli Zaretskii <eliz@gnu.org>
> Date: Mon, 17 Jan 2022 22:35:01 +0100
>
> Eli Zaretskii <eliz@gnu.org> writes:
>
> > @@ -253,7 +252,6 @@
> > (gunjala-gondi #x11D60)
> > (makasar #x11EE0)
> > (cuneiform #x12000)
> > - (cuneiform-numbers-and-punctuation #x12400)
> > (cypro-minoan #x12F90)
> > (egyptian #x13000)
> > (mro #x16A40)
>
> Mmm, emacs -Q seems to complain now:
>
> > Error (initialization): Creation of the default fontsets failed:
> > (error Invalid script or charset name:
> > cuneiform-numbers-and-punctuation)
>
> Is something like the following in order?
Yes, thanks.
> (There's also another remnant of cuneiform-numbers-and-punctuation
> in w32font.c; maybe it also deserves the axe, but I can't test the
> change)
That one was actually a subtle bug, so good riddance!