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#48409: Text runs away before user can copy it Date: Mon, 17 May 2021 23:53:12 +0300 Organization: LINKOV.NET Message-ID: <87h7j12j93.fsf@mail.linkov.net> References: <87cztt4yg9.5.fsf@jidanni.org> <83fsypztd4.fsf@gnu.org> <87cztt9qdj.fsf@mail.linkov.net> <83mtsxxfo8.fsf@gnu.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="34420"; 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: Alan Mackenzie , 48409@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Tue May 18 00:31:13 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 1lillY-0008n7-Pb for geb-bug-gnu-emacs@m.gmane-mx.org; Tue, 18 May 2021 00:31:12 +0200 Original-Received: from localhost ([::1]:48164 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lillX-00015o-R8 for geb-bug-gnu-emacs@m.gmane-mx.org; Mon, 17 May 2021 18:31:11 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:34386) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lillP-00013v-99 for bug-gnu-emacs@gnu.org; Mon, 17 May 2021 18:31:03 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:42443) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lillP-000663-16 for bug-gnu-emacs@gnu.org; Mon, 17 May 2021 18:31:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lillO-0003o7-UY for bug-gnu-emacs@gnu.org; Mon, 17 May 2021 18:31:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 17 May 2021 22:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48409 X-GNU-PR-Package: emacs Original-Received: via spool by 48409-submit@debbugs.gnu.org id=B48409.162129061014542 (code B ref 48409); Mon, 17 May 2021 22:31:02 +0000 Original-Received: (at 48409) by debbugs.gnu.org; 17 May 2021 22:30:10 +0000 Original-Received: from localhost ([127.0.0.1]:53981 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lilkY-0003mS-KC for submit@debbugs.gnu.org; Mon, 17 May 2021 18:30:10 -0400 Original-Received: from relay5-d.mail.gandi.net ([217.70.183.197]:36461) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lilkU-0003kS-MH for 48409@debbugs.gnu.org; Mon, 17 May 2021 18:30:09 -0400 Original-Received: (Authenticated sender: juri@linkov.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id B6DFA1C0003; Mon, 17 May 2021 22:29:59 +0000 (UTC) In-Reply-To: <83mtsxxfo8.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 14 May 2021 22:45:43 +0300") 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:206750 Archived-At: >> (defvar minibuffer-inactive-mode-map >> (let ((map (make-keymap))) >> ... >> (define-key map [mouse-1] 'view-echo-area-messages) >> >> But now clicking mouse-1 reports an error. > > It reports an error because it doesn't invoke view-echo-area-messages. > > Alan, this minibuffer-inactive-mode-map thing doesn't seem to work > with mouse clocks, please take a look. Something strange is going on here: 1. when the shell output displayed in the echo area is only 1 line: M-! echo -e "line1" RET then clicking on the echo area displays the *Messages* buffer correctly. 2. But when the output has more lines: M-! echo -e "line1\nline2" RET then clicking on the echo area signals an error: mouse-minibuffer-check: Minibuffer window is not active