GNU bug report logs -
#56323
29.0.50; Add new customisable phonetic Tamil input method
Previous Next
Reported by: Visuwesh <visuweshm <at> gmail.com>
Date: Thu, 30 Jun 2022 12:14:02 UTC
Severity: wishlist
Tags: patch
Found in version 29.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #22 received at 56323 <at> debbugs.gnu.org (full text, mbox):
> From: Visuwesh <visuweshm <at> gmail.com>
> Date: Fri, 01 Jul 2022 18:29:00 +0530
>
> Also, can someone guide me to write a sort function for
> quail-tamil-itrans-compute-syllable-table please? The ideal order of
> consonants should be the same as the one in the default value of
> tamil-consonant-translation, same for tamil-vowel-translation. I tried
> the following
>
> (sort (reverse (mapcar #'car tamil-consonant-translation))
> (lambda (x y) (let ((lx (length x))
> (ly (length y)))
> (if (= lx ly) (string-lessp x y) (< lx ly)))))
>
>
> but that definitely doesn't do what I want. The idea was to sort the
> list so that the basic consonants (க் ங் ச் etc.) first then the composite
> ones (க்ஷ் க்ஷ் etc.) but `string-lessp' does not even sort the basic
> consonants in the right order (the right order being the order in the
> default value of `tamil-consonant-translation').
Then you'll need to write your own comparison function and use it
instead string-lessp.
> Can I use the min-width property in buffer text?
Why do you need that? Please tell more about what you want to
accomplish.
This bug report was last modified 2 years and 312 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.