On Sun, Oct 9, 2022 at 1:59 PM Eli Zaretskii wrote: > > From: समीर सिंह Sameer Singh > > Date: Sun, 9 Oct 2022 00:46:10 +0530 > > Cc: 58376@debbugs.gnu.org > > > > For Kharoshthi and Gothic how to define the PARENTS argument so that it > does not overwrite the previous > > entries in the menu? > > What do you mean by "overwrite"? What happens if you use a list of > more than one PARENTS? > If I do something like: (set-language-info-alist "Kharoshthi" '((charset unicode) (coding-system utf-8) (coding-priority utf-8) (input-method . "kharoshthi") (sample-text . "Kharoṣṭhī (𐨑𐨪𐨆𐨛𐨁) 𐨣𐨨𐨲𐨪𐨆 𐨐𐨪𐨅𐨨𐨁") (documentation . "\ Language environment for Gāndhārī, Sanskrit, and other languages using the Kharoṣṭhī script.")) '("Misc" "Indian")) Then compile and open emacs -Q Now opening Options>Multilingual Environment>Set Language Environment>Indian It only has the Kharoshthi entry Options>Multilingual Environment>Set Language Environment>Misc now also has an Indian submenu with only Kharoshthi entry.