Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wgrep-helm.el: Add missing Package-Requires for helm #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sten0
Copy link
Contributor

@sten0 sten0 commented Feb 4, 2020

This package requires helm, because it uses helm-grep-split-line from
helm-grep.el. See wgrep-helm.el:L47.

helm-grep.el first appeared in Helm 1.4.0, so I've set that as the required version.

This package requires helm, because it uses helm-grep-split-line from
helm-grep.el.  See wgrep-helm.el:L47.

helm-grep.el first appeared in Helm 1.4.0, so I've set that as the
required version.
@sten0 sten0 closed this Feb 4, 2020
@sten0 sten0 force-pushed the add-missing-package-requires branch from 7a72970 to fcd8c22 Compare February 4, 2020 03:05
@sten0 sten0 reopened this Feb 4, 2020
@sten0
Copy link
Contributor Author

sten0 commented Feb 4, 2020

Edit was due to an error in my commit message. Fixed!

@mhayashi1120
Copy link
Owner

Your patch does not cause problem right away although, I don't want cyclic reference for helm to avoid loading problem.
helm weakly require wgrep-helm. https://github.com/emacs-helm/helm/blob/master/helm-grep.el#L26

helm is a Master, wgrep-helm is a Slave (means optional package for helm user).

This (declare-function helm-grep-split-line "helm-grep") form is added to suppress elisp byte-compiler warnings.

@sten0
Copy link
Contributor Author

sten0 commented Mar 14, 2020

Thank you for the tip. Hm, yes, this sounds tricky... Please keep this PR open while I consult the rest of the Debian Emacsen Team, because I don't use Helm, and I'm not yet sure what the correct resolution is.

'hoping to provide a follow-up soon,
Nicholas

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants