Re: emacs-cider company-mode no match found

2014-09-27 Thread Joe (Zhou Xiangtao)
hi Tassilo, I switch to the prelude package, it works now. thanks a lot. Joe On Sun, Sep 21, 2014 at 3:59 PM, Tassilo Horn wrote: > Xiangtao Zhou writes: > > Hi! > > > I have upgrade the latest emacs-cider, the document suggest me to use > > company for auto completion, but it doesn't work, a

Re: emacs-cider company-mode no match found

2014-09-21 Thread Tassilo Horn
Xiangtao Zhou writes: Hi Joe, > i'm pretty sure, because I also want to have company working with repl. > both cider & cider-repl not working. Hm, strange, it works just fine for me since ages. And looking in my ~/.emacs, there's no special code for making it work. I currently use those MELP

Re: emacs-cider company-mode no match found

2014-09-21 Thread Xiangtao Zhou
hi Tassilo, i'm pretty sure, because I also want to have company working with repl. both cider & cider-repl not working. Joe On Sunday, September 21, 2014 3:59:59 PM UTC+8, Tassilo Horn wrote: > > Xiangtao Zhou > writes: > > Hi! > > > I have upgrade the latest emacs-cider, the document sugges

Re: emacs-cider company-mode no match found

2014-09-21 Thread Tassilo Horn
Xiangtao Zhou writes: Hi! > I have upgrade the latest emacs-cider, the document suggest me to use > company for auto completion, but it doesn't work, anyone know what > should I do. Just to be sure, you did M-x cider-jack-in RET in the Clojure project you are hacking in, right? Bye, Tassilo -

emacs-cider company-mode no match found

2014-09-20 Thread Xiangtao Zhou
hi every, I have upgrade the latest emacs-cider, the document suggest me to use company for auto completion, but it doesn't work, anyone know what should I do. here is the part of .emacs (require 'cider) (require 'smartparens) (require 'icomplete) (require 'company) (add-hook 'clojure-mode-ho