auto-complete / auto-complete

Emacs auto-complete package
http://auto-complete.github.io/
Other
1.72k stars 287 forks source link

error running timer ac-quick-help args-out-of-range #419

Open malcook opened 9 years ago

malcook commented 9 years ago

happens from time to time - with emacs using near 100% - sometimes hard to get attention - can not reproduce reliably - usually when output to interactive shell or R buffer is large

(defconst ac-version "1.5.0"
  "Version of auto-complete in string format.
Use `version-to-list' to get version component.")

auto-complete 20150618.... installed Auto Completion for GNU Emacs on cent os 6.5 GNU Emacs 24.4.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1)

(use-package auto-complete
  :init (progn
      (use-package auto-complete-config)
      ;; (add-to-list 'ac-dictionary-directories "~/.emacs.d/ac-dict")
      (ac-config-default)
      ;; set the trigger key so that it can work together with yasnippet on tab key,
      ;; if the word exists in yasnippet, pressing tab will cause yasnippet to
      ;; activate, otherwise, auto-complete will
      ;;(ac-set-trigger-key "TAB")
      ;;(ac-set-trigger-key "<tab>")
      ))
malcook commented 7 years ago

still afflicted - now using 1.5.1 in emacs 24.5.4 on centos7

syohex commented 7 years ago

Could you show us how to reproduce in more detail, reproduce steps, code etc ?

malcook commented 7 years ago

Alas I can not really characterize the issue beyond this current report. If I see more of a pattern I will try to reproduce.

Close as non-reproducible?