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 #20 received at 58111 <at> debbugs.gnu.org (full text, mbox):

From: समीर सिंह Sameer Singh
 <lumarzeli30 <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 58111 <at> debbugs.gnu.org
Subject: Re: bug#58111: [PATCH] Add support for the Adlam script
Date: Tue, 27 Sep 2022 21:23:40 +0530
[Message part 1 (text/plain, inline)]
>
> This doesn't look right: why 1 and not 0?


I copied this from my hanifi-rohingya composition rules, where I do not
remember
why I added 0 instead of 1. Even though they were working as intended I
have replaced it with 0
there just to be safe.

On Tue, Sep 27, 2022 at 6:46 PM Eli Zaretskii <eliz <at> gnu.org> wrote:

> > 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?
>
[Message part 2 (text/html, inline)]
[0001-Add-support-for-the-Adlam-script-bug-58111.patch (text/x-patch, attachment)]

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

Previous Next


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