GNU bug report logs - #58098
Improve composition rules for Gumrukhi

Previous Next

Package: emacs;

Reported by: समीर सिंह Sameer Singh <lumarzeli30 <at> gmail.com>

Date: Mon, 26 Sep 2022 18:44:01 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: समीर सिंह Sameer Singh
 <lumarzeli30 <at> gmail.com>
Cc: 58098 <at> debbugs.gnu.org
Subject: Re: bug#58098: Improve composition rules for Gumrukhi
Date: Tue, 27 Sep 2022 16:12:57 +0300
> From: समीर सिंह Sameer Singh
>  <lumarzeli30 <at> gmail.com>
> Date: Tue, 27 Sep 2022 01:30:31 +0530
> 
> --- a/lisp/international/fontset.el
> +++ b/lisp/international/fontset.el
> @@ -300,7 +300,8 @@ font-encoding-charset-alist
>  	(ottoman-siyaq-number #x1ed01)
>  	(mahjong-tile #x1F000)
>  	(domino-tile #x1F030)
> -        (emoji #x1F300 #x1F600)))
> +        (emoji #x1F300 #x1F600)
> +        (chess-symbol #x1FA00 #x1FA67)))

I don't understand this part: why should we require #x1FA67?  Did you
perhaps mean this:

      (chess-symbol . [#x1FA00 #x1FA67])

> @@ -836,7 +837,8 @@ setup-default-fontset
>                      tai-tham
>  		    mahjong-tile
>  		    domino-tile
> -                    emoji))
> +                    emoji
> +                    chess-symbol))

We already have the setup for chess-symbol, below this line where you
are making changes.  Is it not enough for some reason?




This bug report was last modified 2 years and 240 days ago.

Previous Next


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