cute-jumper / ace-pinyin

Jump to Chinese character by pinyin with `avy' or `ace-jump-mode`
87 stars 19 forks source link

Add function corresponding to avy-goto-char-timer #17

Open yangsheng6810 opened 1 year ago

yangsheng6810 commented 1 year ago

Also refactor the following common pattern into a helper function.

(pinyinlib-build-regexp-string
  string
  (not ace-pinyin-enable-punctuation-translation)
  (not ace-pinyin-simplified-chinese-only-p))