unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Kévin Le Gouguec" <kevin.legouguec@gmail.com>
To: 41747@debbugs.gnu.org
Subject: bug#41747: 27.0.91; Add default fontset setup for "Symbols and Pictographs Extended-A"
Date: Sun, 07 Jun 2020 15:47:10 +0200	[thread overview]
Message-ID: <87zh9foun5.fsf@gmail.com> (raw)
In-Reply-To: <874krnq9df.fsf@gmail.com> ("Kévin Le Gouguec"'s message of "Sun, 07 Jun 2020 15:43:40 +0200")

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

Kévin Le Gouguec <kevin.legouguec@gmail.com> writes:

> (Will followup with an updated patch as soon as I get a bug number.)

See attached.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-Use-Symbola-to-cover-Symbols-and-Pictographs-Extende.patch --]
[-- Type: text/x-patch, Size: 1420 bytes --]

From a82e064f6a21b0a68549c7a7441e740ab448935a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?K=C3=A9vin=20Le=20Gouguec?= <kevin.legouguec@gmail.com>
Date: Sun, 7 Jun 2020 13:55:10 +0200
Subject: [PATCH] Use Symbola to cover "Symbols and Pictographs Extended-A"

This Unicode block was added in version 12.0 and extends the
"Supplemental Symbols and Pictographs" block.  Symbola covers all
characters in this block (Bug#41747).

* lisp/international/fontset.el (setup-default-fontset): Add "Symbols
and Pictographs Extended-A" to the subgroups covered by Symbola.
---
 lisp/international/fontset.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el
index 23abb0d0a9..f3657c151f 100644
--- a/lisp/international/fontset.el
+++ b/lisp/international/fontset.el
@@ -870,7 +870,8 @@ setup-default-fontset
              (#x1F780 . #x1F7FF)	;; Geometric Shapes Extended
              (#x1F800 . #x1F8FF)	;; Supplemental Arrows-C
              (#x1F900 . #x1F9FF)	;; Supplemental Symbols and Pictographs
-             (#x1FA00 . #x1FA6F)))	;; Chess Symbols
+             (#x1FA00 . #x1FA6F)	;; Chess Symbols
+             (#x1FA70 . #x1FAFF)))	;; Symbols and Pictographs Extended-A
     (set-fontset-font "fontset-default" symbol-subgroup
                       '("Symbola" . "iso10646-1") nil 'prepend))
   ;; Box Drawing and Block Elements
-- 
2.26.2


  reply	other threads:[~2020-06-07 13:47 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-07 13:43 bug#41747: 27.0.91; Add default fontset setup for "Symbols and Pictographs Extended-A" Kévin Le Gouguec
2020-06-07 13:47 ` Kévin Le Gouguec [this message]
2020-06-07 14:39 ` Eli Zaretskii
2020-06-07 15:22   ` Kévin Le Gouguec
2020-06-08 14:36     ` Eli Zaretskii
2020-06-08 20:59       ` Kévin Le Gouguec
2020-06-09  2:38         ` Richard Stallman
2020-06-09  9:58           ` Kévin Le Gouguec
2020-06-09 14:35           ` Eli Zaretskii
2020-06-10  0:53             ` Richard Stallman
2020-06-10  8:36               ` Kévin Le Gouguec
2020-06-10 14:48                 ` Eli Zaretskii
2020-06-11 20:58                 ` Alan Third
2020-06-11 21:03                   ` Alan Third
2020-06-10 14:38               ` Eli Zaretskii
2020-06-11  3:40                 ` Richard Stallman
2020-06-09 14:19         ` Eli Zaretskii
2020-06-09  2:35       ` Richard Stallman
2020-06-09  9:27         ` Kévin Le Gouguec
2020-06-09 14:41           ` Eli Zaretskii
2020-06-10  0:55           ` Richard Stallman
2020-06-10  8:50             ` Kévin Le Gouguec
2020-06-11  3:36               ` Richard Stallman

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87zh9foun5.fsf@gmail.com \
    --to=kevin.legouguec@gmail.com \
    --cc=41747@debbugs.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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).