spacemacs/contrib/!lang
Jean-Christophe Petkovich 793134aab0 ESS company sources should be grouped
The ess company sources should be grouped, when they are not grouped
they are pretty buggy (like not showing completions under certain
circumstances).

To see the problem, try opening an R file and start the interpreter.

When you type the following ([] is the cursor):

    setN[]

You will see completions offering up `setNames`. Press `<enter>`.

Now, try doing the following:

    setNames(setN[])

You will see no completions. Company is trying the `company-R-args`
source, failing it, then skipping the execution of the
`company-R-objects` source.

Grouping them together fixes this, and is what's done within ess itself.
2015-08-01 00:25:00 -04:00
..
agda
asciidoc asciidoc layer: convert README to org file 2015-07-30 22:17:42 -04:00
autohotkey
c-c++ c-c++: fix key-bindings for cscope 2015-07-29 23:32:53 -04:00
clojure javascript layer: re-enable major mode specific prefix commands 2015-07-30 23:20:54 -04:00
csharp Fix various key bindings in converted READMEs 2015-06-11 21:31:42 -04:00
d
elixir removed flycheck from elixir 2015-07-23 23:25:49 -04:00
emacs-lisp emacs-lisp layer: remove spacemacs/eval-region 2015-07-08 23:16:44 -04:00
erlang
ess ESS company sources should be grouped 2015-08-01 00:25:00 -04:00
extra-langs add Stan modeling language to extra-langs 2015-07-23 23:40:16 -04:00
fsharp Allow fsharp-mode to determine build path. 2015-07-30 22:20:35 -04:00
go Use exec-path-from-shell-copy-env to set GOPATH. 2015-07-23 22:39:52 -04:00
haskell haskell layer: apply org doc conventions to README 2015-07-30 22:46:06 -04:00
html add ejs files to web-mode 2015-08-01 00:04:32 -04:00
idris-lang idris layer: minor change in README 2015-07-03 23:08:46 -04:00
ipython-notebook Revert back file save on SPC f s 2015-06-15 22:56:55 -04:00
java clojure layer: uncomment major mode prefix commands 2015-07-30 23:05:36 -04:00
javascript javascript layer: re-enable major mode specific prefix commands 2015-07-30 23:20:54 -04:00
latex Revert company-math addition 2015-07-30 21:35:31 -04:00
lua
markdown Added some languages to Markdown syntax highlight 2015-06-15 21:41:16 -04:00
ocaml ocaml: don't auto-close backticks 2015-06-11 23:24:44 -04:00
php
purescript Fix various key bindings in converted READMEs 2015-06-11 21:31:42 -04:00
python cscope layer: Make it agnostic of c-c++ and python modes 2015-07-23 22:20:25 -04:00
racket Racket layer: enable insert state after SPC m s B 2015-07-31 23:58:13 -04:00
ruby Use enh-ruby-mode on interpreter-detected ruby files. 2015-08-01 00:10:11 -04:00
rust rust layer: move SPC m c C to SPC m c x + various small fixes 2015-07-01 01:37:31 -04:00
scala Added ensime-pop-find-definition-stack to the scala layer. 2015-08-01 00:14:49 -04:00
shell-scripts
sml sml layer: move it to !lang, add bindings and convert README to org 2015-07-03 23:07:55 -04:00
sql
typescript Fix various key bindings in converted READMEs 2015-06-11 21:31:42 -04:00
windows-scripts