summaryrefslogtreecommitdiff
path: root/helm-sys.el
Commit message (Collapse)AuthorAge
* Update copyrights.Thierry Volpiatto2017-01-01
|
* Allow killing marked processes.Thierry Volpiatto2016-12-29
| | | | * helm-sys.el (helm-source-emacs-process): Do it.
* Remove now unneeded local settings of (not cl-lib) warnings.Thierry Volpiatto2016-11-13
| | | | Done according to helm-bbdb syohei commit (thanks).
* Forget to rename variable in helm-sys too.Thierry Volpiatto2016-10-10
| | | | | * helm-sys.el (helm-top): Rename helm-show-action-window-same-window to helm-show-action-window-other-window.
* Truncate-line in helm-top when showing action buffer in same window.Thierry Volpiatto2016-10-09
| | | | * helm-sys.el (helm-top): Do it.
* Fix helm-top-poll when using a split for actions.Thierry Volpiatto2016-10-09
| | | | | | * helm-sys.el (helm-top-poll): Check if action buffer is here. * helm.el (helm-select-action): Ensure we are able to split a single window. (helm-show-action-buffer): Same.
* Avoid repetitives calls to helm-get-current-source.Thierry Volpiatto2016-09-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * helm.el (helm-get-selection): New optional arg SOURCE. * helm.el (helm-select-action): Do it. * helm.el (helm-force-update): Do it. (helm-execute-selection-action-1): Do it. * helm.el (helm-get-actions-from-current-source): Do it. * helm.el (helm-file-completion-source-p): Takes now one more optional arg. * helm.el (helm-mark-all): Do it. * helm-files.el (helm-find-files-up-one-level):Do it. * helm-files.el (helm-ff-move-to-first-real-candidate):Do it. (helm-ff-update-when-only-one-matched): Do it. (helm-ff-before-action-hook-fn): Do it. (helm-files-save-file-name-history): Do it. * helm-buffers.el (helm-buffers-mark-similar-buffers-1):Do it. * helm-sys.el (helm-top--skip-top-line): Do it. * helm.el (helm-confirm-and-exit-minibuffer): Do it. (helm-make-visible-mark): Do it. (helm-marked-candidates): Do it. (helm-follow-execute-persistent-action-maybe): Do it. * helm.el (helm-select-action): Do it. (helm-preselect): Do it. (helm-select-nth-action): Do it. (helm-execute-persistent-action):Do it.
* Fix mode-line in helm-top.Thierry Volpiatto2016-08-28
| | | | * helm-sys.el (helm-source-top): :mode-line was missing.
* Make preselection of helm-top sort fns consistent with helm-top-poll.Thierry Volpiatto2016-08-24
| | | | | | | | | * helm-sys.el (helm-top-poll-preselection): New. (helm-top--preselect-fn): Use it. (helm-top-run-sort-by-com): Use it. (helm-top-run-sort-by-cpu): Use it. (helm-top-run-sort-by-mem): Use it. (helm-top-run-sort-by-user): Use it.
* Fix docstring (#1586).Thierry Volpiatto2016-08-24
| | | | * helm-sys.el (helm-top-sort-colums-alist): Do it.
* Fix typo.Thierry Volpiatto2016-08-24
|
* Allow customizing columns numbers to fit with top/ps output (#1586).Thierry Volpiatto2016-08-24
| | | | | | | | | * helm-sys.el (helm-top-command): Fix docstring. (helm-top-sort-colums-alist): New. (helm-top-sort-by-com): Use it. (helm-top-sort-by-mem): Use it. (helm-top-sort-by-cpu): Use it. (helm-top-sort-by-user): Use it.
* Fix sorting by cpu in helm-top with ps backend (#1586).Thierry Volpiatto2016-08-21
| | | | | | * helm-sys.el (helm-top-command): Use start_time which doesn't contain spaces. (helm-top-sort-by-cpu): New. (helm-top-run-sort-by-cpu): Use it.
* Fix last sources not built with helm-source.Thierry Volpiatto2016-08-12
|
* Fix helm-top-command (#1532)Chunyang Xu2016-06-08
| | | | To make users be able customize this variable
* Remove comment no code change.Thierry Volpiatto2016-05-30
|
* Fix helm-top-poll-mode and header-name.Thierry Volpiatto2016-05-30
| | | | | | * helm-sys.el (helm-top-poll-mode): Mode should be global, remove all hooks. (helm-source-top): Fix header-name.
* Allow customizing preselection action in helm-top.Thierry Volpiatto2016-05-30
| | | | | * helm-sys.el (helm-top-poll-preselection): New. (helm-top-poll): Use it.
* Make top timer var private.Thierry Volpiatto2016-05-29
|
* Allow customizing delays in helm-top.Thierry Volpiatto2016-05-29
| | | | | | | | * helm-sys.el (helm-top-poll-delay): Now a user var. (helm-top-poll-delay-post-command): New. (helm-top-poll): Take one more optional arg. (helm-top--poll-delay): Prevent user using a value < to 1.5. (helm-top-poll-no-update): Use helm-top-poll-delay-post-command.
* Fix stupid iedit error while replacing.Thierry Volpiatto2016-05-29
| | | | * helm-sys.el (helm-top-poll): Do it.
* Fix also preselection in helm-top sort fns.Thierry Volpiatto2016-05-29
| | | | | | | | * helm-sys.el (helm-top-poll): Do it. (helm-top-run-sort-by-com): Do it. (helm-top-run-sort-by-cpu): Do it. (helm-top-run-sort-by-mem): Do it. (helm-top-run-sort-by-user): Do it.
* Fix preselection in helm-top-poll.Thierry Volpiatto2016-05-29
| | | | | * helm-sys.el (helm-top-poll): Number are changing constantly especially with ps.
* Fix quitting while process is running in helm-top (#1521).Thierry Volpiatto2016-05-28
| | | | | * helm-sys.el (helm-top-poll): Do it. (helm-top-init): Bind with-local-quit here.
* Add comments no code changes.Thierry Volpiatto2016-05-28
|
* Ensure top poll timer is reset when emacs regain focus.Thierry Volpiatto2016-05-28
| | | | | * helm-sys.el (helm-top-initialize-poll-hooks): Do it. (helm-source-top): Cleanup focus-in-hook.
* Bind with-local-quit only on the update call in helm-top.Thierry Volpiatto2016-05-28
| | | | | | | | * helm-sys.el (helm-top-poll): Do it. Check helm-alive-p and no-update in same clause (helm-top). * helm-sys.el (helm-top-poll): Do it.
* Use post-command-hook for helm-top.Thierry Volpiatto2016-05-28
| | | | | * helm-sys.el (helm-top-initialize-poll-hooks): Do it. (helm-source-top): Do it.
* Run the hooks in the top local after-init-hook.Thierry Volpiatto2016-05-28
| | | | | | | * helm-sys.el (helm-top-poll): Don't add hooks here. (helm-top-initialize-poll-hooks): New, just add the hooks. (helm-top-poll-mode): Add helm-top-initialize-poll-hooks to the after-init-hook.
* Use a hard coded delay of 1.5 for now in helm-top.Thierry Volpiatto2016-05-28
|
* Fix quitting from helm-top in helm-top-poll-mode.Thierry Volpiatto2016-05-28
| | | | | | * helm-sys.el (helm-top-poll): Do it. (helm-source-top): Fix name in hooks. (helm-top-poll-no-update):
* Use with-helm-quittable in helm-top.Thierry Volpiatto2016-05-28
| | | | * helm-sys.el (helm-top-poll): Ensure quitting.
* Use also helm-move-selection-after-hook for helm-top.Thierry Volpiatto2016-05-28
| | | | | * helm-sys.el (helm-top-poll): Add it. (helm-source-top) : Remove it.
* Ensure the helm-buffer is active.Thierry Volpiatto2016-05-28
| | | | * helm-sys.el (helm-top-poll): Use helm-alive-p, the function.
* Introduce auto-updating in top.Thierry Volpiatto2016-05-28
|
* Fix preselection in sort commands of top.Thierry Volpiatto2016-05-20
| | | | | | | * helm-sys.el (helm-top-run-sort-by-com): Do it. (helm-top-run-sort-by-cpu): Do it. (helm-top-run-sort-by-mem): Do it. (helm-top-run-sort-by-user): Do it.
* Fix copyrights.Thierry Volpiatto2016-03-05
|
* Always show top line in helm-top and skip it.Thierry Volpiatto2016-03-04
| | | | | | | * helm-sys.el (helm-top--line): New internal. (helm-top-transformer): Use it to store top line. (helm-top--skip-top-line): New. (helm-top): Hook it.
* Require helm-help in several places.Thierry Volpiatto2015-07-14
|
* Remove old help command from all maps affected.Thierry Volpiatto2015-07-14
| | | | | | | | | | | | | | | | | | | | | | * helm-apt.el: Do it. * helm-bookmark.el: Do it. * helm-buffers.el: Do it. * helm-color.el: Do it. * helm-command.el: Do it. * helm-elisp-package.el: Do it. * helm-files.el: Do it. * helm-font.el: Do it. * helm-grep.el: Do it. * helm-id-utils.el: Do it. Remove mode-line slot. * helm-imenu.el: Do it. * helm-locate.el: Do it. * helm-regexp.el: Do it. * helm-ring.el: Do it. * helm-semantic.el: Do it. * helm-sys.el: Do it. * helm-tags.el: Do it. * helm.el: Bind C-c ? to helm-amp for compat.
* Remove most mode-line strings to use generic one.Thierry Volpiatto2015-07-14
| | | | | | | | | | | | | | | | | | | | | | * helm-bookmark.el: Do it. * helm-buffers.el: Do it. * helm-color.el: Do it. * helm-command.el: Do it. * helm-elisp-package.el: Do it. * helm-files.el: Do it. * helm-font.el: Do it. * helm-grep.el: Do it. * helm-help.el: Do it. * helm-imenu.el: Do it. * helm-locate.el: Do it. * helm-regexp.el: Do it. * helm-semantic.el: Do it. * helm-sys.el: Do it. * helm-tags.el: Do it. * helm-types.el: Do it. * helm.el: Do it. r# commençant par '#' seront ignorées, et un message vide abandonne la validation.
* Generalize usage of C-h m everywhere.Thierry Volpiatto2015-07-14
| | | | | | | | | | | | | | | | | | | | | | | * helm-apt.el:Use help-message in source. * helm-buffers.el:Use help-message in source. * helm-color.el:Use help-message in source. * helm-command.el:Use help-message in source. * helm-elisp-package.el:Use help-message in source. * helm-files.el:Use help-message in source. * helm-font.el:Use help-message in source. * helm-grep.el:Use help-message in source. * helm-help.el (helm-help): Insert local help + generic help. Remove all local help commands, fix all help strings. * helm-imenu.el:Use help-message in source. * helm-locate.el:Use help-message in source. * helm-mode.el:Use help-message in source. (helm-comp-read): Allow usage of help-message. * helm-regexp.el:Use help-message in source. * helm-ring.el:Use help-message in source. * helm-semantic.el:Use help-message in source. * helm-sys.el:Use help-message in source. * helm-tags.el:Use help-message in source. * helm-types.el:Use help-message in source.
* Fix helm commands docstrings and remove some unneeded autoloads.Thierry Volpiatto2015-06-03
|
* Update copyrights.Thierry Volpiatto2015-03-24
|
* * helm-sys.el (helm-source-top): Use helm-source.Thierry Volpiatto2015-02-26
|
* remove double call list-process--refreshLe Wang2015-02-09
| | | | - since "init" always runs anyway, "update" is not necessary.
* * helm-sys.el (helm-top): Preselect first cand.Thierry Volpiatto2014-09-14
| | | | Remove unneeded autoloads.
* * helm-sys.el: Display column line and give it properties.Thierry Volpiatto2014-09-08
| | | | | | | (helm-top-columns): new face. (helm-top-transformer): propertize this line. (helm-top-sort-transformer): It seems it is not needed to check the cdr and return butlast of this list, just returns this list.
* 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
|