Chen Bin

Results 306 comments of Chen Bin

No. Do you mean comint? What's the advantage to start a socket REPL?

How can I do that in NodeJS? Can you show me some prototype?

You are welcome. I also need thank you for creating `js-comint`. I use it everyday.

什么是提示框??ui是company提供的

Yes, check README. `cliphist-copy-to-clipboard ` is removed. There 3rd party packages (`xclip.el`, for example) which can copy the selected string into clipboard. I think cliphist should not re-invent the wheel.

caa2f10 cliphist-select-item-callback has default implementation (Chen Bin)

Yes, patch welcomed. Here is tech memo, http://stackoverflow.com/questions/20396698/get-tab-completion-in-custom-comint-mode

Looks correct. Just make sure this code is at the end of the your `~/.emacs`.

check `nodejs-repl` - focus on nodejs only - clear the namespace of original api (provides alias) - auto-complete (either use company-mode or use our own complete) - support babel (babel...