emacs-devel
[Top][All Lists]
Advanced

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

Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindh


From: Rahguzar
Subject: Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470)
Date: Sun, 21 Jan 2024 13:34:01 +0100
User-agent: mu4e 1.10.5; emacs 29.1.90

Hi Michael,

Michael Albinus <michael.albinus@gmx.de> writes:

> That value is given above, and it is
>
>      ((pakistan-urdu-input pakistan
>                           (file-missing "Cannot open load file"
>                                         "No such file or directory"
>                                         "pakistan"))
>        (quail pakistan
>             (file-missing "Cannot open load file"
>                           "No such file or directory" "pakistan")))
>
> As a data point, `pakistan-urdu-input' is a defgroup defined in
> pakistan.el, and `quail' is the defgroup `pakistan-urdu-input' points to
> via `:group 'quail'.

Thanks a lot for the pointer and explaining the connection. It was not
obvious to me that the error was related to `defgroup`. So the test
will probably pass if we add an autoload cookie above the definition of
`pakistan-urdu-input` group?

I see that if the `pakistan.el` is loaded `pakistan-urdu-input` shows up
as subgroup of `quail` in customize and if it is not load it is not
listed.

So I wonder if the test is encouraging the correct behavior. I think
that seeing the `pakistan-urdu-input` subgroup would be useful for
people using `urdu-custom` input method but perhaps for majority of
people we shouldn't cause pakistan.el to load just because they wanted
to customize a quail option.

Maybe it is better to just remove `quail` as the parent group of
`pakistan-urdu-input`?

> Best regards, Michael.

Rahguzar



reply via email to

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