GNU bug report logs -
#58957
[PATCH] Improve Brahmi composition rules.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58957 in the body.
You can then email your comments to 58957 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#58957
; Package
emacs
.
(Wed, 02 Nov 2022 02:42:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
समीर सिंह Sameer Singh <lumarzeli30 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Wed, 02 Nov 2022 02:42:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
The present composition rules for Brahmi have a bug where the virama is not
composed with the consonants, I have fixed that now. I have also added
support for composing velar and bilabial fricatives in Brahmi.
Please review the patch.
Thanks
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#58957
; Package
emacs
.
(Wed, 02 Nov 2022 02:45:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 58957 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Wed, Nov 2, 2022 at 8:12 AM समीर सिंह Sameer Singh <lumarzeli30 <at> gmail.com>
wrote:
> The present composition rules for Brahmi have a bug where the virama is
> not composed with the consonants, I have fixed that now. I have also added
> support for composing velar and bilabial fricatives in Brahmi.
>
> Please review the patch.
> Thanks
>
[Message part 2 (text/html, inline)]
[0001-lisp-language-indian.el-Improve-Brahmi-composition-r.patch (text/x-patch, attachment)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#58957
; Package
emacs
.
(Wed, 02 Nov 2022 12:33:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 58957 <at> debbugs.gnu.org (full text, mbox):
> From: समीर सिंह Sameer Singh
> <lumarzeli30 <at> gmail.com>
> Date: Wed, 2 Nov 2022 08:14:09 +0530
>
> On Wed, Nov 2, 2022 at 8:12 AM समीर सिंह Sameer Singh <lumarzeli30 <at> gmail.com> wrote:
>
> The present composition rules for Brahmi have a bug where the virama is not composed with the
> consonants, I have fixed that now. I have also added support for composing velar and bilabial fricatives in
> Brahmi.
>
> Please review the patch.
Thanks.
Should we perhaps introduce tests for compositions? For example, I
guess you found the problems with the current rules by examining the
display of some sequences of characters, so why not add a test that
would make sure we never again break those composable sequences?
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#58957
; Package
emacs
.
(Wed, 02 Nov 2022 14:59:01 GMT)
Full text and
rfc822 format available.
Message #14 received at 58957 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
>
> Should we perhaps introduce tests for compositions? For example, I
> guess you found the problems with the current rules by examining the
> display of some sequences of characters, so why not add a test that
> would make sure we never again break those composable sequences?
Yes, that would be a good idea.
How should I start? Are there some pre-existing examples that checks for
composition,
or even a manual that describes how to write a test?
Thanks
On Wed, Nov 2, 2022 at 6:02 PM Eli Zaretskii <eliz <at> gnu.org> wrote:
> > From: समीर सिंह Sameer Singh
> > <lumarzeli30 <at> gmail.com>
> > Date: Wed, 2 Nov 2022 08:14:09 +0530
> >
> > On Wed, Nov 2, 2022 at 8:12 AM समीर सिंह Sameer Singh <
> lumarzeli30 <at> gmail.com> wrote:
> >
> > The present composition rules for Brahmi have a bug where the virama is
> not composed with the
> > consonants, I have fixed that now. I have also added support for
> composing velar and bilabial fricatives in
> > Brahmi.
> >
> > Please review the patch.
>
> Thanks.
>
> Should we perhaps introduce tests for compositions? For example, I
> guess you found the problems with the current rules by examining the
> display of some sequences of characters, so why not add a test that
> would make sure we never again break those composable sequences?
>
[Message part 2 (text/html, inline)]
Severity set to 'wishlist' from 'normal'
Request was from
Stefan Kangas <stefankangas <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Sat, 12 Nov 2022 20:35:05 GMT)
Full text and
rfc822 format available.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#58957
; Package
emacs
.
(Thu, 24 Nov 2022 19:41:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 58957 <at> debbugs.gnu.org (full text, mbox):
समीर सिंह Sameer Singh <lumarzeli30 <at> gmail.com> writes:
> Should we perhaps introduce tests for compositions? For example, I
> guess you found the problems with the current rules by examining the
> display of some sequences of characters, so why not add a test that
> would make sure we never again break those composable sequences?
>
> Yes, that would be a good idea.
> How should I start? Are there some pre-existing examples that checks for
> composition,
> or even a manual that describes how to write a test?
We basically have the code in test/, and the `ert' info manual.
Evaluate this to open it:
(info "(ert) Top")
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Sun, 11 Dec 2022 10:40:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
समीर सिंह Sameer Singh <lumarzeli30 <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 11 Dec 2022 10:40:02 GMT)
Full text and
rfc822 format available.
Message #24 received at 58957-done <at> debbugs.gnu.org (full text, mbox):
> From: समीर सिंह Sameer Singh
> <lumarzeli30 <at> gmail.com>
> Date: Wed, 2 Nov 2022 08:14:09 +0530
>
> On Wed, Nov 2, 2022 at 8:12 AM समीर सिंह Sameer Singh <lumarzeli30 <at> gmail.com> wrote:
>
> The present composition rules for Brahmi have a bug where the virama is not composed with the
> consonants, I have fixed that now. I have also added support for composing velar and bilabial fricatives
> in Brahmi.
>
> Please review the patch.
> Thanks
Thanks, I installed this on the emacs-29 branch, and I'm closing the
bug.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#58957
; Package
emacs
.
(Wed, 14 Dec 2022 14:50:01 GMT)
Full text and
rfc822 format available.
Message #27 received at 58957-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Thanks for installing!
Also sorry for not following up on the test idea and also the vertical text
input, I have started college from the past
month and am therefore finding it difficult to manage my time :'( . I
promise to return to them in the near future.
On Sun, Dec 11, 2022 at 4:09 PM Eli Zaretskii <eliz <at> gnu.org> wrote:
> > From: समीर सिंह Sameer Singh
> > <lumarzeli30 <at> gmail.com>
> > Date: Wed, 2 Nov 2022 08:14:09 +0530
> >
> > On Wed, Nov 2, 2022 at 8:12 AM समीर सिंह Sameer Singh <
> lumarzeli30 <at> gmail.com> wrote:
> >
> > The present composition rules for Brahmi have a bug where the virama is
> not composed with the
> > consonants, I have fixed that now. I have also added support for
> composing velar and bilabial fricatives
> > in Brahmi.
> >
> > Please review the patch.
> > Thanks
>
> Thanks, I installed this on the emacs-29 branch, and I'm closing the
> bug.
>
[Message part 2 (text/html, inline)]
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#58957
; Package
emacs
.
(Wed, 14 Dec 2022 21:43:02 GMT)
Full text and
rfc822 format available.
Message #30 received at 58957-done <at> debbugs.gnu.org (full text, mbox):
समीर सिंह Sameer Singh <lumarzeli30 <at> gmail.com> writes:
> Thanks for installing!
>
> Also sorry for not following up on the test idea and also the vertical text
> input, I have started college from the past
> month and am therefore finding it difficult to manage my time :'( . I
> promise to return to them in the near future.
Thanks for your work on Emacs.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 12 Jan 2023 12:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 163 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.