bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#47755: 27.1; mouse-yank-at-click fails


From: Bob Floyd
Subject: bug#47755: 27.1; mouse-yank-at-click fails
Date: Tue, 13 Apr 2021 11:31:46 -0700

Happy you can reproduce it. We don't like infinite recursions!!!

-----Original Message-----
From: Eli Zaretskii [mailto:eliz@gnu.org] 
Sent: Tuesday, April 13, 2021 11:12 AM
To: Bob Floyd
Cc: 47755@debbugs.gnu.org
Subject: Re: bug#47755: 27.1; mouse-yank-at-click fails

> From: "Bob Floyd" <bobfloyd@comcast.net>
> Date: Tue, 13 Apr 2021 10:57:43 -0700
> 
> 
> [1:text/plain Hide]
> 
> int main()
> {
>   xyzz = abcc;
> }
>  
> 1. Place mouse over `main` and left double click - `main` is selected
> 2. isearch-forward (C-s) `xyzz` - `xyzz` is selected
> 3. place cursor over `x` of `xyzz` and mouse-yank-at-click (middle mouse
> down)
>  
> You should see error "Lisp nesting exceeds `max-lisp-eval-depth`"

It's an infinite recursion inside isearch-mouse-2.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]