unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#53677: 29.0.50; Incorrect cursor-in-non-selected-windows on --with-pgtk
@ 2022-02-01  5:22 Protesilaos Stavrou
  2022-02-01 12:16 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 4+ messages in thread
From: Protesilaos Stavrou @ 2022-02-01  5:22 UTC (permalink / raw)
  To: 53677

[-- Attachment #1: Type: text/plain, Size: 1705 bytes --]

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

[-- Attachment #2: 2022-02-01_07:09:49_672x628.png --]
[-- Type: image/png, Size: 63233 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#53677: 29.0.50; Incorrect cursor-in-non-selected-windows on --with-pgtk
  2022-02-01  5:22 bug#53677: 29.0.50; Incorrect cursor-in-non-selected-windows on --with-pgtk Protesilaos Stavrou
@ 2022-02-01 12:16 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2022-02-01 18:25   ` Protesilaos Stavrou
  0 siblings, 1 reply; 4+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-02-01 12:16 UTC (permalink / raw)
  To: Protesilaos Stavrou; +Cc: 53677

Protesilaos Stavrou <info@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.





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#53677: 29.0.50; Incorrect cursor-in-non-selected-windows on --with-pgtk
  2022-02-01 12:16 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2022-02-01 18:25   ` Protesilaos Stavrou
  2022-02-02  1:02     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 1 reply; 4+ messages in thread
From: Protesilaos Stavrou @ 2022-02-01 18:25 UTC (permalink / raw)
  To: Po Lu; +Cc: 53677-done

On 2022-02-01, 20:16 +0800, Po Lu <luangruo@yahoo.com> wrote:

> Protesilaos Stavrou <info@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





^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#53677: 29.0.50; Incorrect cursor-in-non-selected-windows on --with-pgtk
  2022-02-01 18:25   ` Protesilaos Stavrou
@ 2022-02-02  1:02     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
  0 siblings, 0 replies; 4+ messages in thread
From: Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2022-02-02  1:02 UTC (permalink / raw)
  To: Protesilaos Stavrou; +Cc: 53677-done

Protesilaos Stavrou <info@protesilaos.com> writes:

> It works.  Thank you!

Thanks for testing.





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-02  1:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01  5:22 bug#53677: 29.0.50; Incorrect cursor-in-non-selected-windows on --with-pgtk Protesilaos Stavrou
2022-02-01 12:16 ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors
2022-02-01 18:25   ` Protesilaos Stavrou
2022-02-02  1:02     ` Po Lu via Bug reports for GNU Emacs, the Swiss army knife of text editors

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).