Skip to content
  1. Oct 10, 2019
  2. Oct 09, 2019
  3. Sep 02, 2019
  4. Sep 01, 2019
  5. Apr 06, 2019
  6. Apr 05, 2019
    • Yuanle Song's avatar
      fix zero-fetch-size; zero-panel add hints support. · 42ef83fb
      Yuanle Song authored
      - zero-framework.el and zero-pinyin.el when updating zero-fetch-size,
        should update it to
      
          (max (length candidates) fetch-size)
      
        because service can return more than asked and it still counts.
      
      - zero-panel.el add hints support and use it for pass has_next_page,
        has_previous_page indicator.
      42ef83fb
  7. Apr 04, 2019
    • Yuanle Song's avatar
      add zero-pinyin-service.el · f4a20631
      Yuanle Song authored
      dbus based sync and async api both works.
      - added error handler for dbus client in emacs lisp.
      - use lexical-binding for all files
      - added M-x zero-reload-all this will byte compile and reload file files.
      f4a20631
  8. Apr 03, 2019