summaryrefslogtreecommitdiff
path: root/helm-eval.el
Commit message (Expand)AuthorAge
* Fix documentationManuel Uberti2020-06-03
* Update copyrightsThierry Volpiatto2019-03-26
* Remove trailing whitespace(s)duianto2019-01-21
* Update copyrightsThierry Volpiatto2018-01-08
* Bound keymap to source in helm-evalThierry Volpiatto2018-01-08
* Update copyrights.Thierry Volpiatto2017-01-01
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
* Fix copyrights.Thierry Volpiatto2016-03-05
* make calculation message include result (#1110)Michael Heerdegen2015-08-10
* Add also an action to copy calcul to kill-ring (#1110).Thierry Volpiatto2015-08-09
* Add messages in sexp and calculation (#1110)Thierry Volpiatto2015-08-09
* Require helm-help in several places.Thierry Volpiatto2015-07-14
* Allow using helm-echo-input-in-header-line as local var (#1064).Thierry Volpiatto2015-06-22
* Disable helm-echo-input-in-header-line in helm-eval-expression.Thierry Volpiatto2015-06-22
* Fix byte-compiler warnings in helm-eval.Thierry Volpiatto2015-05-26
* Use helm-source to define sources in helm-eval.Thierry Volpiatto2015-05-26
* * helm-eval.el: Fix eldoc compat with emacs-25.Thierry Volpiatto2015-05-12
* Fix limit of looking-back to 1 before point.Thierry Volpiatto2015-05-11
* * helm-eval.el: Make the loop for eldoc compat simpler.Thierry Volpiatto2015-04-23
* Fix eldoc compatibility with emacs-25 (#998).Thierry Volpiatto2015-04-23
* Use the second arg of looking-back in several places (#985).Thierry Volpiatto2015-04-19
* Update copyrights.Thierry Volpiatto2015-03-24
* * helm-eval.el: Fix keymap conflict with tab.Thierry Volpiatto2014-10-22
* 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
* Reindent all files.Thierry Volpiatto2014-04-18
* Update copyrights.Thierry Volpiatto2014-01-02
* Make declarations with defvar.Thierry Volpiatto2013-11-24
* Keep fixing unused argsThierry Volpiatto2013-11-16
* Merge branch 'origin-exp' into lexThierry Volpiatto2013-11-16
|\
| * * helm-eval.el (helm-source-evaluation-result): Simplify action 1.Thierry Volpiatto2013-11-15
* | Enable lexical-binding in all files.Thierry Volpiatto2013-11-14
* | 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
|/
* Fix unused args source in some filtered candidates functions.Thierry Volpiatto2013-11-02
* * helm-eval.el (helm-source-evaluation-result): Allow evaling within edebug w...Thierry Volpiatto2013-09-16
* * helm-eval.el: Simplify according to eldoc-eval.Thierry Volpiatto2013-08-23
* * helm-dabbrev.el: Allow usage in minibuffer, delay action and allow-nesting.Thierry Volpiatto2013-07-02
* * helm-eval.el (helm-eldoc-show-in-eval): Get rid of `minibuffer-completion-c...Thierry Volpiatto2013-04-21
* * helm.el (helm-minibuffer-completion-contents): New, replace minibuffer-comp...Thierry Volpiatto2013-04-20
* Update copyrights.Thierry Volpiatto2013-03-17
* Replace "helm-c-" prefix by "helm-" in all files.Thierry Volpiatto2013-02-26
* * helm-eval.el (helm-eldoc-show-in-eval): Fix error message in condition-case.Thierry Volpiatto2013-02-04
* * helm-eval.el: Fix eldoc error (bob and scan).Thierry Volpiatto2013-01-26
* * helm-eval.el (helm-eldoc-show-in-eval): Avoid error messages in emacs 24.4.Thierry Volpiatto2013-01-13
* Remove all byte-compile-dynamic and update autoloads.Thierry Volpiatto2012-11-08
* `helm-eval-expression` uses `read-expression-history' instead of its ownLe Wang2012-09-04
* Disable compile warnings and add new keyword to helm.Thierry Volpiatto2012-07-30
* * helm-eval.el: require eldoc.Thierry Volpiatto2012-04-13