summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
Commit message (Expand)AuthorAge
...
* * helm-dabbrev.el (helm-dabbrev--collect): Remove quotes in candidates.Thierry Volpiatto2014-08-21
* * helm-dabbrev.el: Disable persistent action.Thierry Volpiatto2014-08-08
* Finally reindent with the cl indentation behavior of 24.4.50.Thierry Volpiatto2014-04-25
* Reindent all again.Thierry Volpiatto2014-04-25
* Reindent all files again.Thierry Volpiatto2014-04-25
* * helm-dabbrev.el: Fix previous commit, simplify (#481).Thierry Volpiatto2014-04-21
* * helm-dabbrev.el (helm-dabbrev--regexp): Add a new separator (#481).Thierry Volpiatto2014-04-21
* Reindent all files.Thierry Volpiatto2014-04-18
* * helm-dabbrev.el: Reorder defvar on top, avoid warning at compile.Thierry Volpiatto2014-02-03
* * helm-dabbrev.el: Issue #412 Fix string insertion from helm action.Thierry Volpiatto2014-02-03
* * helm-dabbrev.el (helm-dabbrev--get-candidates): Fix error when tap return nil.Thierry Volpiatto2014-01-17
* Update copyrights.Thierry Volpiatto2014-01-02
* * helm-dabbrev.el (helm-source-dabbrev): Reenable candidates-in-buffer.Thierry Volpiatto2013-11-20
* * helm-dabbrev.el: Forget to remove candidates-in-buffer. Seems ost things ar...Thierry Volpiatto2013-11-19
* * helm-dabbrev.el (helm-source-dabbrev): Use candidates.Thierry Volpiatto2013-11-19
* * helm-dabbrev.el (helm-dabbrev--collect): Fix result arg.Thierry Volpiatto2013-11-19
* Keep fixing unused argsThierry Volpiatto2013-11-16
* Enable lexical-binding in all files.Thierry Volpiatto2013-11-14
* Merge branch 'master' into lexThierry Volpiatto2013-11-14
|\
| * * helm-dabbrev.el (helm-dabbrev): Fix comments, no code-change.Thierry Volpiatto2013-11-12
| * * helm-dabbrev.el (helm-dabbrev--get-candidates): Simplify, avoid using declare.Thierry Volpiatto2013-11-12
| * Reindent all files.Thierry Volpiatto2013-11-04
* | reindent.Thierry Volpiatto2013-11-04
* | Finish replacing cl symbols and requiring cl-lib, no compile error.Thierry Volpiatto2013-11-04
* | replace all cl symbol by their cl-lib equivalent.Thierry Volpiatto2013-11-04
|/
* * helm-dabbrev.el (helm-dabbrev--regexp): Improve regexp.Thierry Volpiatto2013-09-12
* * helm-dabbrev.el (helm-dabbrev): regexp-quote dabbrev.Thierry Volpiatto2013-09-10
* * helm-dabbrev.el (helm-dabbrev--collect): check minibuffer outside of loop.Thierry Volpiatto2013-09-09
* * helm-dabbrev.el (helm-dabbrev--collect): Fix running from minibuffer.Thierry Volpiatto2013-09-09
* * helm-dabbrev.el (helm-dabbrev-ignored-buffers-regexps): Remove minibuffer r...Thierry Volpiatto2013-09-09
* * helm-dabbrev.el (helm-dabbrev--collect): Allow all buffers from minibuf bef...Thierry Volpiatto2013-09-09
* * helm-dabbrev.el (helm-dabbrev--collect): Allow all buffers from minibuffer.Thierry Volpiatto2013-09-09
* * helm-dabbrev.el (helm-dabbrev): Assertion if nothing before point.Thierry Volpiatto2013-09-06
* * helm-dabbrev.el (helm-dabbrev--same-major-mode-p): Fix inheritance in helm-...Thierry Volpiatto2013-09-06
* * helm-dabbrev.el (helm-dabbrev--same-major-mode-p): Take one arg thatThierry Volpiatto2013-09-05
* * helm-dabbrev.el (helm-dabbrev--regexp): Simplify.Thierry Volpiatto2013-09-04
* * helm-dabbrev.el (helm-dabbrev--regexp): Add tab to regexp.Thierry Volpiatto2013-09-04
* * helm-elisp.el (helm-thing-before-point): add optional arg regexp.Thierry Volpiatto2013-09-04
* * helm-dabbrev.el (helm-dabbrev--same-major-mode-p): remobe buf arg andThierry Volpiatto2013-09-03
* * helm-dabbrev.el (helm-dabbrev--same-major-mode-p): Fix by looping inThierry Volpiatto2013-09-03
* * helm-dabbrev.el (helm-dabbrev--same-major-mode-p): Reuse let-bounded value.Thierry Volpiatto2013-09-03
* * helm-dabbrev.el (helm-dabbrev--same-major-mode-p): Fix, checkThierry Volpiatto2013-09-03
* * helm-dabbrev.el (helm-dabbrev--collect): catch also fnames.Thierry Volpiatto2013-09-03
* * helm-dabbrev.el (helm-dabbrev): Don't deactivate mark in cycling.Thierry Volpiatto2013-09-02
* * helm-dabbrev.el (helm-dabbrev-case-fold-search): Fix docstring.Thierry Volpiatto2013-08-14
* * helm-dabbrev.el (helm-dabbrev-case-fold-search): New user var.Thierry Volpiatto2013-08-14
* * helm-dabbrev.el (helm-dabbrev--get-candidates): Use current-buffer.Thierry Volpiatto2013-08-14
* * helm-dabbrev.el (helm-dabbrev): Check with helm-dabbrev-info-p before setti...Thierry Volpiatto2013-08-12
* * helm-dabbrev.el (helm-dabbrev--collect): Rename lambda fn to search-and-store.Thierry Volpiatto2013-08-12
* * helm-dabbrev.el: Fix typo.Thierry Volpiatto2013-08-11