From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#47755: 27.1; mouse-yank-at-click fails Date: Wed, 14 Apr 2021 21:36:08 +0300 Organization: LINKOV.NET Message-ID: <87mtu0lnmv.fsf@mail.linkov.net> References: <004501d7308e$81727450$84575cf0$@net> <83eefe12cr.fsf@gnu.org> <87o8einfci.fsf@mail.linkov.net> <2725e560cf58d8cfd791@heytings.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="13539"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) Cc: Bob Floyd , 47755@debbugs.gnu.org To: Gregory Heytings Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Wed Apr 14 20:38:16 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lWkP1-0003Oa-N9 for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 14 Apr 2021 20:38:15 +0200 Original-Received: from localhost ([::1]:58856 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lWkP0-0001xL-Kq for geb-bug-gnu-emacs@m.gmane-mx.org; Wed, 14 Apr 2021 14:38:14 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43142) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lWkOn-0001uw-TZ for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2021 14:38:01 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52380) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lWkOn-000528-Ls for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2021 14:38:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lWkOn-0007jS-Is for bug-gnu-emacs@gnu.org; Wed, 14 Apr 2021 14:38:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 14 Apr 2021 18:38:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47755 X-GNU-PR-Package: emacs Original-Received: via spool by 47755-submit@debbugs.gnu.org id=B47755.161842542229640 (code B ref 47755); Wed, 14 Apr 2021 18:38:01 +0000 Original-Received: (at 47755) by debbugs.gnu.org; 14 Apr 2021 18:37:02 +0000 Original-Received: from localhost ([127.0.0.1]:35689 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWkNq-0007hq-6E for submit@debbugs.gnu.org; Wed, 14 Apr 2021 14:37:02 -0400 Original-Received: from relay12.mail.gandi.net ([217.70.178.232]:55605) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lWkNn-0007hS-MJ; Wed, 14 Apr 2021 14:37:00 -0400 Original-Received: from mail.gandi.net (m91-129-96-157.cust.tele2.ee [91.129.96.157]) (Authenticated sender: juri@linkov.net) by relay12.mail.gandi.net (Postfix) with ESMTPSA id A9339200002; Wed, 14 Apr 2021 18:36:50 +0000 (UTC) In-Reply-To: <2725e560cf58d8cfd791@heytings.org> (Gregory Heytings's message of "Tue, 13 Apr 2021 20:55:48 +0000") X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:204026 Archived-At: tags 47755 fixed close 47755 28.0.50 thanks >>>> You should see error "Lisp nesting exceeds `max-lisp-eval-depth`" >>> >>> It's an infinite recursion inside isearch-mouse-2. >> >> This is because let-binding overriding-terminal-local-map to nil >> >> (let ((overriding-terminal-local-map nil)) >> (key-binding (this-command-keys-vector) t)) >> >> doesn't disable its current value anymore. > > No, it's because commit 57b14370cd added isearch-mode to > minor-mode-map-alist without let-binding it to nil in > isearch-mouse-2. Patch attached. Thanks for identifying the breaking commit. Now this is fixed in Emacs 28.