Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-07 | Behave nicely with other company backends | Dan Leslie | |
company-backends should not be overridden by modes, as users may have additional backends that they wish to use. The appropriate behaviour is to add your backend to the company-backends list. Also removed the overriding of what ought to be user-controlled variables. | |||
2014-09-23 | A better name for geiser-doc-symbol--fill-current-symbol | Jose Antonio Ortega Ruiz | |
Which moreover complies with the unwritten naming conventions we use: geiser-doc--render-docstring. | |||
2014-09-23 | company: implement --doc-buffer | Profpatsch | |
2013-06-15 | Missing require cl for case | Jose Antonio Ortega Ruiz | |
2013-04-14 | Disabling company calls while the REPL is working | Jose Antonio Ortega Ruiz | |
2012-10-11 | Whitespace | Jose Antonio Ortega Ruiz | |
2011-01-25 | Company fixes (module name completion) | Jose Antonio Ortega Ruiz | |
We were not handling properly mixing id and module names completion. In Guile, it's a lost cause, because module names are not identifiers and, therefore, don't share prefixes. In Racket, things are nicer in that respect: there we can offer both at once. In Guile, one at least has (thanks to this patch, too) M-`. | |||
2011-01-24 | company-mode fixes (an attempt to fix #32231) | Jose Antonio Ortega Ruiz | |
i hope the anonymous reporter will check this... | |||
2010-12-28 | First stab at asynchronous autodoc retrieval | Jose Antonio Ortega Ruiz | |
2010-11-26 | A couple of uses of intern replaced by make-symbol | Jose Antonio Ortega Ruiz | |
These ones seem safe: the resulting symbol is not compared for equality anywhere. | |||
2010-11-26 | Revert "Bug fix: don't intern symbols read by scheme reader" | Jose Antonio Ortega Ruiz | |
This reverts commit 801422d1558f488059ede4f9abab5163ca610900. We cannot blindly substitute make-symbol for intern in the scheme reader, because we rely on symbol equality elsewhere, often. The fix will have to be much more careful. | |||
2010-11-26 | Bug fix: don't intern symbols read by scheme reader | Jose Antonio Ortega Ruiz | |
We were calling `intern' instead of `make-symbol', polluting emacs' obarray. | |||
2010-11-25 | First stab at using Emacs' standard completion mechanism | Jose Antonio Ortega Ruiz | |
Besides removing code i didn't understand that well, we bring in goodies such as partial completion. Jolly. | |||
2010-03-07 | Whitespace. | Jose Antonio Ortega Ruiz | |
2009-09-11 | BSD relicensing: elisp code. | Jose Antonio Ortega Ruiz | |
2009-08-26 | Quicker metadata display in company mode. | Jose Antonio Ortega Ruiz | |
2009-08-26 | Company's go to location working also for locations in same file. | Jose Antonio Ortega Ruiz | |
2009-08-26 | Company: handling correctly the mode lighter and autodoc interaction. | Jose Antonio Ortega Ruiz | |
2009-08-25 | Slightly better autodoc caching (probably needs an overhaul, though). | Jose Antonio Ortega Ruiz | |
2009-08-25 | Now this is cool: support for company mode. | Jose Antonio Ortega Ruiz | |