bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61346: 29.0.60; archive misbehaviors


From: Ruijie Yu
Subject: bug#61346: 29.0.60; archive misbehaviors
Date: Tue, 07 Feb 2023 18:32:23 +0800

CC: Ruijie Yu <ruijie@netyu.xyz>

Hello, somewhere in the master branch has the following misbehaviors on
archives -- at least on zip variant.

$ touch 1 2 && zip z 1 2 && mv z.zip z
$ emacs -Q z

Observe the following behaviors:

1. Point initially is at the filename "1", and moves forward 1 character
(after "1") after a short (around 200 - 500 ms) delay.

2. After (1), while holding either control key, point moves to BOL after
summary line (line 7 col 1); echo area displays "Mark set" until the key
is released.

3. After (1), while holding either shift key, the "copy" button on the
tool bar is temporarily enabled until the key is released; echo area
displays "Mark set" for a brief period (around 50 - 200 ms).

4. After (1), while holding left meta key (I cannot test the right one
as I repurposed this key), the echo area displays "There is no other
window" until the key is released.

None of these behaviors happen in my "known good" build.

I don't have time to debug it ATM, so I have put down the versions and
configurations below for others to investigate -- hopefully that is
enough information.

I also just realized that the master build uses X whereas my normal
build uses PGTK -- how do I enable PGTK directly from `make' so I can
make an apple-to-apple comparison?

Thanks.

-------
Problematic version info (built using `make all` and invoked using
`src/emacs ...`):

In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
 3.24.36, cairo version 1.17.6) of 2023-02-07 built on fw.net.yu
Repository revision: 5642bf0b9726ea299a670e7393695148f31c619b
Repository branch: HEAD
Windowing system distributor 'The X.Org Foundation', version 11.0.12201007
System Description: Arch Linux

Configured features:
ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY
PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS
TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB

-------
Known good version info:

In GNU Emacs 29.0.60 (build 1, x86_64-pc-linux-gnu, GTK+ Version
 3.24.36, cairo version 1.17.6) of 2023-01-05 built on ruijie
Repository revision: 8a18369afdc3a873881e7b19b75e94ca96791c84
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-modules --without-libotf --without-m17n-flt --without-gconf
 --with-native-compilation=yes --with-xinput2 --with-pgtk
 --without-xaw3d --with-sound=no --with-tree-sitter --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 GSETTINGS HARFBUZZ JPEG JSON
LCMS2 LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PGTK
PNG RSVG SECCOMP SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER
WEBP XIM GTK3 ZLIB

-------

Best,


RY





reply via email to

[Prev in Thread] Current Thread [Next in Thread]