From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] Fix display box cursor under image with margins Date: Sat, 25 Apr 2020 08:09:19 -0400 Message-ID: References: <83imhwk7sr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="94702"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cc: Eli Zaretskii , emacs-devel To: Evgeny Zajcev Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Apr 25 14:10:04 2020 Return-path: Envelope-to: ged-emacs-devel@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 1jSJdC-000OPk-1F for ged-emacs-devel@m.gmane-mx.org; Sat, 25 Apr 2020 14:10:02 +0200 Original-Received: from localhost ([::1]:35904 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSJdB-0002J6-2G for ged-emacs-devel@m.gmane-mx.org; Sat, 25 Apr 2020 08:10:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:35412) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jSJcb-0001cy-MQ for emacs-devel@gnu.org; Sat, 25 Apr 2020 08:09:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jSJcb-00076u-BS for emacs-devel@gnu.org; Sat, 25 Apr 2020 08:09:25 -0400 Original-Received: from mailscanner.iro.umontreal.ca ([132.204.25.50]:46099) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jSJcZ-0006ru-JM; Sat, 25 Apr 2020 08:09:23 -0400 Original-Received: from pmg1.iro.umontreal.ca (localhost.localdomain [127.0.0.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id 7E120100F93; Sat, 25 Apr 2020 08:09:22 -0400 (EDT) Original-Received: from mail01.iro.umontreal.ca (unknown [172.31.2.1]) by pmg1.iro.umontreal.ca (Proxmox) with ESMTP id A53D7100419; Sat, 25 Apr 2020 08:09:20 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=iro.umontreal.ca; s=mail; t=1587816560; bh=wfqyWFLgu1Zt/df9/b0duXZMsR+K4PpkGI0zj3xBzEU=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=Q/Rp1j3uUnVtXXB+sUTu4DPciHgYSS0BGSL9N/Hj44UKIW8rJwTUvSr7dGELzl68L 6y6G20OR/dRFTWwm+kf9V3E+I2WuhGl8yA9CSt4gxBQMkPy/mu647oik06OllVaz+9 98zMCPF8nCkRsCydtNgqWO/54t6zIJMJnzIqyBq8j0X+h/skqZ3kDOJ1r01+6ccDI2 nbcuKUQjucBbtiRfyVle+X0Z5ERDnDL2vFROqUYaDAQnRqtAHtomXj/IJMYc0/7986 bZZLmOqQE3ewEYURyqEZDkUqp+luuSalJ05GfIP+a0dnyeb1cX1P0JOQo4OOUmGrZa 7z+QfpdyELoXQ== Original-Received: from alfajor (unknown [104.247.241.114]) by mail01.iro.umontreal.ca (Postfix) with ESMTPSA id 3C15C1204BD; Sat, 25 Apr 2020 08:09:20 -0400 (EDT) In-Reply-To: (Evgeny Zajcev's message of "Sat, 18 Apr 2020 21:05:16 +0300") Received-SPF: pass client-ip=132.204.25.50; envelope-from=monnier@iro.umontreal.ca; helo=mailscanner.iro.umontreal.ca X-detected-operating-system: by eggs.gnu.org: First seen = 2020/04/25 07:51:48 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] X-Received-From: 132.204.25.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:247768 Archived-At: > Here is first screenshot how hollow cursor looks on image with margin - > http://lgarc.narod.ru/pics/emacs-hollow-cursor.png > > And here is how it looks with patch applied - > http://lgarc.narod.ru/pics/emacs-box-cursor.png Would it be possible to keep the two thin horizontal lines when the window is active? > Without patch, look of the cursor won't change, it will remain being hollow Did you mean "without margin" instead of "without patch"? Stefan