branch: elpa/helm commit ecb1885a2fa0f5ba5f3abd819049a752420944f6 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove references to helm-elisp-package --- helm-easymenu.el | 3 --- helm-global-bindings.el | 1 - helm-help.el | 61 ------------------------------------------------- 3 files changed, 65 deletions(-) diff --git a/helm-easymenu.el b/helm-easymenu.el index 690c1c1df8..a4f134ece7 100644 --- a/helm-easymenu.el +++ b/helm-easymenu.el @@ -47,9 +47,6 @@ ["Emacs Manual index" helm-info-emacs t] ["Gnus Manual index" helm-info-gnus t] ["Helm documentation" helm-documentation t]) - ("Elpa" - ["Elisp packages" helm-list-elisp-packages t] - ["Elisp packages no fetch" helm-list-elisp-packages-no-fetch t]) ("Tools" ["Occur" helm-occur t] ["Grep current directory with AG" helm-do-grep-ag t] diff --git a/helm-global-bindings.el b/helm-global-bindings.el index c52a90294a..f13456ea4a 100644 --- a/helm-global-bindings.el +++ b/helm-global-bindings.el @@ -83,7 +83,6 @@ Using `setq' to modify this variable will have no effect." (define-key map (kbd "C-c C-x") 'helm-run-external-command) (define-key map (kbd "b") 'helm-resume) (define-key map (kbd "M-g i") 'helm-gid) - (define-key map (kbd "@") 'helm-list-elisp-packages) map) "Default keymap for \\[helm-command-prefix] commands. The normal global definition of the character \\[helm-command-prefix] indirects to this keymap.") diff --git a/helm-help.el b/helm-help.el index d0e3cda9a7..825174d8f5 100644 --- a/helm-help.el +++ b/helm-help.el @@ -44,7 +44,6 @@ helm-buffers-ido-virtual-help-message helm-moccur-help-message helm-top-help-message - helm-el-package-help-message helm-M-x-help-message helm-imenu-help-message helm-colors-help-message @@ -2261,66 +2260,6 @@ See [[Moving in `helm-buffer'][Moving in `helm-buffer']]. |\\[helm-top-run-sort-by-user]|Sort alphabetically by user. |\\[helm-top-run-sort-by-mem]|Sort by memory.") -;;; Helm Elisp package -;; -;; -(defvar helm-el-package-help-message - "* Helm Elisp package - -** Tips - -*** Compile all your packages asynchronously - -If you use async (if you have installed Helm from MELPA you do), only \"helm\", -\"helm-core\", and \"magit\" are compiled asynchronously. If you want all your -packages compiled asynchronously, add this to your init file: - - (setq async-bytecomp-allowed-packages '(all)) - -*** Upgrade Elisp packages - -On initialization (when Emacs is fetching packages on remote), if Helm finds -packages to upgrade, it will start in the upgradable packages view showing the packages -available for upgrade. - -On subsequent runs, you will have to refresh the list with `C-c \\[universal-argument]'. If Helm -finds upgrades you can switch to upgrade view (see below) to see what packages -are available for upgrade or simply hit `C-c U' to upgrade them all. - -To see upgradable packages hit `M-U'. - -Then you can install all upgradable packages with the \"upgrade all\" action -\(`C-c \\[universal-argument]'), or upgrade only specific packages by marking them and running the -\"upgrade\" action (visible only when there are upgradable packages). Of course -you can upgrade a single package by just running the \"upgrade\" action without -marking it (`C-c u' or `RET') . - -\*Warning:* You are strongly advised to \*restart* Emacs after \*upgrading* packages. - -*** Meaning of flags prefixing packages - -\(Emacs ≥25) - -- The flag \"S\" that prefixes package names means that the packages belong to `package-selected-packages'. - -- The flag \"U\" that prefix package names mean that this package is no more needed. - -** Commands -\\<helm-el-package-map> -|Keys|Description -|-----------+----------| -|\\[helm-el-package-show-all]|Show all packages. -|\\[helm-el-package-show-installed]|Show installed packages only. -|\\[helm-el-package-show-uninstalled]|Show non-installed packages only. -|\\[helm-el-package-show-upgrade]|Show upgradable packages only. -|\\[helm-el-package-show-built-in]|Show built-in packages only. -|\\[helm-el-run-package-install]|Install package(s). -|\\[helm-el-run-package-reinstall]|Reinstall package(s). -|\\[helm-el-run-package-uninstall]|Uninstall package(s). -|\\[helm-el-run-package-upgrade]|Upgrade package(s). -|\\[helm-el-run-package-upgrade-all]|Upgrade all packages. -|\\[helm-el-run-visit-homepage]|Visit package homepage.") - ;;; Helm M-x ;; ;;