GNU bug report logs - #58111
[PATCH] Add support for the Adlam script

Previous Next

Package: emacs;

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

Date: Tue, 27 Sep 2022 11:20:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: समीर सिंह Sameer Singh
 <lumarzeli30 <at> gmail.com>
Cc: 58111 <at> debbugs.gnu.org
Subject: Re: bug#58111: [PATCH] Add support for the Adlam script
Date: Tue, 27 Sep 2022 16:15:34 +0300
> From: समीर सिंह Sameer Singh
>  <lumarzeli30 <at> gmail.com>
> Date: Tue, 27 Sep 2022 16:52:22 +0530
> 
> --- a/etc/NEWS
> +++ b/etc/NEWS
> @@ -1229,10 +1229,9 @@ to edit such sequences by allowing point to "enter" the sequence.
>  *** Support for many old scripts and writing systems.
>  Emacs now supports and has language-environments and input methods for
>  several dozens of old scripts that were used in the past for various
> -languages in South and South-East Asia.  For each such script Emacs
> -now has font-selection and character composition rules, a language
> -environment, and an input method.  The newly-added scripts and the
> -corresponding language environments are:
> +languages.  For each such script Emacs now has font-selection and character
> +composition rules, a language environment, and an input method.  The newly-added
> +scripts and the corresponding language environments are:

The new text needs to be re-filled.

> +;; Adlam composition rules
> +(set-char-table-range
> + composition-function-table
> + '(#x1E900 . #x1E95F)
> + (list (vector
> +        "[\x1E900-\x1E95F]+"
> +        1 'font-shape-gstring)))

This doesn't look right: why 1 and not 0?




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

Previous Next


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