summaryrefslogtreecommitdiff
path: root/helm-utils.el
Commit message (Collapse)AuthorAge
* * helm-utils.el (helm-show-all-in-this-source-only): No need to ↵Thierry Volpiatto2014-06-14
| | | | save-window-excursion.
* * helm-utils.el (helm-file-human-size): make kbsize an optional arg that ↵Thierry Volpiatto2014-06-08
| | | | default to helm-default-kbsize.
* * helm-files.el (helm-ff-transform-fname-for-completion): concat after 1 ↵Thierry Volpiatto2014-06-02
| | | | | | | char and quote single chars (#534). * helm-utils.el (helm--mapconcat-candidate): quote single char. * helm.el: Disable blink-matching-paren.
* * helm-elisp.el (helm-sexp-eval): Fallback to ↵Thierry Volpiatto2014-05-18
| | | | | | called-interactively-p-functions hack (#489). * helm-utils.el: Remove funcall-interactively.
* * helm-utils.el: Add comment and ref to emacs bug#17446 for ↵Thierry Volpiatto2014-05-10
| | | | funcall-interactively.
* * helm-elisp.el (helm-sexp-eval): Use funcall-interactively.Thierry Volpiatto2014-05-10
| | | | * helm-utils.el: Inline funcall-interactively.
* * helm-buffers.el: Add fuzzy searching matching.Thierry Volpiatto2014-04-29
| | | | | | | (helm-buffers-fuzzy-matching): New option. (helm-buffer--match-pattern): Use helm--mapconcat-candidate. * helm-files.el: Remove helm-ff-mapconcat-candidate and move to helm-utils. * helm-utils.el (helm--mapconcat-candidate): New renamed from helm-ff-mapconcat-candidate.
* Finally reindent with the cl indentation behavior of 24.4.50.Thierry Volpiatto2014-04-25
| | | | | It have font-lock broken in some place but is not broken as in 24.3.90. So perhaps it is the best option for now.
* Reindent all again.Thierry Volpiatto2014-04-25
|
* Reindent all files again.Thierry Volpiatto2014-04-25
| | | | * helm-elisp-package.el: Use with instead of let.
* * helm-utils.el (helm-insert-in-minibuffer): Removed.Thierry Volpiatto2014-04-20
|
* Reindent all files.Thierry Volpiatto2014-04-18
|
* * helm-utils.el (helm-yank-text-at-point): Simplify, break newline if needed.Thierry Volpiatto2014-04-05
|
* Use regexp-quote in some places for preselection.Thierry Volpiatto2014-03-24
| | | | | | * helm-files.el: * helm-utils.el: * helm.el:
* * helm-utils.el (with-helm-display-marked-candidates): Get rid of ↵Thierry Volpiatto2014-02-26
| | | | | | `with-temp-buffer-window'. * helm-files.el (helm-delete-marked-files): No need to create buffer.
* * helm-utils.el (with-helm-display-marked-candidates): Remove old commented ↵Thierry Volpiatto2014-02-25
| | | | code.
* * helm-utils.el: Fix corruption due to previous bugfix.Thierry Volpiatto2014-02-25
|
* * helm-utils.el (with-helm--temp-buffer-window): Inline emacs-24.3 of ↵Thierry Volpiatto2014-02-25
| | | | `with-temp-buffer-window' which is broken in 24.4.
* Take advantage of dired-format-columns-of-files. * helm-files.el ↵Thierry Volpiatto2014-01-13
| | | | | | (helm-find-files-do-action, helm-delete-marked-files): Do it. * helm-utils.el: Do it.
* Use a buffer to show marked candidates for action.Thierry Volpiatto2014-01-13
| | | | | | * helm-utils.el (with-helm-display-marked-candidates): New macro. * helm-files.el (helm-find-files-do-action, helm-delete-marked-files): Use it.
* Update copyrights.Thierry Volpiatto2014-01-02
|
* * helm-utils.el (helm-highlight-current-line): new arg pulse.Thierry Volpiatto2013-11-30
| | | | | (helm-goto-line): Use it. * helm-semantic.el (helm-semantic-default-action): Highlight.
* Replace cl-prefix added by error (cl-the).Thierry Volpiatto2013-11-20
|
* Start fixing unused vars.Thierry Volpiatto2013-11-16
|
* Merge branch 'origin-exp' into lexThierry Volpiatto2013-11-16
|\ | | | | | | | | Conflicts: helm.el
| * (helm-match-line-color-current-line, helm-persistent-highlight-point): ↵Thierry Volpiatto2013-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Replaced by helm-highlight-current-line. *helm-grep.el *helm-imenu.el *helm-misc.el *helm-org.el *helm-regexp.el *helm-ring.el *helm-semantic.el *helm-tags.el *helm-utils.el
* | Enable lexical-binding in all files.Thierry Volpiatto2013-11-14
| |
* | Merge branch 'origin-exp' into lexThierry Volpiatto2013-11-12
|\| | | | | | | | | | | | | Conflicts: helm-buffers.el helm-mode.el helm-utils.el
| * * helm-utils.el (helm-position): Transform in macro.Thierry Volpiatto2013-11-10
| |
| * Reindent all files.Thierry Volpiatto2013-11-04
| |
* | reindent.Thierry Volpiatto2013-11-04
| |
* | Add lexical-binding in only these 3 files, fix _source errors.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
|/
* Fix unused args source in some filtered candidates functions.Thierry Volpiatto2013-11-02
|
* * helm-utils.el (helm-walk-directory): Use lambda instead of labels.Thierry Volpiatto2013-10-28
|
* * helm-utils.el: Attempt to fix Issue #307.Thierry Volpiatto2013-10-27
|
* * helm-utils.el (helm-files-match-only-basename): Issue #310 New match ↵Thierry Volpiatto2013-10-11
| | | | function that allow adding a -b flag at end of pattern. * helm-files.el (helm-source-recentf, helm-source-files-in-current-dir): Use it.
* * helm-files.el (helm-find-files-persistent-action): Set default-directory ↵Thierry Volpiatto2013-09-29
| | | | | | in image-dired buffers. * helm-utils.el (helm-quit-and-find-file): Use local value of default-directory for non files buffers.
* Use string-width in some places.Thierry Volpiatto2013-09-03
|
* * helm-utils.el (helm-generic-sort-fn): Moved and renamed from ↵Thierry Volpiatto2013-08-09
| | | | | | | | `helm-elisp-sort-symbols-fn'. * helm-man.el: Use it * helm-elisp.el: Use it * helm-command.el: Use it
* * helm-utils.el (helm-basedir): NewThierry Volpiatto2013-07-18
| | | | * helm-files.el: Use it, add comments.
* * helm-utils.el (helm-find-file-as-root): Issue #240 let-bind non-essential.Thierry Volpiatto2013-04-29
|
* * helm-utils.el (helm-walk-directory): Allow skiping subdirs.Thierry Volpiatto2013-04-13
| | | | (helm-walk-ignore-directories): New.
* * helm-bookmark.el: Use helm-substring in transformers.Thierry Volpiatto2013-04-09
| | | | | * helm-utils.el (helm-substring): Use buffer-substring. (helm-substring-by-width): Fix docstring.
* * helm-bookmark.el: Fix truncation of multibyte bookmark names.Thierry Volpiatto2013-04-09
| | | | * helm-utils.el (helm-substring-by-width): New optional arg.
* * helm-files.el (helm-find-files-transformer): Fix basename on invalid tramp ↵Thierry Volpiatto2013-03-28
| | | | | | | | entries. (helm-ff-highlight-files): same * helm-utils.el (helm-ff-get-host-from-tramp-invalid-fname): New. (helm-basename): Always use non-essential.
* Start fixing tramp completion user-error for emacs-24.4.Thierry Volpiatto2013-03-28
| | | | | | * helm-files.el (helm-find-files-get-candidates): let-bind non-essential * helm-utils.el: Comment tramp-dissect-file-name defadvice. * helm.el: let-bind non-essential to t on helm startup.
* * helm-utils.el (tramp-dissect-file-name): Advice for 24.4 to disable ↵Thierry Volpiatto2013-03-28
| | | | user-error.
* * helm-utils.el (helm-save-current-pos-to-mark-ring): Don't save in ↵Thierry Volpiatto2013-03-21
| | | | persistent action.