monsanto / readline-complete.el

autocomplete in shell mode buffers
67 stars 16 forks source link

`readline-complete` fails during Emacs 24.4 initialization #12

Closed dholm closed 9 years ago

dholm commented 9 years ago

This is triggered by the autoload for (eval-after-load 'auto-complete [..].

Debugger entered--Lisp error: (void-variable shell)
  #[nil "\301^H\302\"\207" [shell ac-define-source ((candidates . rlc-candidates) (prefix . ac-rlc-prefix-shell-dispatcher) (requires . 0))] 3]()
  eval-after-load-helper("/home/dholm/.emacs.d/el-get/auto-complete/auto-complete.elc")
  run-hook-with-args(eval-after-load-helper "/home/dholm/.emacs.d/el-get/auto-complete/auto-complete.elc")
  do-after-load-evaluation("/home/dholm/.emacs.d/el-get/auto-complete/auto-complete.elc")
monsanto commented 9 years ago

Hey, sorry for the late response, but due to other obligations in life I don't have the time anymore to maintain this package. In particular if auto-complete changes its API, this package may break.

If you send me a PR that fixes this I will gladly merge it.

monsanto commented 9 years ago

Should be fixed by #18