summaryrefslogtreecommitdiff
path: root/helm-misc.el
Commit message (Collapse)AuthorAge
* Fix requirement and declarations for epa/epgThierry Volpiatto2020-10-04
|
* Use with-no-warnings instead of with-suppressed-warningsThierry Volpiatto2020-08-23
| | | | for backward compatibility.
* Fix validity display of epa keysThierry Volpiatto2020-08-22
|
* Fix epa prompt formattingThierry Volpiatto2020-08-20
|
* Fix epa promptThierry Volpiatto2020-08-20
|
* Fix all prefix names for helm-epaThierry Volpiatto2020-08-20
|
* Add forgotten autoload cookie to helm-list-epg-keysThierry Volpiatto2020-08-20
|
* Simplify helm-epa--read-signature-typeThierry Volpiatto2020-08-18
|
* Fix the crappy epa--read-signature-type by adviceThierry Volpiatto2020-08-18
|
* Add new minor mode helm-epa-modeThierry Volpiatto2020-08-17
| | | | Enable helm completion on epa functions when enabled.
* Provide a helm-epa-select-keys function to replace epa-select-keysThierry Volpiatto2020-08-17
|
* Filter out epa-mail* actions when current-buffer is not a mail bufferThierry Volpiatto2020-08-17
|
* Add a user var for epa actionsThierry Volpiatto2020-08-17
| | | | and build source from a new class to allow further customizations.
* Add action to helm-epaThierry Volpiatto2020-08-17
|
* Add message for helm-epa* actionsThierry Volpiatto2020-08-16
|
* Add commentsThierry Volpiatto2020-08-16
|
* Add actions to helm-list-epg-keysThierry Volpiatto2020-08-16
|
* Add encrypt action to helm-list-epg-keysThierry Volpiatto2020-08-15
|
* Add helm interface for epa-list-keysThierry Volpiatto2020-08-15
|
* Fix error when minibuffer-history is called from repeat-complex-command (#2351)Thierry Volpiatto2020-07-30
|
* Make usage of helm-config file obsoleteThierry Volpiatto2020-07-28
| | | | | | Keep it for backward compatibility, but is now does nothing apart loading the helm-autoloads.el file, still maybe useful for people not using a package manager nor use-package.
* Move helm-minibuffer-history-key to helm-miscThierry Volpiatto2020-07-28
|
* Fix byte compiler warningsNicholas Vollmer2020-07-28
|
* Use :extend attr in all deffaceThierry Volpiatto2020-06-29
|
* Fix documentationManuel Uberti2020-06-03
|
* Allow remapping helm-minibuffer-history-keyThierry Volpiatto2019-12-06
| | | | | * helm-config.el (helm-minibuffer-history-key): Do it. * helm-misc.el (helm-minibuffer-history): Change prompt.
* Update copyrightsThierry Volpiatto2019-03-26
|
* Move comint-input-ring code from helm-misc.el to helm-comint.elPierre Neidhardt2019-02-15
|
* Remove trailing whitespace(s)duianto2019-01-21
| | | | | And one case of a whitespace before a closing double quote, the double quotes are removed when helm-autoloads.el is generated.
* Traverse LaTeX-math-menu (#2062)Thierry Volpiatto2018-07-08
| | | | * helm-misc.el (helm-latex-math-candidates): Do it.
* Ensure also display-time-world-list is not nil (#1986)Thierry Volpiatto2018-03-12
| | | | * helm-misc.el (helm-source-time-world): Do it.
* Fix compatibility with emacs-26 in helm-world-time (#1986)Thierry Volpiatto2018-03-12
| | | | | * helm-misc.el (helm-source-time-world): Inline time--display-world-list definition to setup display-time-world-list.
* Update copyrightsThierry Volpiatto2018-01-08
|
* Require time for display time (#1884)Thierry Volpiatto2017-09-26
| | | | * helm-misc.el (helm-source-time-world): Do it.
* Move helm-for-files-preferred-list to helm-for-filesThierry Volpiatto2017-09-07
| | | | and remove duplicate of helm-mini-default-sources
* Move helm-lacarte to emacs-helm (#1740).Thierry Volpiatto2017-04-06
|
* Ask user to install `lacarte` if not installedTianxiang Xiong2017-03-28
|
* Revert changes for helm-minibuffer-history.Thierry Volpiatto2017-01-28
| | | | | | | | This change was fixing a bug introduced by d8708168 * helm-misc.el (helm-minibuffer-history): Do it. Binding C-r to local map should be enough, it break when helm-source gives as :keymap default value helm-map.
* Fix prevent calling helm-minibuffer-history on itself.Thierry Volpiatto2017-01-26
| | | | | * helm-misc.el (helm-minibuffer-history-map): Use C-r. (helm-minibuffer-history): Do it.
* Prevent calling helm-minibuffer-history on itself.Thierry Volpiatto2017-01-25
| | | | | | * helm-misc.el (helm-minibuffer-history): Using a keymap with C-r bound to undefined seems not enough, so prevent nesting when last-command is helm-minibuffer-history.
* Use last-command to test if we are in query-replace (#1667).Thierry Volpiatto2017-01-18
| | | | * helm-misc.el (helm-minibuffer-history): Do it.
* Fix test in previous commit (#1667).Thierry Volpiatto2017-01-18
| | | | * helm-misc.el (helm-minibuffer-history): Remove test with history var.
* Fix unicode issue in query-replace minibuffer-history for emacs-25+ (#1667).Thierry Volpiatto2017-01-18
| | | | * helm-misc.el (helm-minibuffer-history): Do it.
* Update copyrights.Thierry Volpiatto2017-01-01
|
* Fix let-binding in minibuffer-history to allow recursive-minibuffers (#1655).Thierry Volpiatto2016-12-31
| | | | * helm-misc.el (helm-minibuffer-history): Use let*.
* Use helm-comp-read in helm-minibuffer-history (#1650).Thierry Volpiatto2016-12-07
| | | | | | | | | | Remove helm-source-minibuffer-history. * helm-misc.el (helm-minibuffer-history-must-match): New user var. (helm-minibuffer-history): Use it. Prevent using minibuffer history outside minibuffer. * helm-mode.el (helm-comp-read): Add new keyword arguments allow-nest, header-name and multiline.
* Declare helm-minibuffer-history-map before using it.Thierry Volpiatto2016-12-07
|
* Prevent calling helm-minibuffer-history on itself.Thierry Volpiatto2016-12-07
| | | | | | * helm-misc.el (helm-source-minibuffer-history): Use helm-minibuffer-history-map and simplify candidates fn. (helm-minibuffer-history-map): New use it.
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
| | | | Done according to helm-bbdb syohei commit (thanks).
* Allow using helm-minibuffer-history in helm (#1632).Thierry Volpiatto2016-10-27
| | | | | | * helm-misc.el (helm-source-minibuffer-history): Ensure we use helm-current-buffer which is initial minibuffer. (helm-minibuffer-history): Nest it.