From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#39247: 26.3; inappropriate mouse pointer shapes Date: Thu, 23 Jan 2020 16:48:23 +0200 Message-ID: <83blquteiw.fsf@gnu.org> References: <86r1zqdi4a.fsf@gmail.com> Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="38972"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 39247@debbugs.gnu.org To: ynyaaa@gmail.com Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Thu Jan 23 17:36:42 2020 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 1iufTG-000A5F-6i for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 23 Jan 2020 17:36:42 +0100 Original-Received: from localhost ([::1]:60542 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iufTE-0006oG-Ke for geb-bug-gnu-emacs@m.gmane-mx.org; Thu, 23 Jan 2020 11:36:40 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:37772) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iudn4-0008TE-Jf for bug-gnu-emacs@gnu.org; Thu, 23 Jan 2020 09:49:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iudn3-00065D-Ln for bug-gnu-emacs@gnu.org; Thu, 23 Jan 2020 09:49:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:46083) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iudn3-00064n-Ig for bug-gnu-emacs@gnu.org; Thu, 23 Jan 2020 09:49:01 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iudn3-00008N-Hw for bug-gnu-emacs@gnu.org; Thu, 23 Jan 2020 09:49:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 23 Jan 2020 14:49:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 39247 X-GNU-PR-Package: emacs Original-Received: via spool by 39247-submit@debbugs.gnu.org id=B39247.1579790896461 (code B ref 39247); Thu, 23 Jan 2020 14:49:01 +0000 Original-Received: (at 39247) by debbugs.gnu.org; 23 Jan 2020 14:48:16 +0000 Original-Received: from localhost ([127.0.0.1]:52056 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iudmK-00007N-1b for submit@debbugs.gnu.org; Thu, 23 Jan 2020 09:48:16 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:56767) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iudmG-00006z-2p; Thu, 23 Jan 2020 09:48:12 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:59236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iudmA-0005PQ-Sx; Thu, 23 Jan 2020 09:48:06 -0500 Original-Received: from [176.228.60.248] (port=3007 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1iudmA-0000zo-6b; Thu, 23 Jan 2020 09:48:06 -0500 In-reply-to: <86r1zqdi4a.fsf@gmail.com> (ynyaaa@gmail.com) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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:175160 Archived-At: severity 39247 minor thanks > From: ynyaaa@gmail.com > Date: Thu, 23 Jan 2020 11:25:09 +0900 > > (1)'text shape on mode-line. > Move the mouse pointer onto the line number in the mode-line > at the bottom of the emacs frame. > Move the pointer to the right SPC. > Then the pointer shape is 'text. > (With (setq resize-mini-windows nil), this does not occur.) This part seems reasonable to me, not a bug: when resize-mini-windows is nil, you can resize the mini-window by dragging the mode line with the mouse, and that's what the mouse pointer shows you when it's over that area of the mode line. When resize-mini-windows is non-nil, you cannot resize the mini-window.