From unknown Sat Sep 06 03:34:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#79311: 31.0.50; Some characters not displayed when using standard-display-table Resent-From: Matija Obid Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 25 Aug 2025 17:56:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 79311 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 79311@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.175614454415649 (code B ref -1); Mon, 25 Aug 2025 17:56:01 +0000 Received: (at submit) by debbugs.gnu.org; 25 Aug 2025 17:55:44 +0000 Received: from localhost ([127.0.0.1]:51136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uqbPw-00044G-LJ for submit@debbugs.gnu.org; Mon, 25 Aug 2025 13:55:44 -0400 Received: from lists.gnu.org ([2001:470:142::17]:57608) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uqZk8-00077u-Bz for submit@debbugs.gnu.org; Mon, 25 Aug 2025 12:08:27 -0400 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 1uqZjx-0002st-4Z for bug-gnu-emacs@gnu.org; Mon, 25 Aug 2025 12:08:13 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uqZjh-0005Xa-Pv for bug-gnu-emacs@gnu.org; Mon, 25 Aug 2025 12:08:12 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 55065240027 for ; Mon, 25 Aug 2025 18:07:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posteo.net; s=2017; t=1756138067; bh=IE1U8Hg316+jqD0PgMfBa9fCmypzBLJhrY+Cy+B20so=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=Bb6JaxcwrBRgF7zpb4U5lrGseZ8sEHLK+aBUHETwG9XJBDXE5mEUN+OImYmHG01uI OY3VcAk7Z+xge6LpR07sKi1NjzAqVyPQsCsCnYYHwDfRUH2ep2dliFJ3g4Lx3x4Pwv BGX0RCTzh4hPKSpnOtE+y/T5YRVdX22MwK1sBlGqVJf1VVD5RyzyltwSI1cC/Ios47 QQuSkSKrkkRuyqSAJ1r8ljR1IlQbXu4Vmn/jliV6RvyniguWD3cGraH2+DhJRvY3TI 4GtkdKIT/NsYLxVmgZdBnWryfSAV86r4nIxOuwj34YMX9PLQ6NhVeS6jMgSO6S2Q61 Xj6X5iXOmdEpw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4c9bKt5C1Zz9rxF for ; Mon, 25 Aug 2025 18:07:46 +0200 (CEST) From: Matija Obid Date: Mon, 25 Aug 2025 16:07:46 +0000 Message-ID: <87zfbn2xm5.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.67.36.65; envelope-from=matija.obid@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, T_SPF_HELO_TEMPERROR=0.01, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Mailman-Approved-At: Mon, 25 Aug 2025 13:55:37 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hello, Steps to reproduce: $ emacs -Q #+begin_src elisp (setq standard-display-table (make-display-table)) (aset standard-display-table ?> [?\=E2=8C=AA]) (switch-to-buffer ">") #+end_src The buffer name in modeline is displayed as a square instead of parenthesis. Note that: If I switch buffer with "C-x b > RET" buffer name is displayed correctly. In GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, Motif Version 2.3.8, cairo version 1.18.4) Windowing system distributor 'The X.Org Foundation', version 11.0.12101015 System Description: Guix System Configured using: 'configure CONFIG_SHELL=3D/gnu/store/nnx8iifrj6jfih4sivivq17cf65aa968-bash-minimal-5.= 2.37/bin/bash SHELL=3D/gnu/store/nnx8iifrj6jfih4sivivq17cf65aa968-bash-minimal-5.2.37/bi= n/bash --prefix=3D/gnu/store/kpxqlh6wx83p8wqfzzggnjr0vc1ppr3v-emacs-master-31.0.50 --enable-fast-install --with-x-toolkit=3Dmotif --with-imagemagick --without-xim --with-cairo --with-modules --with-native-compilation=3Daot 'CFLAGS=3D-g -O2 -Wno-error=3Dincompatible-pointer-types' --disable-build-details' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ IMAGEMAGICK JPEG LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINERAMA XINPUT2 XPM XRANDR MOTIF ZLIB Important settings: value of $EMACSLOADPATH: /run/current-system/profile/share/emacs/site-lis= p:/gnu/store/kpxqlh6wx83p8wqfzzggnjr0vc1ppr3v-emacs-master-31.0.50/share/em= acs/31.0.50/lisp:/gnu/store/kpxqlh6wx83p8wqfzzggnjr0vc1ppr3v-emacs-master-3= 1.0.50/share/emacs/31.0.50/lisp value of $LC_TIME: sl_SI.utf8 value of $LANG: en_US.utf8 value of $XMODIFIERS: @im=3Dexwm-xim locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /gnu/store/y118fz0hp27mkyzmgpg4p5jv98n5ibdh-emacs-compat-30.0.2.0/share/ema= cs/site-lisp/compat-30.0.2.0/compat hides /gnu/store/kpxqlh6wx83p8wqfzzggnj= r0vc1ppr3v-emacs-master-31.0.50/share/emacs/31.0.50/lisp/emacs-lisp/compat Features: (shadow sort mail-extr compile comint ansi-osc ansi-color ring comp-run bytecomp byte-compile comp-common rx emacsbug lisp-mnt message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search time-date subr-x mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo motif x-toolkit xinput2 x multi-tty move-toolbar make-network-process tty-child-frames native-compile emacs) Memory information: ((conses 16 68013 13350) (symbols 48 6841 0) (strings 32 17773 2067) (string-bytes 1 659744) (vectors 16 10969) (vector-slots 8 152397 8095) (floats 8 24 2) (intervals 56 303 10) (buffers 1064 12)) --=20 Regards, Matija From unknown Sat Sep 06 03:34:13 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Matija Obid Subject: bug#79311: closed (Re: bug#79311: 31.0.50; Some characters not displayed when using standard-display-table) Message-ID: References: <86y0r7urm5.fsf@gnu.org> <87zfbn2xm5.fsf@posteo.net> X-Gnu-PR-Message: they-closed 79311 X-Gnu-PR-Package: emacs Reply-To: 79311@debbugs.gnu.org Date: Mon, 25 Aug 2025 19:31:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1756150262-1164-1" This is a multi-part message in MIME format... ------------=_1756150262-1164-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #79311: 31.0.50; Some characters not displayed when using standard-display-= table which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 79311@debbugs.gnu.org. --=20 79311: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D79311 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1756150262-1164-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 79311-done) by debbugs.gnu.org; 25 Aug 2025 19:30:20 +0000 Received: from localhost ([127.0.0.1]:51306 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uqctX-0000HM-Nt for submit@debbugs.gnu.org; Mon, 25 Aug 2025 15:30:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56586) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uqctO-0000Ad-FG for 79311-done@debbugs.gnu.org; Mon, 25 Aug 2025 15:30:12 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uqctG-0003no-8o; Mon, 25 Aug 2025 15:30:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=sMdIp/YlW0Vh7Ey+pkaocJ1/ktv8xuhORTsQ0t+4A1M=; b=OCUkjRI1nX3Jlv4N/mq+ 2n8mFDNEiZbmVstre7w8Pvv37532PDp0M29a++Z5GRxTmz+nRVamOlh23ThNo7nz6WIRucyQ8ebbb bRvMOkerr2trIkgGL+lfAAi0dqSuZlieNDYnbX7Up8lsXfrqeEThmJMiXFNu7beDlnUm1rG84Nbu8 Tkjs1FqGeahQDGayYnHgE20PVNf0rgrrAXiXl0TWzRXl6JyAVjKk10OHQMa7daYJjqIEgLPm1o+G/ fKDlIj39BEpypBxgLAny5m9Y1xUsbDh3LM6vYSJhXqdAL+pTOaRhqlCAwhDYO0qvZXyrrPOEoO6ui i9ar/QRhxeSkug==; Date: Mon, 25 Aug 2025 22:29:54 +0300 Message-Id: <86y0r7urm5.fsf@gnu.org> From: Eli Zaretskii To: Matija Obid In-Reply-To: <87zfbn2xm5.fsf@posteo.net> (message from Matija Obid on Mon, 25 Aug 2025 16:07:46 +0000) Subject: Re: bug#79311: 31.0.50; Some characters not displayed when using standard-display-table References: <87zfbn2xm5.fsf@posteo.net> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 79311-done Cc: 79311-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Matija Obid > Date: Mon, 25 Aug 2025 16:07:46 +0000 > > Steps to reproduce: > $ emacs -Q > #+begin_src elisp > (setq standard-display-table (make-display-table)) > (aset standard-display-table ?> [?\〉]) > (switch-to-buffer ">") > #+end_src > > The buffer name in modeline is displayed as a square instead of parenthesis. Thanks, should be fixed now. ------------=_1756150262-1164-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 25 Aug 2025 17:55:44 +0000 Received: from localhost ([127.0.0.1]:51136 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uqbPw-00044G-LJ for submit@debbugs.gnu.org; Mon, 25 Aug 2025 13:55:44 -0400 Received: from lists.gnu.org ([2001:470:142::17]:57608) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uqZk8-00077u-Bz for submit@debbugs.gnu.org; Mon, 25 Aug 2025 12:08:27 -0400 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 1uqZjx-0002st-4Z for bug-gnu-emacs@gnu.org; Mon, 25 Aug 2025 12:08:13 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uqZjh-0005Xa-Pv for bug-gnu-emacs@gnu.org; Mon, 25 Aug 2025 12:08:12 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 55065240027 for ; Mon, 25 Aug 2025 18:07:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posteo.net; s=2017; t=1756138067; bh=IE1U8Hg316+jqD0PgMfBa9fCmypzBLJhrY+Cy+B20so=; h=From:To:Subject:Date:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=Bb6JaxcwrBRgF7zpb4U5lrGseZ8sEHLK+aBUHETwG9XJBDXE5mEUN+OImYmHG01uI OY3VcAk7Z+xge6LpR07sKi1NjzAqVyPQsCsCnYYHwDfRUH2ep2dliFJ3g4Lx3x4Pwv BGX0RCTzh4hPKSpnOtE+y/T5YRVdX22MwK1sBlGqVJf1VVD5RyzyltwSI1cC/Ios47 QQuSkSKrkkRuyqSAJ1r8ljR1IlQbXu4Vmn/jliV6RvyniguWD3cGraH2+DhJRvY3TI 4GtkdKIT/NsYLxVmgZdBnWryfSAV86r4nIxOuwj34YMX9PLQ6NhVeS6jMgSO6S2Q61 Xj6X5iXOmdEpw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4c9bKt5C1Zz9rxF for ; Mon, 25 Aug 2025 18:07:46 +0200 (CEST) From: Matija Obid To: bug-gnu-emacs@gnu.org Subject: 31.0.50; Some characters not displayed when using standard-display-table X-Debbugs-Cc: Date: Mon, 25 Aug 2025 16:07:46 +0000 Message-ID: <87zfbn2xm5.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.67.36.65; envelope-from=matija.obid@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, T_SPF_HELO_TEMPERROR=0.01, T_SPF_TEMPERROR=0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 25 Aug 2025 13:55:37 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Hello, Steps to reproduce: $ emacs -Q #+begin_src elisp (setq standard-display-table (make-display-table)) (aset standard-display-table ?> [?\=E2=8C=AA]) (switch-to-buffer ">") #+end_src The buffer name in modeline is displayed as a square instead of parenthesis. Note that: If I switch buffer with "C-x b > RET" buffer name is displayed correctly. In GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, Motif Version 2.3.8, cairo version 1.18.4) Windowing system distributor 'The X.Org Foundation', version 11.0.12101015 System Description: Guix System Configured using: 'configure CONFIG_SHELL=3D/gnu/store/nnx8iifrj6jfih4sivivq17cf65aa968-bash-minimal-5.= 2.37/bin/bash SHELL=3D/gnu/store/nnx8iifrj6jfih4sivivq17cf65aa968-bash-minimal-5.2.37/bi= n/bash --prefix=3D/gnu/store/kpxqlh6wx83p8wqfzzggnjr0vc1ppr3v-emacs-master-31.0.50 --enable-fast-install --with-x-toolkit=3Dmotif --with-imagemagick --without-xim --with-cairo --with-modules --with-native-compilation=3Daot 'CFLAGS=3D-g -O2 -Wno-error=3Dincompatible-pointer-types' --disable-build-details' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ IMAGEMAGICK JPEG LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINERAMA XINPUT2 XPM XRANDR MOTIF ZLIB Important settings: value of $EMACSLOADPATH: /run/current-system/profile/share/emacs/site-lis= p:/gnu/store/kpxqlh6wx83p8wqfzzggnjr0vc1ppr3v-emacs-master-31.0.50/share/em= acs/31.0.50/lisp:/gnu/store/kpxqlh6wx83p8wqfzzggnjr0vc1ppr3v-emacs-master-3= 1.0.50/share/emacs/31.0.50/lisp value of $LC_TIME: sl_SI.utf8 value of $LANG: en_US.utf8 value of $XMODIFIERS: @im=3Dexwm-xim locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /gnu/store/y118fz0hp27mkyzmgpg4p5jv98n5ibdh-emacs-compat-30.0.2.0/share/ema= cs/site-lisp/compat-30.0.2.0/compat hides /gnu/store/kpxqlh6wx83p8wqfzzggnj= r0vc1ppr3v-emacs-master-31.0.50/share/emacs/31.0.50/lisp/emacs-lisp/compat Features: (shadow sort mail-extr compile comint ansi-osc ansi-color ring comp-run bytecomp byte-compile comp-common rx emacsbug lisp-mnt message mailcap yank-media puny dired dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068 epg-config gnus-util text-property-search time-date subr-x mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo motif x-toolkit xinput2 x multi-tty move-toolbar make-network-process tty-child-frames native-compile emacs) Memory information: ((conses 16 68013 13350) (symbols 48 6841 0) (strings 32 17773 2067) (string-bytes 1 659744) (vectors 16 10969) (vector-slots 8 152397 8095) (floats 8 24 2) (intervals 56 303 10) (buffers 1064 12)) --=20 Regards, Matija ------------=_1756150262-1164-1-- From unknown Sat Sep 06 03:34:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#79311: 31.0.50; Some characters not displayed when using standard-display-table In-Reply-To: <87zfbn2xm5.fsf@posteo.net> Resent-From: Andy Moreton Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 25 Aug 2025 21:17:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 79311 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 79311@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.175615661722071 (code B ref -1); Mon, 25 Aug 2025 21:17:02 +0000 Received: (at submit) by debbugs.gnu.org; 25 Aug 2025 21:16:57 +0000 Received: from localhost ([127.0.0.1]:51575 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uqeYi-0005ju-Ny for submit@debbugs.gnu.org; Mon, 25 Aug 2025 17:16:57 -0400 Received: from lists.gnu.org ([2001:470:142::17]:49264) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uqeYd-0005jF-Hw for submit@debbugs.gnu.org; Mon, 25 Aug 2025 17:16:52 -0400 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 1uqeYV-0006my-25 for bug-gnu-emacs@gnu.org; Mon, 25 Aug 2025 17:16:43 -0400 Received: from ciao.gmane.io ([116.202.254.214]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uqeYH-0000jB-E2 for bug-gnu-emacs@gnu.org; Mon, 25 Aug 2025 17:16:42 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1uqeXn-0009o4-DX for bug-gnu-emacs@gnu.org; Mon, 25 Aug 2025 23:15:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ From: Andy Moreton Date: Mon, 25 Aug 2025 22:15:54 +0100 Message-ID: <867byr9k6t.fsf@gmail.com> References: <87zfbn2xm5.fsf@posteo.net> <86y0r7urm5.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:HSmgOBolPm9q34KEL8NZEnBbNPg= Received-SPF: pass client-ip=116.202.254.214; envelope-from=geb-bug-gnu-emacs@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: 0 X-Spam_score: 0.0 X-Spam_bar: / X-Spam_report: (0.0 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On Mon 25 Aug 2025, Eli Zaretskii wrote: >> From: Matija Obid >> Date: Mon, 25 Aug 2025 16:07:46 +0000 >> >> Steps to reproduce: >> $ emacs -Q >> #+begin_src elisp >> (setq standard-display-table (make-display-table)) >> (aset standard-display-table ?> [?\〉]) >> (switch-to-buffer ">") >> #+end_src > >> >> The buffer name in modeline is displayed as a square instead of parenthesis. > > Thanks, should be fixed now. This seems to cause display glitches in gnus on Windows, when using non-ASCII chars for the indicators in gnus-sum-thread-tree-* variables. These glitches did no occur in a build from two days ago. The symptom is the gnus summary buffer displays \xe2 characters, instead of the expected character, e.g. WHITE SQUARE (codepoint #x25a1) which has buffer code #xE2 #x96 #xA1. The wrong display is transient, in that moving the cursor over the wrong display fixes the glitch. AndyM From unknown Sat Sep 06 03:34:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#79311: 31.0.50; Some characters not displayed when using standard-display-table Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 26 Aug 2025 02:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 79311 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Andy Moreton Cc: 79311@debbugs.gnu.org Received: via spool by 79311-submit@debbugs.gnu.org id=B79311.175617544422880 (code B ref 79311); Tue, 26 Aug 2025 02:31:02 +0000 Received: (at 79311) by debbugs.gnu.org; 26 Aug 2025 02:30:44 +0000 Received: from localhost ([127.0.0.1]:52695 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uqjSN-0005wx-QN for submit@debbugs.gnu.org; Mon, 25 Aug 2025 22:30:44 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47922) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uqjSG-0005wZ-EW for 79311@debbugs.gnu.org; Mon, 25 Aug 2025 22:30:37 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uqjS9-0007V8-ED; Mon, 25 Aug 2025 22:30:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=wLhsWKt2OC1pMrjd79Fz0IB4vD0vnf6+gNG2RCpOezU=; b=GNr1qsVQknBHTQi/e13j vefewZNHaOf9GBYQPzqbFQp4sMh0VsPL0qjiLLcfFPRYalOD5s5B+nUtSKAhYW/xtc4gyXYcFrWw+ ZPCCmVZO5Y2UcWE3ReqhlbfsgZQezvzrUK60dS8uEWKmvMjltL81aGt93DWYNeGx3XfLhyWhPNYc1 P8h7/pin3r20cM8NbYhcLP2PtJuI6F5xLcglxNaBcel14V0Kh+oV3FmzF4qdFOR+WsWmuUR8nmIZU I9h0KaVORVkl4snfxBXBj3f5VAhfZnA3RSetAqceYbYQTXXxGheOntHutNvc5W4VP95DklMx3pzTU vEWWHG5PCwtfXg==; Date: Tue, 26 Aug 2025 05:30:24 +0300 Message-Id: <86v7mavmpr.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <867byr9k6t.fsf@gmail.com> (message from Andy Moreton on Mon, 25 Aug 2025 22:15:54 +0100) References: <87zfbn2xm5.fsf@posteo.net> <86y0r7urm5.fsf@gnu.org> <867byr9k6t.fsf@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Andy Moreton > Date: Mon, 25 Aug 2025 22:15:54 +0100 > > On Mon 25 Aug 2025, Eli Zaretskii wrote: > > >> From: Matija Obid > >> Date: Mon, 25 Aug 2025 16:07:46 +0000 > >> > >> Steps to reproduce: > >> $ emacs -Q > >> #+begin_src elisp > >> (setq standard-display-table (make-display-table)) > >> (aset standard-display-table ?> [?\〉]) > >> (switch-to-buffer ">") > >> #+end_src > > > >> > >> The buffer name in modeline is displayed as a square instead of parenthesis. > > > > Thanks, should be fixed now. > > This seems to cause display glitches in gnus on Windows, when using > non-ASCII chars for the indicators in gnus-sum-thread-tree-* variables. > These glitches did no occur in a build from two days ago. > > The symptom is the gnus summary buffer displays \xe2 characters, instead > of the expected character, e.g. WHITE SQUARE (codepoint #x25a1) which > has buffer code #xE2 #x96 #xA1. > > The wrong display is transient, in that moving the cursor over the wrong > display fixes the glitch. Thanks, but please show a recipe starting from "emacs -Q", so I could look into this. From unknown Sat Sep 06 03:34:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#79311: 31.0.50; Some characters not displayed when using standard-display-table In-Reply-To: <87zfbn2xm5.fsf@posteo.net> Resent-From: Andy Moreton Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 26 Aug 2025 07:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 79311 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 79311@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.175619508318098 (code B ref -1); Tue, 26 Aug 2025 07:59:02 +0000 Received: (at submit) by debbugs.gnu.org; 26 Aug 2025 07:58:03 +0000 Received: from localhost ([127.0.0.1]:53877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uqoZ9-0004hq-70 for submit@debbugs.gnu.org; Tue, 26 Aug 2025 03:58:03 -0400 Received: from lists.gnu.org ([2001:470:142::17]:42608) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uqoZ3-0004h7-Go for submit@debbugs.gnu.org; Tue, 26 Aug 2025 03:58:00 -0400 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 1uqoYw-0001OL-W5 for bug-gnu-emacs@gnu.org; Tue, 26 Aug 2025 03:57:51 -0400 Received: from ciao.gmane.io ([116.202.254.214]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uqoYt-00022M-V7 for bug-gnu-emacs@gnu.org; Tue, 26 Aug 2025 03:57:50 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1uqoYo-0003il-P1 for bug-gnu-emacs@gnu.org; Tue, 26 Aug 2025 09:57:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ From: Andy Moreton Date: Tue, 26 Aug 2025 08:57:36 +0100 Message-ID: <86bjo2wm4v.fsf@gmail.com> References: <87zfbn2xm5.fsf@posteo.net> <86y0r7urm5.fsf@gnu.org> <867byr9k6t.fsf@gmail.com> <86v7mavmpr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:YoHAyAC+R8WyjEMzMxbd9NPnqyQ= Received-SPF: pass client-ip=116.202.254.214; envelope-from=geb-bug-gnu-emacs@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: 0 X-Spam_score: 0.0 X-Spam_bar: / X-Spam_report: (0.0 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On Tue 26 Aug 2025, Eli Zaretskii wrote: >> From: Andy Moreton >> Date: Mon, 25 Aug 2025 22:15:54 +0100 >> >> On Mon 25 Aug 2025, Eli Zaretskii wrote: >> >> >> From: Matija Obid >> >> Date: Mon, 25 Aug 2025 16:07:46 +0000 >> >> >> >> Steps to reproduce: >> >> $ emacs -Q >> >> #+begin_src elisp >> >> (setq standard-display-table (make-display-table)) >> >> (aset standard-display-table ?> [?\〉]) >> >> (switch-to-buffer ">") >> >> #+end_src >> > >> >> >> >> The buffer name in modeline is displayed as a square instead of parenthesis. >> > >> > Thanks, should be fixed now. >> >> This seems to cause display glitches in gnus on Windows, when using >> non-ASCII chars for the indicators in gnus-sum-thread-tree-* variables. >> These glitches did no occur in a build from two days ago. >> >> The symptom is the gnus summary buffer displays \xe2 characters, instead >> of the expected character, e.g. WHITE SQUARE (codepoint #x25a1) which >> has buffer code #xE2 #x96 #xA1. >> >> The wrong display is transient, in that moving the cursor over the wrong >> display fixes the glitch. > > Thanks, but please show a recipe starting from "emacs -Q", so I could > look into this. I can try, but it will take significant effort to produce such a a restricted config. After reverting only commit 21b072c60744 ("Fix use of display-table for mode-line display") and rebuilding then the gnus summary buffer display works as expected. AndyM From unknown Sat Sep 06 03:34:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#79311: 31.0.50; Some characters not displayed when using standard-display-table Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 26 Aug 2025 13:31:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 79311 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Andy Moreton Cc: 79311@debbugs.gnu.org Received: via spool by 79311-submit@debbugs.gnu.org id=B79311.1756215031466 (code B ref 79311); Tue, 26 Aug 2025 13:31:02 +0000 Received: (at 79311) by debbugs.gnu.org; 26 Aug 2025 13:30:31 +0000 Received: from localhost ([127.0.0.1]:54943 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1uqtkr-00007O-NG for submit@debbugs.gnu.org; Tue, 26 Aug 2025 09:30:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44030) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1uqtkj-0008Tk-21 for 79311@debbugs.gnu.org; Tue, 26 Aug 2025 09:30:22 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1uqtkd-0001Rf-5x; Tue, 26 Aug 2025 09:30:15 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=gC2h4/a9esMO/jz7bXcwgnRg4AVXCYz3XreZr1j+RRI=; b=JHq8NmkfEW0CiZXwv/bT pYkd8G6YmbyRFjxW2TmMV+IVtErswW4IP7Y0L4s34k4o7ariYai8OC4AX3SN5GYlYIjFT4URd+Ebf 8y0vUekHlErl/i4gB6PE1LY0j3PIggX4k2FlmuygBWgLNU2EF6hQlyysmkAwUigISCrCfmFQ7HBn0 s1VYvNGfHfiUDVsZpzfELrC6LMpHoFpSTg3pD+79wiFT6aFwp5Rm4aSs0tUMq2MvKgfNqK7CV9wf7 9qgBAixi7c9gVr20wLADDl6cbUFTUTvh+r0bptp0/uqEPqUukk2tt3k/D8FpmmFgT4er3jyybSB4y VIGZ3xXM7KHC+Q==; Date: Tue, 26 Aug 2025 16:30:10 +0300 Message-Id: <86cy8ius65.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <86bjo2wm4v.fsf@gmail.com> (message from Andy Moreton on Tue, 26 Aug 2025 08:57:36 +0100) References: <87zfbn2xm5.fsf@posteo.net> <86y0r7urm5.fsf@gnu.org> <867byr9k6t.fsf@gmail.com> <86v7mavmpr.fsf@gnu.org> <86bjo2wm4v.fsf@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Andy Moreton > Date: Tue, 26 Aug 2025 08:57:36 +0100 > > On Tue 26 Aug 2025, Eli Zaretskii wrote: > > >> From: Andy Moreton > >> Date: Mon, 25 Aug 2025 22:15:54 +0100 > >> > >> On Mon 25 Aug 2025, Eli Zaretskii wrote: > >> > >> >> From: Matija Obid > >> >> Date: Mon, 25 Aug 2025 16:07:46 +0000 > >> >> > >> >> Steps to reproduce: > >> >> $ emacs -Q > >> >> #+begin_src elisp > >> >> (setq standard-display-table (make-display-table)) > >> >> (aset standard-display-table ?> [?\〉]) > >> >> (switch-to-buffer ">") > >> >> #+end_src > >> > > >> >> > >> >> The buffer name in modeline is displayed as a square instead of parenthesis. > >> > > >> > Thanks, should be fixed now. > >> > >> This seems to cause display glitches in gnus on Windows, when using > >> non-ASCII chars for the indicators in gnus-sum-thread-tree-* variables. > >> These glitches did no occur in a build from two days ago. > >> > >> The symptom is the gnus summary buffer displays \xe2 characters, instead > >> of the expected character, e.g. WHITE SQUARE (codepoint #x25a1) which > >> has buffer code #xE2 #x96 #xA1. > >> > >> The wrong display is transient, in that moving the cursor over the wrong > >> display fixes the glitch. > > > > Thanks, but please show a recipe starting from "emacs -Q", so I could > > look into this. > > I can try, but it will take significant effort to produce such a > a restricted config. > > After reverting only commit 21b072c60744 ("Fix use of display-table for > mode-line display") and rebuilding then the gnus summary buffer display > works as expected. I didn't doubt that the problem was with that change, I just didn't know how it could harm the Gnus summary buffer, which I never use, especially since your report seemed to indicate that you customized the indicators (the defaults are all ASCII characters). I hope the fix I installed for bug#79317 also fixes this problem. If not, please describe what else is left to fix after that change. From unknown Sat Sep 06 03:34:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#79311: 31.0.50; Some characters not displayed when using standard-display-table In-Reply-To: <87zfbn2xm5.fsf@posteo.net> Resent-From: Andy Moreton Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 26 Aug 2025 20:30:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 79311 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 79311@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.175624016717117 (code B ref -1); Tue, 26 Aug 2025 20:30:01 +0000 Received: (at submit) by debbugs.gnu.org; 26 Aug 2025 20:29:27 +0000 Received: from localhost ([127.0.0.1]:56901 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ur0IJ-0004S1-0k for submit@debbugs.gnu.org; Tue, 26 Aug 2025 16:29:27 -0400 Received: from lists.gnu.org ([2001:470:142::17]:55570) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ur0IG-0004Rn-E8 for submit@debbugs.gnu.org; Tue, 26 Aug 2025 16:29:25 -0400 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 1ur0I8-0001fv-8E for bug-gnu-emacs@gnu.org; Tue, 26 Aug 2025 16:29:16 -0400 Received: from ciao.gmane.io ([116.202.254.214]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ur0I6-0006Ak-Er for bug-gnu-emacs@gnu.org; Tue, 26 Aug 2025 16:29:16 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1ur0I3-0007pA-Mt for bug-gnu-emacs@gnu.org; Tue, 26 Aug 2025 22:29:11 +0200 X-Injected-Via-Gmane: http://gmane.org/ From: Andy Moreton Date: Tue, 26 Aug 2025 21:29:04 +0100 Message-ID: <867bypesj3.fsf@gmail.com> References: <87zfbn2xm5.fsf@posteo.net> <86y0r7urm5.fsf@gnu.org> <867byr9k6t.fsf@gmail.com> <86v7mavmpr.fsf@gnu.org> <86bjo2wm4v.fsf@gmail.com> <86cy8ius65.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:liaB8VFBwh7Ejmcb22XiwV4Gruk= Received-SPF: pass client-ip=116.202.254.214; envelope-from=geb-bug-gnu-emacs@m.gmane-mx.org; helo=ciao.gmane.io X-Spam_score_int: 0 X-Spam_score: 0.0 X-Spam_bar: / X-Spam_report: (0.0 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_FORGED_FROMDOMAIN=0.001, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.001, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.0 (/) On Tue 26 Aug 2025, Eli Zaretskii wrote: >> From: Andy Moreton >> Date: Tue, 26 Aug 2025 08:57:36 +0100 >> >> On Tue 26 Aug 2025, Eli Zaretskii wrote: >> >> >> From: Andy Moreton >> >> Date: Mon, 25 Aug 2025 22:15:54 +0100 >> >> >> >> On Mon 25 Aug 2025, Eli Zaretskii wrote: >> >> >> >> >> From: Matija Obid >> >> >> Date: Mon, 25 Aug 2025 16:07:46 +0000 >> >> >> >> >> >> Steps to reproduce: >> >> >> $ emacs -Q >> >> >> #+begin_src elisp >> >> >> (setq standard-display-table (make-display-table)) >> >> >> (aset standard-display-table ?> [?\〉]) >> >> >> (switch-to-buffer ">") >> >> >> #+end_src >> >> > >> >> >> >> >> >> The buffer name in modeline is displayed as a square instead of parenthesis. >> >> > >> >> > Thanks, should be fixed now. >> >> >> >> This seems to cause display glitches in gnus on Windows, when using >> >> non-ASCII chars for the indicators in gnus-sum-thread-tree-* variables. >> >> These glitches did no occur in a build from two days ago. >> >> >> >> The symptom is the gnus summary buffer displays \xe2 characters, instead >> >> of the expected character, e.g. WHITE SQUARE (codepoint #x25a1) which >> >> has buffer code #xE2 #x96 #xA1. >> >> >> >> The wrong display is transient, in that moving the cursor over the wrong >> >> display fixes the glitch. >> > >> > Thanks, but please show a recipe starting from "emacs -Q", so I could >> > look into this. >> >> I can try, but it will take significant effort to produce such a >> a restricted config. >> >> After reverting only commit 21b072c60744 ("Fix use of display-table for >> mode-line display") and rebuilding then the gnus summary buffer display >> works as expected. > > I didn't doubt that the problem was with that change, I just didn't > know how it could harm the Gnus summary buffer, which I never use, > especially since your report seemed to indicate that you customized > the indicators (the defaults are all ASCII characters). > > I hope the fix I installed for bug#79317 also fixes this problem. If > not, please describe what else is left to fix after that change. Thanks Eli, the display appears to be as expected now. AndyM From unknown Sat Sep 06 03:34:13 2025 X-Loop: help-debbugs@gnu.org Subject: bug#79311: 31.0.50; Some characters not displayed when using standard-display-table Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 27 Aug 2025 02:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 79311 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Andy Moreton Cc: 79311@debbugs.gnu.org Received: via spool by 79311-submit@debbugs.gnu.org id=B79311.175626176424150 (code B ref 79311); Wed, 27 Aug 2025 02:30:02 +0000 Received: (at 79311) by debbugs.gnu.org; 27 Aug 2025 02:29:24 +0000 Received: from localhost ([127.0.0.1]:57997 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ur5ud-0006HR-R6 for submit@debbugs.gnu.org; Tue, 26 Aug 2025 22:29:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36372) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ur5uZ-0006Gu-At; Tue, 26 Aug 2025 22:29:20 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ur5uP-0003PF-R6; Tue, 26 Aug 2025 22:29:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=D2JEPeTmcI4uPpwfhYOmqiEEv48YrvW/9weOg5fP8m8=; b=iAwZcCNiqSgD+DSEImQ1 c4uAvHGpDUxbDykVuIGG+ex5S/W7Aff0fB5Uo0PtZhlLIAZD0K44YJVuZrD+hfXByPiK75k9CpBId XUx/WPeR2O16ZNBQsb2JYDVMniZkeLNpQWL2aAr5TiQUOAOo1Jh/gbQZd2ePf3tqoqPebu4+FM+lF C/XFWk2o9gokIRflrN22vBEXQHuZ6w5C5rt/k2m++VvLpzGYKnta9dayUuC9Tsi1sgf06n1ElhXtK gZhJgEOZT7k4NrwFXxSd+306OW+odL3HLZ8NmadhX/KzYF0fX53sw/xLoWSHAC3/C/29pn+3COo3C 4m78vVtu4r6/gw==; Date: Wed, 27 Aug 2025 05:29:05 +0300 Message-Id: <86349dv6oe.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <867bypesj3.fsf@gmail.com> (message from Andy Moreton on Tue, 26 Aug 2025 21:29:04 +0100) References: <87zfbn2xm5.fsf@posteo.net> <86y0r7urm5.fsf@gnu.org> <867byr9k6t.fsf@gmail.com> <86v7mavmpr.fsf@gnu.org> <86bjo2wm4v.fsf@gmail.com> <86cy8ius65.fsf@gnu.org> <867bypesj3.fsf@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) merge 79311 79317 thanks > From: Andy Moreton > Date: Tue, 26 Aug 2025 21:29:04 +0100 > > On Tue 26 Aug 2025, Eli Zaretskii wrote: > > >> From: Andy Moreton > >> Date: Tue, 26 Aug 2025 08:57:36 +0100 > >> > >> On Tue 26 Aug 2025, Eli Zaretskii wrote: > >> > >> >> From: Andy Moreton > >> >> Date: Mon, 25 Aug 2025 22:15:54 +0100 > >> >> > >> >> On Mon 25 Aug 2025, Eli Zaretskii wrote: > >> >> > >> >> >> From: Matija Obid > >> >> >> Date: Mon, 25 Aug 2025 16:07:46 +0000 > >> >> >> > >> >> >> Steps to reproduce: > >> >> >> $ emacs -Q > >> >> >> #+begin_src elisp > >> >> >> (setq standard-display-table (make-display-table)) > >> >> >> (aset standard-display-table ?> [?\〉]) > >> >> >> (switch-to-buffer ">") > >> >> >> #+end_src > >> >> > > >> >> >> > >> >> >> The buffer name in modeline is displayed as a square instead of parenthesis. > >> >> > > >> >> > Thanks, should be fixed now. > >> >> > >> >> This seems to cause display glitches in gnus on Windows, when using > >> >> non-ASCII chars for the indicators in gnus-sum-thread-tree-* variables. > >> >> These glitches did no occur in a build from two days ago. > >> >> > >> >> The symptom is the gnus summary buffer displays \xe2 characters, instead > >> >> of the expected character, e.g. WHITE SQUARE (codepoint #x25a1) which > >> >> has buffer code #xE2 #x96 #xA1. > >> >> > >> >> The wrong display is transient, in that moving the cursor over the wrong > >> >> display fixes the glitch. > >> > > >> > Thanks, but please show a recipe starting from "emacs -Q", so I could > >> > look into this. > >> > >> I can try, but it will take significant effort to produce such a > >> a restricted config. > >> > >> After reverting only commit 21b072c60744 ("Fix use of display-table for > >> mode-line display") and rebuilding then the gnus summary buffer display > >> works as expected. > > > > I didn't doubt that the problem was with that change, I just didn't > > know how it could harm the Gnus summary buffer, which I never use, > > especially since your report seemed to indicate that you customized > > the indicators (the defaults are all ASCII characters). > > > > I hope the fix I installed for bug#79317 also fixes this problem. If > > not, please describe what else is left to fix after that change. > > Thanks Eli, the display appears to be as expected now. Great, so I'm merging those bugs. From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 27 08:07:23 2025 Received: (at control) by debbugs.gnu.org; 27 Aug 2025 12:07:23 +0000 Received: from localhost ([127.0.0.1]:59818 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1urEvy-00071W-Vh for submit@debbugs.gnu.org; Wed, 27 Aug 2025 08:07:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45348) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1urEvt-000716-77 for control@debbugs.gnu.org; Wed, 27 Aug 2025 08:07:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1urEvl-0000s6-EB for control@debbugs.gnu.org; Wed, 27 Aug 2025 08:07:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=9tlVJZoXh9dW4l6aT6kI/jxHzk0w4n7gZ2Q5lX9kRuc=; b=mgOtEj/OVXVI ns4QpDrK1AgjSWBXSLZXIBXffWz5pnd7p7AlUukGmfUb84l/fxMmd5B8O7MOW4ydUUUelio3+d6Nh unZ0BSrJYg75Mk6tZFhzlJ/OC0FOL6AyZkQOPtN0ysoZEh34qf55oL5a9FSk/CucyrvcdsSlhiFLf sfC62duPbiuoEpbxrls/4Izt4oplRi9Ja7lY3F3lNOj9gVRBsc8fXryT7k0na1zAKv0/UMnv7tjw/ kBoh5PtuVl3+1CkaQ7iERIHCHV5qPJHxJ85dKnhLfLWajVsAAc3vdwQrWpJzB6pNYJunEaH+syhoU t507VwT3or4JjGh0BzUBVA==; Date: Wed, 27 Aug 2025 15:06:34 +0300 Message-Id: <86tt1tt1dh.fsf@gnu.org> From: Eli Zaretskii To: control@debbugs.gnu.org (GNU bug tracker automated control server) In-Reply-To: (control@debbugs.gnu.org) Subject: Re: Processed (with 1 errors): Re: bug#79311: 31.0.50; Some characters not displayed when using standard-display-table References: <86349dv6oe.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) forcemerge 79311 79317 thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Aug 29 02:24:16 2025 Received: (at control) by debbugs.gnu.org; 29 Aug 2025 06:24:16 +0000 Received: from localhost ([127.0.0.1]:41443 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ursX2-0000u7-49 for submit@debbugs.gnu.org; Fri, 29 Aug 2025 02:24:16 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56182) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ursWt-0000s7-Aw; Fri, 29 Aug 2025 02:24:08 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ursWn-0003pR-3K; Fri, 29 Aug 2025 02:24:01 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=o6ZoDRlQBYKu//E3xuZo/E7tkUGI0R8bhWZMtHiezsA=; b=pyodkzX1AoLg nT5ek5AeYUcN6oi0thfD3gp9Kcp7Pm9zaBD0Rr1T+9Unqz/obfVVsplcwW4g/hpVIlobg8gaZeB3z FqNy7Cpwl4NH6qzhjjnK1oYAJNbuugWhNzzx9yVtWRtD5R+/kvyFkgOKNaHHg6sS4lvKbMRtNKH3t 0f5uNUu8gupeqoYoBANY5EAAjqSi+Kz60XogsvvQLEocY46hFHlW35bcUdKxwwdvu/FM1Tt9K6G+G 4jyD6heQteTFnReCI5AVddwDJlmvm5waLyjcO2BDXTuuXIQs5ZWk/taXLV/PdfHXktLMJpmvopZkc n3ftI1JMSgN6TtTQiixwVg==; Date: Fri, 29 Aug 2025 09:23:58 +0300 Message-Id: <86iki6sl1d.fsf@gnu.org> From: Eli Zaretskii To: Daniel Mendler In-Reply-To: <87jz2muda3.fsf@daniel-mendler.de> (message from Daniel Mendler on Fri, 29 Aug 2025 03:28:36 +0200) Subject: Re: bug#79314: 31.0.50; Gnus summary doesn't display unicode glyphs anymore References: <874itvru7s.fsf@daniel-mendler.de> <86wm6qvmrw.fsf@gnu.org> <87349epol2.fsf@daniel-mendler.de> <86bjo2us4c.fsf@gnu.org> <87jz2muda3.fsf@daniel-mendler.de> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control Cc: 79314@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) forcemerge 79314 79317 close 79314 thanks > From: Daniel Mendler > Cc: 79314@debbugs.gnu.org > Date: Fri, 29 Aug 2025 03:28:36 +0200 > > Eli Zaretskii writes: > > >> From: Daniel Mendler > >> Cc: 79314@debbugs.gnu.org > >> Date: Tue, 26 Aug 2025 08:46:33 +0200 > >> > >> Eli Zaretskii writes: > >> > >> >> Date: Mon, 25 Aug 2025 23:01:59 +0200 > >> >> From: Daniel Mendler via "Bug reports for GNU Emacs, > >> >> the Swiss army knife of text editors" > >> >> > >> >> I've rebuild Emacs (commit 21b072c6074466f3ec7d2489b82e21d8b0cae265) and > >> >> now Gnus doesn't display unicode glyphs anymore in the summary buffer. I > >> >> went back to commit bb0ede711eb630e3cc4b02316bf76079ce760de6 and the > >> >> glyphs work again. Eli, could this be related to the recent display > >> >> table changes? Thank you! > >> > > >> > I don't use Gnus, so I will need a recipe starting from "emacs -Q" to > >> > investigate this. > >> > >> Okay, thanks. I will do when I find time to investigate further. For now > >> I had to roll back to the working commit > >> bb0ede711eb630e3cc4b02316bf76079ce760de6. The commits are only a few > >> days apart. The only commits which stood out are some changes to > >> redisplay and the string resizing change which has caused other minor > >> issues. Maybe this already helps. I only used > >> 21b072c6074466f3ec7d2489b82e21d8b0cae265 briefly and I had noticed the > >> issue only in Gnus and not in other buffers. > > > > Thanks. Please see if the change I installed for bug#79317 also fixed > > this problem. > > Thanks, the problem seems to be gone. Thanks, merging them all and closing.