Skip to content

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