all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Kévin Le Gouguec" <kevin.legouguec@gmail.com>
To: emacs-devel@gnu.org
Cc: Eli Zaretskii <eliz@gnu.org>
Subject: Re: master 0ddc03cf8c: Fix minor inconsistencies in 'char-script-table'
Date: Mon, 17 Jan 2022 22:35:01 +0100	[thread overview]
Message-ID: <87pmoqt5a2.fsf@gmail.com> (raw)
In-Reply-To: <20220117195113.2ED72C0DA30@vcs2.savannah.gnu.org> (Eli Zaretskii's message of "Mon, 17 Jan 2022 14:51:13 -0500 (EST)")

[-- Attachment #1: Type: text/plain, Size: 621 bytes --]

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?  (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)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: cuneiform.patch --]
[-- Type: text/x-patch, Size: 407 bytes --]

diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index cf82514095..bd557df180 100644
--- a/lisp/international/fontset.el
+++ b/lisp/international/fontset.el
@@ -765,7 +765,6 @@ setup-default-fontset
                     old-uyghur
 		    makasar
                     dives-akuru
-		    cuneiform-numbers-and-punctuation
 		    cuneiform
 		    egyptian
                     tangsa

[-- Attachment #3: Type: text/plain, Size: 51 bytes --]


(Hope I'm not missing something; apologies if so)

       reply	other threads:[~2022-01-17 21:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <164244907287.6972.10392029635598311022@vcs2.savannah.gnu.org>
     [not found] ` <20220117195113.2ED72C0DA30@vcs2.savannah.gnu.org>
2022-01-17 21:35   ` Kévin Le Gouguec [this message]
2022-01-18 14:26     ` master 0ddc03cf8c: Fix minor inconsistencies in 'char-script-table' Eli Zaretskii

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pmoqt5a2.fsf@gmail.com \
    --to=kevin.legouguec@gmail.com \
    --cc=eliz@gnu.org \
    --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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.