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: Sat, 20 Jan 2024 12:16:28 +0100
User-agent: mu4e 1.10.5; emacs 29.1.90

Hi Eli,

Eli Zaretskii <eliz@gnu.org> writes:

> I tried to look into this.  It seems test-custom-deps runs
> cus-test-deps and then requires that cus-test-deps-errors is nil.  I
> therefore ran cus-test-deps interactively, and looked at
> cus-test-deps-errors.  It is not nil, but its value is
>
>   ((org-babel ob-vala (file-missing "Cannot open load file" "No such file or 
> directory" "ob-vala")) (org-babel ob-stan (file-missing "Cannot open load 
> file" "No
> such file or directory" "ob-stan")) (org-babel ob-picolisp (file-missing 
> "Cannot open load file" "No such file or directory" "ob-picolisp")) 
> (org-babel ob-J
> (file-missing "Cannot open load file" "No such file or directory" "ob-J")))
>
> which doesn't mention pakistan at all.
>
> So I'm unsure how to proceed.  It would be useful to see the value of
> cus-test-deps-errors in the test that fails, or maybe I'm missing
> something in how this test should be run interactively.
>
> P.S. My guess is that some autoload is missing from pakistan.el, but
> without reproducing the problem I cannot verify that and cannot test a
> solution, and the error message from the failing test is not helpful,
> as it doesn't divulge the important details.

I tried to look into this. The only input method that depends on custom
variables other than `urdu-custom` is `tamil-phonetic`. The variable
`tamil-translation-rules` has a setter function so situation from the
perspective of custom is similar to `pakistan.el`. However `indian.el`
where `tamil-phonetic` is defined has neither `autoload` cookies nor any
`autoload` forms.

There are only two autoload cookies in the files in `lisp/leim/quail/`
and these are for function activating input methods.

Rahguzar



reply via email to

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