[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: |
Eli Zaretskii |
Subject: |
Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470) |
Date: |
Tue, 23 Jan 2024 19:30:09 +0200 |
> From: Michael Albinus <michael.albinus@gmx.de>
> Cc: Eli Zaretskii <eliz@gnu.org>, emacs-devel@gnu.org
> Date: Sun, 21 Jan 2024 19:16:31 +0100
>
> Good catch! One possible solution is to add the quail/ subdirectory to
> load-path, temporarily. Like this:
>
> diff --git a/admin/cus-test.el b/admin/cus-test.el
> index b86643a769a..96f0c1ff0c4 100644
> --- a/admin/cus-test.el
> +++ b/admin/cus-test.el
> @@ -424,7 +424,12 @@ cus-test-deps
> (mapatoms
> ;; This code is mainly from `custom-load-symbol'.
> (lambda (symbol)
> - (let ((custom-load-recursion t))
> + (let ((custom-load-recursion t)
> + (load-path
> + (cons
> + (expand-file-name
> + "quail" (file-name-directory (locate-library
> leim-list-file-name)))
> + load-path)))
> (dolist (load (get symbol 'custom-loads))
> (cond
> ((symbolp load)
>
> Likely there are also other solutions, don't know what's the best. Eli?
The above is fine by me, thanks.
- Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470), (continued)
- Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470), Rahguzar, 2024/01/20
- Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470), Michael Albinus, 2024/01/21
- Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470), Rahguzar, 2024/01/21
- Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470), Michael Albinus, 2024/01/21
- Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470), Rahguzar, 2024/01/21
- Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470), Rahguzar, 2024/01/21
- Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470), Michael Albinus, 2024/01/21
- Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470), Visuwesh, 2024/01/22
- Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470), Michael Albinus, 2024/01/22
- Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470),
Eli Zaretskii <=
- Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470), Michael Albinus, 2024/01/23