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

Add a hook after vr/replace vr/query-replace #60

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

Conversation

p1llule
Copy link

@p1llule p1llule commented Mar 8, 2021

Hi Benma,

Here an additional hook after vr/replace and vr/query-replace.

I use this patch with firstly taoline and then with feebleline.
They also uses extensively the echo area and so they need to be neutralized before using a visual-regexp command; and restored after; otherwise they will conflict with visual-regexp and it will not display its visual feedback.

This hook allows me to do so without totally deactivating their mode (and so keeping an interface without modeline along using visual-regexp).

p1llule added a commit to p1llule/feebleline that referenced this pull request Mar 9, 2021
Feebleline is not the only package to use extensively the echo area.
visual-regexp also does and have conflicts with feebleline.

Theses functions, deactivate feebleline without altering the mode state.
They can patch conflicts used in hooks like :

       (add-hook 'vr/initialize-hook #'initialize-without-feebleline)
       (add-hook 'vr/end-hook #'end-with-feebleline)

See benma/visual-regexp.el#60
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