Advertisement
Guest User

Untitled

a guest
Sep 17th, 2020
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lisp 1.12 KB | None | 0 0
  1. user=> (def xyzw 0)
  2. 0
  3. user=> xy
  4. <try completion>
  5.  
  6. W/ (message (format "%s" response)) throw into miracle-eval-string, I get (on emacs -Q, btw):
  7.  
  8. (dict (id . 16) (ns . user) (session . e810b11b-7e44-419c-b201-b4a4c73cf23c) (value . ("xyzw")))
  9. received str: ("xyzw")
  10. err: nil
  11. Company: An error occurred in auto-begin
  12. Company: backend company-miracle async timeout with args (candidates xy)
  13.  
  14. Debugger entered--Lisp error: (error "Company: backend company-miracle async timeout with args (candidates xy)")
  15.   signal(error ("Company: backend company-miracle async timeout with args (candidates xy)"))
  16.   error("Company: backend %s async timeout with args %s" company-miracle (candidates "xy"))
  17.   company--force-sync(company-call-backend-raw (candidates "xy") company-miracle)
  18.   company-call-backend(candidates "xy")
  19.   company--fetch-candidates("xy")
  20.   company-calculate-candidates("xy" nil)
  21.   company--begin-new()
  22.   company--perform()
  23.   company-auto-begin()
  24.   company-manual-begin()
  25.   company-complete()
  26.   funcall-interactively(company-complete)
  27.   call-interactively(company-complete nil nil)
  28.   command-execute(company-complete)
  29.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement