all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Visuwesh <visuweshm@gmail.com>
Cc: 53729@debbugs.gnu.org
Subject: bug#53729: 29.0.50; Tamil text not shaped in modeline
Date: Sun, 13 Feb 2022 15:53:37 +0200	[thread overview]
Message-ID: <8335kmrhy6.fsf@gnu.org> (raw)
In-Reply-To: <877da2amw9.fsf@gmail.com> (message from Visuwesh on Thu, 10 Feb 2022 18:39:42 +0530)

> From: Visuwesh <visuweshm@gmail.com>
> Cc: 53729@debbugs.gnu.org
> Date: Thu, 10 Feb 2022 18:39:42 +0530
> 
> I tried all the Tamil fonts in Google fonts and to ease the checking
> process, I wrote the following Elisp snippet:
> 
>     (with-current-buffer (get-buffer-create "அக்னிச்சிறகுகள்.pdf")
>       (switch-to-buffer-other-window "அக்னிச்சிறகுகள்.pdf")
>       (let ((fonts '("Arima Madurai"
>                      "Baloo Thambi 2"
>                      "Catamaran"
>                      "Coiny"
>                      "Hind Madurai"
>                      "Kavivanar"
>                      "Meera Inimai"
>                      "Mukta Malar"
>                      "Oi"
>                      "Pavanam"
>                      "Noto Sans Tamil"
>                      "Noto Serif Tamil"
>                      "Lohit Tamil"))
>             (i 0)
>             (die nil))
>         (while (not die)
>           (erase-buffer)
>           (insert "அக்னிச்சிறகுகள்")
>           (set-fontset-font "fontset-default" 'tamil (cons (nth i fonts) "iso10646-1"))
>           (pcase (read-char-choice
>                   (format "%s ([n]ext, [p]rev, [q]uit): " (nth i fonts))
>                   '(?n ?q ?p))
>             (?q (setq die t))
>             (?n (setq i (mod (1+ i) (length fonts))))
>             (?p (setq i (mod (1- i) (length fonts))))))))
> 
> and the buffer name in the modeline has the right shaping!  This is the
> case for _every_ font I tried: including Noto Serif Tamil.  But if I
> open a file named "அக்னிச்சிறகுகள்.pdf", the shaping is as in the OP.

What happens if you turn off auto-composition mode before repeating
the above experiment?  Do you see any difference in the buffer name
produced by you and the buffer name produced by Emacs when visiting
that file?





  parent reply	other threads:[~2022-02-13 13:53 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-02 16:55 bug#53729: 29.0.50; Tamil text not shaped in modeline Visuwesh
2022-02-02 18:54 ` Eli Zaretskii
2022-02-03  1:45   ` Visuwesh
2022-02-03  7:39     ` Eli Zaretskii
2022-02-03  8:07       ` Visuwesh
2022-02-03  9:23         ` Eli Zaretskii
2022-02-03 10:05           ` Visuwesh
     [not found]             ` <877da2amw9.fsf@gmail.com>
2022-02-13 13:53               ` Eli Zaretskii [this message]
2022-02-13 14:56                 ` Visuwesh
2022-02-13 16:44                   ` Eli Zaretskii
2022-02-14  3:01                     ` Visuwesh
2022-02-14 14:05                       ` Eli Zaretskii
2022-02-15  1:47                         ` Visuwesh
2022-02-15 14:26                           ` Eli Zaretskii
2022-02-16 14:06                             ` Visuwesh
2022-02-16 14:07                               ` Eli Zaretskii
2022-02-18 12:03                               ` Visuwesh
2022-02-18 12:59                                 ` Eli Zaretskii
2022-02-18 13:20                                   ` Visuwesh
2022-02-19  4:20                             ` Jai Vetrivelan
2022-02-19  4:51                               ` Visuwesh
2022-02-19  5:22                                 ` Jai Vetrivelan
2022-02-19  5:31                                   ` Jai Vetrivelan
2022-02-19  8:23                               ` Eli Zaretskii
2022-02-19  9:22                                 ` Eli Zaretskii
2022-02-19 10:27                                   ` Visuwesh
2022-02-19 12:38                                     ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8335kmrhy6.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=53729@debbugs.gnu.org \
    --cc=visuweshm@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.