GNU bug report logs -
#66470
29.1; Provide Urdu input method
Previous Next
Reported by: Rahguzar <rahguzar <at> zohomail.eu>
Date: Wed, 11 Oct 2023 18:45:02 UTC
Severity: wishlist
Found in version 29.1
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
> From: Rahguzar <rahguzar <at> zohomail.eu>
> Cc: 66470 <at> debbugs.gnu.org
> Date: Sun, 29 Oct 2023 17:27:38 +0100
>
> Thanks for the review. I have made the changes you asked for, please
> let me know of other changes need.
Below.
> Subject: [PATCH] Input methods for Urdu, Pashto and Sindhi
>
> * lisp/leim/quail/pakistan.el (quail):
> ("urdu-keyboard"): new input method
> ("urdu-phonetic-keyboard"): new input method
> ("urdu-custom"): new input method
> ("sindhi-keyboard"): new input method
> ("pashto-keyboard"): new input method
These should be brought together, and the description should start
with a capitalized letter and end with a period. Like this:
* lisp/leim/quail/pakistan.el ("urdu-keyboard")
("urdu-phonetic-keyboard", "urdu-custom", "sindhi-keyboard")
("pashto-keyboard"): New input methods
> ; (pakistan--define-quail-rules): helper function
> ; (pakistan--make-setter): helper function
> ; (pakistan--regenerate-translations): helper function
> ; (pakistan--set-prefixes): helper function
> ; (pakistan--set-numeral-translations):
Why are there semi-colons here?
> (pakistan-urdu-input): new customization group
> (pakistan-urdu-prefixes): new custom variable
> (pakistan-urdu-translations): new custom variable
> (pakistan-urdu-diacritics-and-other-symbols): new custom var
> (pakistan-urdu-poetic-symbols): new custom var
> (pakistan-urdu-religious-symbols): new custom var
> (pakistan-extra-balochi-brahui-translations): new custom var
> (pakistan-extra-pashto-translations): new custom var
> (pakistan-extra-sindhi-translations): new custom var
> (pakistan-extra-saraiki-hindko-translations): new custom var
> (pakistan-urdu-use-roman-digits): new custom var
> (pakistan): new package
This should again be a single entry about multiple variables, since
they all share the same description: "New custom variable".
While compiling this, I get byte-compiler warnings:
In pakistan--define-quail-rules:
leim/quail/pakistan.el:199:41: Warning: reference to free variable `pakistan-urdu-prefixes'
In pakistan--regenerate-translations:
leim/quail/pakistan.el:215:33: Warning: reference to free variable `pakistan-urdu-translations'
leim/quail/pakistan.el:217:4: Warning: reference to free variable `pakistan-urdu-diacritics-and-other-symbols'
leim/quail/pakistan.el:218:33: Warning: reference to free variable `pakistan-urdu-poetic-symbols'
leim/quail/pakistan.el:219:33: Warning: reference to free variable `pakistan-urdu-religious-symbols'
leim/quail/pakistan.el:220:33: Warning: reference to free variable `pakistan-extra-balochi-translations'
leim/quail/pakistan.el:221:33: Warning: reference to free variable `pakistan-extra-pashto-translations'
leim/quail/pakistan.el:222:33: Warning: reference to free variable `pakistan-extra-saraiki-translations'
leim/quail/pakistan.el:223:33: Warning: reference to free variable `pakistan-extra-sindhi-translations'
This bug report was last modified 1 year and 246 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.