[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character
From: |
Eric Abrahamsen |
Subject: |
bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping |
Date: |
Thu, 31 Jan 2019 11:35:32 -0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) |
Robert Pluim <rpluim@gmail.com> writes:
> Eric Abrahamsen <eric@ericabrahamsen.net> writes:
>
>>
>> Oh, after reading a couple of "make" tutorials, I see maybe the make
>> rule could be simplified to:
>>
>> ${leimdir}/../lisp/language/pinyin.el: ${srcdir}/MISC-DIC/pinyin.map
>> $(AM_V_GEN)${RUN_EMACS} -l titdic-cnv -f pinyin-convert $< $0
>
> $@ , I think.
Ah, right you are, thanks. I was wondering why that wasn't working. This
version should do the trick; it also gitignores the generated file.
Eric
0001-Make-pinyin-to-Chinese-character-mapping-available-t.patch
Description: Text Data
- bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping, (continued)
- bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping, Eli Zaretskii, 2019/01/27
- bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping, Eric Abrahamsen, 2019/01/27
- bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping, Eli Zaretskii, 2019/01/27
- bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping, Eric Abrahamsen, 2019/01/27
- bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping, Eli Zaretskii, 2019/01/27
- bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping, Eric Abrahamsen, 2019/01/29
- bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping, Eli Zaretskii, 2019/01/30
- bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping, Eric Abrahamsen, 2019/01/30
- bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping, Eric Abrahamsen, 2019/01/30
- bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping, Robert Pluim, 2019/01/31
- bug#34215: 27.0.50; Provide elisp access to Chinese pinyin-to-character mapping,
Eric Abrahamsen <=