summaryrefslogtreecommitdiff
path: root/helm-help.el
Commit message (Collapse)AuthorAge
* * helm-help.el (helm-ff-help-message): Add tips.Thierry Volpiatto2012-12-13
|
* * helm.el (helm-execute-persistent-action): Allow using a cons cell for ↵Thierry Volpiatto2012-12-11
| | | | | | | persistent-action attr. * helm-elisp.el: Use it in apropos functions/sources. * helm-help.el: document it.
* * helm.el (helm-get-candidates): Use one new attr `no-delay-on-input'. ↵Thierry Volpiatto2012-12-08
| | | | | | | | | prevent returning t. * helm-bookmark.el: Use non-essential. * helm-files.el ( helm-c-source-find-files): Use no-delay-on-input. * helm-mode.el (helm-c-read-file-name): Same and add missing match attr. * helm-help.el: Document no-delay-on-input.
* * helm-locate.el: Simplify UI for creation of a local db file.Thierry Volpiatto2012-12-07
| | | | | (helm-locate-1): Do it. * helm-help.el: Update helm find files help.
* * helm-help.el: Add info about colors in buffers.Thierry Volpiatto2012-12-04
| | | | | | * helm-buffers.el: Add comments, no code change. * helm-grep.el (helm-c-grep-save-results-1): buffer-read-only is already local, forget to push this in precedent patch.
* * helm-help.el: Document candidates-process.Thierry Volpiatto2012-11-26
|
* Remove all byte-compile-dynamic and update autoloads.Thierry Volpiatto2012-11-08
|
* * helm-files.el: Allow using recentf as filename history.Thierry Volpiatto2012-09-27
| | | | | | (helm-ff-file-name-history-use-recentf): New user var. (helm-c-source-ff-file-name-history): Do it. * helm-help.el: document file name history.
* Add a new matching attr called match-strict.Thierry Volpiatto2012-09-24
| | | | | | | | | * helm-files.el (helm-c-source-find-files): Use a function instead of lambda for match fn. (helm-ff-match-function): New use it. (helm-c-source-file-name-history): Use match-strict. * helm-help.el: Document match-strict. * helm-match-plugin.el (helm-compile-source--match-plugin): Allow using new attr match-strict. * helm.el (helm-match-functions): Handle match-strict (match take precedence).
* Issue #116 Fix and bind helm-c-open-file-with-default-tool in *find-files ↵Thierry Volpiatto2012-09-20
| | | | | | | | | | and locate. * helm-external (helm-run-or-raise): Always pipe proc. * helm-files.el: Bind helm-c-open-file-with-default-tool in helm-find-files. Fix action transformer, always place new action to end. * helm-help.el add open file with default tool to doc. * helm-utils.el (helm-c-open-file-with-default-tool): Fix for emacs24+ (always pipe proc).
* * helm-buffers.el (helm-multi-occur-as-action): Force searching in current ↵Thierry Volpiatto2012-09-09
| | | | | | buffer with a prefix arg. * helm-regexp.el (helm-multi-occur): same.
* * helm-files.el (helm-ff-locate): basename of cand is now available as ↵Thierry Volpiatto2012-09-08
| | | | | | | default, not input. * helm-locate.el (helm-locate-1, helm-locate-with-db): New arg default. * helm-help.el: Update ff doc.
* * helm-buffers.el (helm-multi-occur-as-action): Issue #103 Use @ input as ↵Thierry Volpiatto2012-08-26
| | | | | | | default input when present. * helm-regexp.el (helm-multi-occur-1): Take one more arg INPUT. * helm-help.el: Document new behavior of helm-buffers-list.
* * helm-locate.el: Bind etags to generic keymap.Thierry Volpiatto2012-08-25
| | | | * helm-help.el: Update for generic keymap.
* * helm.el (helm-update): Allow giving an in-source value to delayed attr.Thierry Volpiatto2012-08-20
| | | | | * helm-regexp.el (helm-m-occur-idle-delay): New user var. (helm-c-source-moccur): Delay source by helm-m-occur-idle-delay time.
* Fix mode line string for helm-comp-read.Thierry Volpiatto2012-08-18
|
* * helm-buffers.el (helm-c-buffer-map): Bind C-s to multi occur.Thierry Volpiatto2012-08-17
|
* Add help for moccur.Thierry Volpiatto2012-08-17
|
* Disable compile warnings and add new keyword to helm.Thierry Volpiatto2012-07-30
| | | | | | * helm.el (helm): Send error when running helm within helm unless :allow-nest is non--nil. Fix docstring. * helm-ring.el (helm-show-kill-ring): Use new keyword :allow-nest
* * helm-files.el (helm-find-files-eshell-command-on-file-1): From the ↵Thierry Volpiatto2012-07-07
| | | | | | | helm-buffer one prefix arg apply, two prefix arg print to current-buffer. * helm-help.el: Document this behavior.
* * helm-help.el (helm-help-event-loop): Bind Isearch in help buffer.Thierry Volpiatto2012-06-20
| | | | | (helm-help-internal): Add isearch in mode-line. (helm-ff-help-message): update.
* * helm-help.el (helm-generic-file-help-message): Add toggle basename.Thierry Volpiatto2012-05-24
|
* * helm-buffers.el: Add help command.Thierry Volpiatto2012-05-24
| | | | | * helm-buffers.el: Add help for ido virtal buffers. * helm-config.el: Update autoloads.
* * helm-help.el: autoload more variables.Thierry Volpiatto2012-04-30
| | | | * helm-config.el: update autoloads.
* * helm-help.el: Add missing autoload cookie.Thierry Volpiatto2012-04-30
|
* * helm-buffers.el: let user choose a mode for new buffers.Thierry Volpiatto2012-04-23
| | | | (helm-buffers-favorite-modes): New user var.
* * helm.el (helm-read-pattern-maybe): Allow using history attr in sources.Thierry Volpiatto2012-04-19
| | | | | | * helm-grep.el (helm-do-grep-1): Use it. * helm-locate.el (helm-c-source-locate): Same. * helm-files.el (helm-ff-zgrep): simplify.
* * helm-match-plugin.el (helm-mp-highlight-match): Check for nohighlight attr.Thierry Volpiatto2012-04-16
| | | | * helm-files.el: (helm-c-source-find-files): Use new attr nohighlight.
* Implement `match-part' attribute.Thierry Volpiatto2012-04-10
| | | | | | | | | * helm.el: document match-part attribute. * helm-tags.el: (helm-c-source-etags-select): Use match-part. * helm.el (helm-search-match-part): New. (helm-candidates-in-buffer, helm-candidates-in-buffer-1, helm-search-from-candidate-buffer): Use it.
* * helm.el: Move help related things to helm-help.el.Thierry Volpiatto2012-04-04
| | | | (helm-process-source): Insert match in multiline.
* Merge pull request #32 from tarsius/mode-linethierryvolpiatto2012-04-02
|\ | | | | improvements to mode-line variables
| * helm-bookmark-mode-line-string: doc-string no longer part of valueJonas Bernoulli2012-04-02
| |
| * helm*mode-line-string: replace Acts with Act, like other verbsJonas Bernoulli2012-04-02
| |
| * helm*mode-line-string: don't include helm-send-bug-report-from-helmJonas Bernoulli2012-04-02
| |
| * helm*mode-line-string: improve readability of definitionsJonas Bernoulli2012-04-02
| |
| * helm*mode-line-string: seperate bindings consistentlyJonas Bernoulli2012-04-02
| |
* | * helm-help.el (helm-help-message): Remove reference to removed command ↵Thierry Volpiatto2012-04-02
| | | | | | | | helm-call-source.
* | Fix autoloads and remove faces variables.Thierry Volpiatto2012-04-02
|/ | | | | | | | | Remove `generated-autoload-file' local var in all files. * helm-bookmark.el (helm-bookmark-directory): new face. Remove obsolete faces vars. * helm-misc.el: require also *-files and *-buffers. * helm.el: Reorder, clean and remove obsolete faces.
* Fix dependencies and autoloads. Reorder.Thierry Volpiatto2012-03-28
|
* * helm-help.el: newThierry Volpiatto2012-03-22
* helm-config.el: Move help messages and mode-line strings.