summaryrefslogtreecommitdiff
path: root/helm-sys.el
Commit message (Collapse)AuthorAge
* Move local vars in .dir-locals fileThierry Volpiatto2021-03-13
| | | | and shutup compiler about doctring warnings.
* Fix some bug linksThierry Volpiatto2021-02-04
|
* Update copyrightsThierry Volpiatto2020-12-16
|
* Use :extend attr in all deffaceThierry Volpiatto2020-06-29
|
* Fix documentationManuel Uberti2020-06-03
|
* Remove deletion of OW before helm call in helm-topThierry Volpiatto2019-10-10
| | | | * helm-sys.el (helm-top): Do it.
* Update copyrightsThierry Volpiatto2019-03-26
|
* helm-list-emacs-process: set local header line to niljwinder2018-07-28
|
* Use a cons cell for top PAThierry Volpiatto2018-05-24
| | | | | * helm-sys.el (helm-source-top): Do it. (helm-top-sh-persistent-action): No need to delete other windows.
* Fix PA in topThierry Volpiatto2018-05-23
| | | | * helm-sys.el (helm-top-sh-persistent-action): Do it.
* Update copyrightsThierry Volpiatto2018-01-08
|
* Remove unneeded let-binding (#1908, #1909)Thierry Volpiatto2017-11-02
| | | | | | and fix comments. * helm-sys.el (helm-top-run-sort-by-cpu): Do it.
* Missing parenthesis in comment.Matthew Carter2017-11-02
|
* Fixes to helm-sys.elMatthew Carter2017-11-02
| | | | | - Corrected typo for defcustom name colum to column - Corrected incorrect logic for setting CPU sort function under GNU/Linux
* Make helm-alive-p (the function) internal (#1873)Thierry Volpiatto2017-09-19
| | | | | | | | | | | and use `helm-buffer-get` to cover as well the case of helm-action-buffer visible. * helm-sys.el (helm-top-poll): * helm.el (helm): (helm--alive-p): Renamed from helm-alive-p and check if helm-action-buffer or helm-buffer are alive (previously was checking only for helm-buffer).
* Allow marking in helm-top (#1794)Thierry Volpiatto2017-06-24
| | | | | | | | * helm-sys.el (helm-source-top): Allow marking. (helm-top-action-transformer): Use marked. (helm-top-sh): Now takes a list of pids as arg. (helm-top--marked-pids): Filter out non pid candidates if some. (helm-top-sh-persistent-action): Use a list as arg and delete current selection.
* Start adding group in some sources.Thierry Volpiatto2017-05-24
| | | | | | | | | | | | | | | | | | | | | | | * helm-files.el (helm-source-ffiles): Do it. * helm-types.el (helm--setup-source): Do it. * helm-dabbrev.el (helm-dabbrev): Do it. * helm-elisp-package.el (helm-list-el-package-source): Do it. * helm-grep.el (helm-grep-class): Do it. (helm-grep-ag-class): Do it. * helm-imenu.el (helm-imenu-source): Do it. * helm-locate.el (helm-locate-source): Do it. (helm-locate-subdirs-source): Do it. * helm-man.el (helm-source-man-pages): Do it. * helm-org.el (helm-org-headings-class): Do it. * helm-regexp.el (helm-source-regexp): Do it. (helm-source-multi-occur): Do it. * helm-ring.el (helm-source-kill-ring): Do it. (helm-source-mark-ring): Do it. (helm-source-global-mark-ring): Do it. (helm-source-register): Do it. (helm-execute-kmacro): Do it. * helm-sys.el (helm-source-top): Do it. * helm-tags.el (helm-etags-build-source): Do it.
* 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.