GNU bug report logs - #53677
29.0.50; Incorrect cursor-in-non-selected-windows on --with-pgtk

Previous Next

Package: emacs;

Reported by: Protesilaos Stavrou <info <at> protesilaos.com>

Date: Tue, 1 Feb 2022 05:23:02 UTC

Severity: normal

Found in version 29.0.50

Done: Protesilaos Stavrou <info <at> protesilaos.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53677 in the body.
You can then email your comments to 53677 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#53677; Package emacs. (Tue, 01 Feb 2022 05:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Protesilaos Stavrou <info <at> protesilaos.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 01 Feb 2022 05:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Protesilaos Stavrou <info <at> protesilaos.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 29.0.50; Incorrect cursor-in-non-selected-windows on --with-pgtk
Date: Tue, 01 Feb 2022 07:22:40 +0200
[Message part 1 (text/plain, inline)]
Dear maintainers,

In my current build of Emacs the cursor in non-selected windows does not
use the correct style of a hollow box, as described in the doc string of
cursor-in-non-selected-windows.

Instead, a line is drawn at the top of the box where the cursor was.
See attached screenshot: the cursor in the unselected window is at the
end of the statement "Its value is t".

To reproduce on emacs -Q just split the window.

My build information is further below.

All the best,
Protesilaos

* * *

In GNU Emacs 29.0.50 (build 4, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo version 1.17.4)
 of 2022-01-31 built on kronos
Repository revision: cf9c40159a6bef5a23f7b23a45c03f0c6be57574
Repository branch: makepkg
System Description: Arch Linux

Configured using:
 'configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib
 --localstatedir=/var --mandir=/usr/share/man --with-gameuser=:games
 --with-sound=alsa --with-modules --without-libotf --without-m17n-flt
 --without-gconf --without-gsettings --with-native-compilation
 --with-xinput2 --with-pgtk --without-xaw3d --with-sound=no
 --without-gpm --without-compress-install
 '--program-transform-name=s/\([ec]tags\)/\1.emacs/'
 'CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions
 -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security
 -fstack-clash-protection -fcf-protection'
 LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now'

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS HARFBUZZ JPEG JSON LCMS2
LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK PNG
RSVG SECCOMP SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP XIM GTK3 ZLIB

-- 
Protesilaos Stavrou
https://protesilaos.com
[2022-02-01_07:09:49_672x628.png (image/png, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53677; Package emacs. (Tue, 01 Feb 2022 12:17:01 GMT) Full text and rfc822 format available.

Message #8 received at 53677 <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Protesilaos Stavrou <info <at> protesilaos.com>
Cc: 53677 <at> debbugs.gnu.org
Subject: Re: bug#53677: 29.0.50; Incorrect cursor-in-non-selected-windows on
 --with-pgtk
Date: Tue, 01 Feb 2022 20:16:24 +0800
Protesilaos Stavrou <info <at> protesilaos.com> writes:

> Dear maintainers,
>
> In my current build of Emacs the cursor in non-selected windows does not
> use the correct style of a hollow box, as described in the doc string of
> cursor-in-non-selected-windows.
>
> Instead, a line is drawn at the top of the box where the cursor was.
> See attached screenshot: the cursor in the unselected window is at the
> end of the statement "Its value is t".
>
> To reproduce on emacs -Q just split the window.

Thanks, should be fixed now on master.
Please test.




Reply sent to Protesilaos Stavrou <info <at> protesilaos.com>:
You have taken responsibility. (Tue, 01 Feb 2022 18:26:01 GMT) Full text and rfc822 format available.

Notification sent to Protesilaos Stavrou <info <at> protesilaos.com>:
bug acknowledged by developer. (Tue, 01 Feb 2022 18:26:02 GMT) Full text and rfc822 format available.

Message #13 received at 53677-done <at> debbugs.gnu.org (full text, mbox):

From: Protesilaos Stavrou <info <at> protesilaos.com>
To: Po Lu <luangruo <at> yahoo.com>
Cc: 53677-done <at> debbugs.gnu.org
Subject: Re: bug#53677: 29.0.50; Incorrect cursor-in-non-selected-windows on
 --with-pgtk
Date: Tue, 01 Feb 2022 20:25:36 +0200
On 2022-02-01, 20:16 +0800, Po Lu <luangruo <at> yahoo.com> wrote:

> Protesilaos Stavrou <info <at> protesilaos.com> writes:
>
>> Dear maintainers,
>>
>> In my current build of Emacs the cursor in non-selected windows does not
>> use the correct style of a hollow box, as described in the doc string of
>> cursor-in-non-selected-windows.
>>
>> Instead, a line is drawn at the top of the box where the cursor was.
>> See attached screenshot: the cursor in the unselected window is at the
>> end of the statement "Its value is t".
>>
>> To reproduce on emacs -Q just split the window.
>
> Thanks, should be fixed now on master.
> Please test.

It works.  Thank you!

-- 
Protesilaos Stavrou
https://protesilaos.com




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#53677; Package emacs. (Wed, 02 Feb 2022 01:03:02 GMT) Full text and rfc822 format available.

Message #16 received at 53677-done <at> debbugs.gnu.org (full text, mbox):

From: Po Lu <luangruo <at> yahoo.com>
To: Protesilaos Stavrou <info <at> protesilaos.com>
Cc: 53677-done <at> debbugs.gnu.org
Subject: Re: bug#53677: 29.0.50; Incorrect cursor-in-non-selected-windows on
 --with-pgtk
Date: Wed, 02 Feb 2022 09:02:41 +0800
Protesilaos Stavrou <info <at> protesilaos.com> writes:

> It works.  Thank you!

Thanks for testing.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 02 Mar 2022 12:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 111 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.