Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |