bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56323: 29.0.50; [v2] Add new customisable phonetic Tamil input metho


From: Visuwesh
Subject: bug#56323: 29.0.50; [v2] Add new customisable phonetic Tamil input method
Date: Sat, 02 Jul 2022 17:45:45 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

[வெள்ளி ஜூலை 01, 2022] Eli Zaretskii wrote:

>> > Looks like simple misalignment to me, which should be cured by using
>> > pixel-resolution alignment features.
>> 
>> Yep, it is misalignment.  I could try to use those pixel-resolution
>> alignment features but I really don't think I can do a good enough job.
>> It is something I tried in the past but gave up since it was too complex
>> for me.  The current code produces a Good Enough™ table and I think I
>> will just leave it unless Someone™ complains since after all, the
>> current situation is much better than what we have in Emacs 28 (the
>> docfix that happened as part of bug#50143 isn't in Emacs 28).
>
> I thought vtable.el was about solving such problems?

I tried to use vtable.el to produce the syllable table.  There are two
problems:

    . all the calculation done by vtable is slow (perhaps to no one's
      surprise).
    . the buffer becomes noticeably slow to scroll after the table is
      inserted.

I've attached an elisp file of my current progress.

Attachment: table.el
Description: application/emacs-lisp

When I commented out the make-vtable call and benchmarked it, it was
fast so it is not the creation of table data structure that is the
bottleneck.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]