I see that Helm installation from nongnu elpa doesn't include emacs-helm.sh script, would it be possible to modify this? diff --git a/elpa-packages b/elpa-packages index 77d7a5409e..0923724b62 100644 --- a/elpa-packages +++ b/elpa-packages @@ -312,11 +312,11 @@ :ignored-files "COPYING") (helm :url "https://github.com/emacs-helm/helm" - :ignored-files ("images" "Cask" "Makefile" "emacs-helm.sh" "helm-core.el" "helm.el" + :ignored-files ("images" "Makefile" "helm-core.el" "helm.el" "helm-lib.el" "helm-source.el" "helm-multi-match.el")) (helm-core :url "https://github.com/emacs-helm/helm" - :ignored-files ("images" "Cask" "Makefile" "emacs-helm.sh" "helm-adaptive.el" + :ignored-files ("images" "Makefile" "emacs-helm.sh" "helm-adaptive.el" "helm-bookmark.el" "helm-buffers.el" "helm-color.el" "helm-comint.el" "helm-command.el" "helm-config.el" "helm-dabbrev.el" "helm-easymenu.el" "helm-elisp.el" "helm-elisp-package.el" "helm-epa.el" "helm-eshell.el" Also I asked here about a new dependency for Helm called wfnames and had no answer (2 times), so I ask again differently now: When a package is available in Melpa do we have to add it in nongnu as well to satisfy dependencies for a package already in nongnu? Thanks. -- Thierry