From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Markus Triska Newsgroups: gmane.emacs.bugs Subject: bug#65382: 27.1; Sometimes two cursors are unexpectedly shown Date: Sat, 19 Aug 2023 14:55:18 +0200 Message-ID: <87cyzjur7t.fsf@metalevel.at> References: <83edjzyzbe.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="30783"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: 65382@debbugs.gnu.org To: Eli Zaretskii Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Aug 19 14:56:14 2023 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 1qXLUy-0007fz-Uv for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 19 Aug 2023 14:56:12 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qXLUp-0007KN-8U; Sat, 19 Aug 2023 08:56:03 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qXLUn-0007KE-9r for bug-gnu-emacs@gnu.org; Sat, 19 Aug 2023 08:56:01 -0400 Original-Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qXLUn-0008Tx-1b for bug-gnu-emacs@gnu.org; Sat, 19 Aug 2023 08:56:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qXLUo-0006FM-0s for bug-gnu-emacs@gnu.org; Sat, 19 Aug 2023 08:56:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Markus Triska Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 19 Aug 2023 12:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65382 X-GNU-PR-Package: emacs Original-Received: via spool by 65382-submit@debbugs.gnu.org id=B65382.169244972423965 (code B ref 65382); Sat, 19 Aug 2023 12:56:01 +0000 Original-Received: (at 65382) by debbugs.gnu.org; 19 Aug 2023 12:55:24 +0000 Original-Received: from localhost ([127.0.0.1]:49681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXLUC-0006ES-6s for submit@debbugs.gnu.org; Sat, 19 Aug 2023 08:55:24 -0400 Original-Received: from [78.47.144.35] (port=44680 helo=metalevel.at) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qXLU8-0006EG-VR for 65382@debbugs.gnu.org; Sat, 19 Aug 2023 08:55:23 -0400 Original-Received: by metalevel.at (Postfix, from userid 1000) id 788339C760; Sat, 19 Aug 2023 14:55:18 +0200 (CEST) In-Reply-To: <83edjzyzbe.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 19 Aug 2023 15:46:45 +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-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.bugs:267864 Archived-At: Eli Zaretskii writes: > I cannot reproduce this. I see just one cursor. > > It could be that some or all of the magic constants you use need to be > adjusted for other systems due to slightly different sizes of the > default fonts and/or the initial frames. Thank you for trying this! Yes, unfortunately line heights sometimes differ between systems even for identical programs, I previously filed #34577 for this. I will try to reproduce the present issue on a different system as well in the hope that you can then also reproduce it. Thank you and all the best, Markus