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

No surrounding delimiters found in simple parenthesis case #12

Open
Schievel1 opened this issue Apr 11, 2024 · 2 comments
Open

No surrounding delimiters found in simple parenthesis case #12

Schievel1 opened this issue Apr 11, 2024 · 2 comments

Comments

@Schievel1
Copy link

Hi,

I am setting my emacs to text-mode for this because I heard there are some issues with other major modes sometimes.

when I have a simple thing like this:

(abc)

and I put point inside the parenthesis, say on b for example, then I press ds( it says "No surrounding delimiters found" in the minibuffer.

I noticed that when I have

abc

for example, put point on b and press ysiw( it inserts parenthesis like this:

( abc )

And with this, ds( works.

When I disable evil-embrace integration using M-x evil-embrace-disable-evil-surround-integration evil-surround works as expected and deletes the parenthesis around (abc) with ds(

@countvajhula
Copy link

FYI: As I understand it, this issue affects (all?) Doom Emacs users due to it enabling embrace and surround integration by default. It appears that evil-embrace is the right place to start investigating the cause.

@Schievel1
Copy link
Author

Well all Doom Emacs users that have the evil module activated. (Which is almost all to be fair)
I reported this bug at evil-surround as well and they send me here. emacs-evil/evil-surround#210 The issue is only present with evil-embrace activated indeed.

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

No branches or pull requests

2 participants