From unknown Tue Sep 09 22:29:05 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#51799 <51799@debbugs.gnu.org> To: bug#51799 <51799@debbugs.gnu.org> Subject: Status: 29.0.50; Editing C++ Files is Very Slow. Reply-To: bug#51799 <51799@debbugs.gnu.org> Date: Wed, 10 Sep 2025 05:29:05 +0000 retitle 51799 29.0.50; Editing C++ Files is Very Slow. reassign 51799 emacs submitter 51799 Yusuf Talha severity 51799 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 12 20:18:28 2021 Received: (at submit) by debbugs.gnu.org; 13 Nov 2021 01:18:28 +0000 Received: from localhost ([127.0.0.1]:46269 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlhga-0004A3-08 for submit@debbugs.gnu.org; Fri, 12 Nov 2021 20:18:28 -0500 Received: from lists.gnu.org ([209.51.188.17]:36350) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlhe2-00045o-CB for submit@debbugs.gnu.org; Fri, 12 Nov 2021 20:15:52 -0500 Received: from eggs.gnu.org ([209.51.188.92]:55866) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlhe2-0006f9-7i for bug-gnu-emacs@gnu.org; Fri, 12 Nov 2021 20:15:50 -0500 Received: from w1.tutanota.de ([81.3.6.162]:34844) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mlhdz-0004Sv-I4 for bug-gnu-emacs@gnu.org; Fri, 12 Nov 2021 20:15:49 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w1.tutanota.de (Postfix) with ESMTP id F41E4FBF5BE for ; Sat, 13 Nov 2021 01:15:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1636766144; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=MV8rtInekzVDnotXdPowivxVt+IREIwut67g69ialLc=; b=N5bXI7LEKGvHS8N/TahapRl3w/MqQBCmErpg+Lw2+CMNOwCtaOUVUvOXljHLs3xj 61iL9JLL+eybOBZwi9wgpYmvkm3bCAfCX2XY7q1P+47RlZg5AjzRS7uL+BCcTDY/tDI XdOCLbzEi5vjEh4U9hDc7NHN8pOAqnVxa8Xh+tPJPc8jpKY/Sg3sBSavoMDJtPPfkRe NM/N8H8JUzuU5mCKC5qJ0dO8HGehiyTp5HFjxOc/i3W9SgRLWVgTWFdyHw4ZmBoVtR7 2IQa6hUP5g0M1Pp9yvYNIT12MK3SsfndnVo+Nxv4rrkFdz1XfpkHcs6qS3lArPQrqMY 40mPDaO7Qw== Date: Sat, 13 Nov 2021 02:15:44 +0100 (CET) From: Yusuf Talha To: bug-gnu-emacs@gnu.org Message-ID: Subject: 29.0.50; Editing C++ Files is Very Slow. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_885696_1976570840.1636766144977" Received-SPF: pass client-ip=81.3.6.162; envelope-from=yusuftalha@tuta.io; helo=w1.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, HTML_MESSAGE=0.001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Fri, 12 Nov 2021 20:18:26 -0500 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: -2.4 (--) ------=_Part_885696_1976570840.1636766144977 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable When I open a C++ file in Emacs, editing and navigating commands are taking so long with c++-mode.=C2=A0 I figured that the =E2=80=98c-fonti= fy-new-found-type=E2=80=99 function in cc-engine.el causes it.=C2=A0 When I evaluate the old definiti= on of =E2=80=98c-add-type=E2=80=99 function, it fixes the issue.=C2=A0 I would b= e glad if you can handle this. Thank you. In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, cairo version 1.17.4) of 2021-11-12 built on localhost Repository revision: 18eec5720e3b49c0f9efb646bb896ba4e9549ea0 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12013000 System Description: Gentoo Linux Configured using: 'configure --prefix=3D/usr --build=3Dx86_64-pc-linux-gnu --host=3Dx86_64-pc-linux-gnu --mandir=3D/usr/share/man --infodir=3D/usr/share/info --datadir=3D/usr/share --sysconfdir=3D/etc --localstatedir=3D/var/lib --datarootdir=3D/usr/share --disable-silent-rules --docdir=3D/usr/share/doc/emacs-29.0.9999 --htmldir=3D/usr/share/doc/emacs-29.0.9999/html --libdir=3D/usr/lib64 --program-suffix=3D-emacs-29-vcs --includedir=3D/usr/include/emacs-29-vcs --infodir=3D/usr/share/info/emacs-29-vcs --localstatedir=3D/var --enable-locallisppath=3D/etc/emacs:/usr/share/emacs/site-lisp --without-compress-install --without-hesiod --without-pop --with-file-notification=3Dinotify --with-pdumper --enable-acl --with-dbus --with-modules --with-gameuser=3D:gamestat --with-libgmp --with-gpm --with-native-compilation --with-json --without-kerberos --without-kerberos5 --with-lcms2 --with-xml2 --with-mailutils --without-selinux --with-gnutls --without-libsystemd --with-threads --without-wide-int --with-zlib --with-sound=3Dalsa --with-x --without-ns --without-gconf --without-gsettings --without-toolkit-scroll-bars --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xpm --without-imagemagick --with-xft --with-cairo --with-harfbuzz --without-libotf --without-m17n-flt --with-x-toolkit=3Dno --with-dumping=3Dpdumper 'CFLAGS=3D-march=3Dnative -mtune=3Dnative -O2 -pi= pe' CPPFLAGS=3D 'LDFLAGS=3D-Wl,-O1 -Wl,--as-needed'' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY OLDXMENU PDUMPER PNG RSVG SECCOMP SOUND THREADS TIFF WEBP X11 XDBE XIM XPM ZLIB Important settings: value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: Text Minor modes in effect: shell-dirtrack-mode: t electric-pair-mode: t display-time-mode: t display-battery-mode: t dired-async-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-quote-mode: t electric-indent-mode: t mouse-wheel-mode: t tab-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t Load-path shadows: /usr/share/emacs/site-lisp/cmake-mode hides /usr/share/emacs/site-lisp/cmak= e/cmake-mode /usr/share/emacs/site-lisp/desktop-entry-mode hides /usr/share/emacs/site-l= isp/desktop-file-utils/desktop-entry-mode Features: (uudecode uce supercite regi spam-report spam spam-stat gnus-uu yenc gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnus-sum shr kinsoku svg dom gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source nnoo gnus-spec gnus-int gnus-range gnus-win smtpmail sieve-manage sasl sasl-anonymous sasl-login sasl-plain pop3 mspools mh-e mh-compat mh-buffers mh-loaddefs mairix imap rfc2104 utf7 hashcash gnus-dired fortune feedmail ecomplete binhex mail-hist epa-mail add-log tramp tramp-loaddefs trampver tramp-integration files-x tramp-compat parse-time iso8601 ls-lisp ntlm hmac-md5 hex-util md4 nsm netrc net-utils ldap kermit shell pcomplete gravatar dns url-cache gnutls eudc-vars dig bug-reference ange-ftp comint ansi-color mailalias mailclient qp noutline outline kmacro facemenu two-column goto-addr view shadow sort mail-extr emacsbug message yank-media rmc puny rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail cc-bytecomp cl-print apropos cus-edit pp cus-start pulse color xref project eieio-opt cl-extra speedbar ezimage dframe find-func shortdoc cc-langs thingatpt cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs misearch multi-isearch smerge-mode diff-mode diff mule-util ebuild-mode skeleton sh-script smie executable display-fill-column-indicator display-line-numbers server pinentry format-spec modus-vivendi-theme modus-themes pcase gnus nnheader gnus-util rmail rmail-loaddefs rfc2047 rfc2045 ietf-drums text-property-search time-date mail-utils mm-util mail-prsvr wid-edit elec-pair time battery dbus xml dired-async async dired-aux dired dired-loaddefs cus-load google-translate-mode easy-mmode site-gentoo geiser-impl help-fns radix-tree help-mode geiser-custom geiser-base ring info package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map url-vars seq gv subr-x byte-opt bytecomp byte-compile cconv cl-loaddefs cl-lib iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd 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 cl-generic 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 simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting font-render-setting cairo x multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 507526 32717) (symbols 48 26920 7) (strings 32 91090 4235) (string-bytes 1 3058380) (vectors 16 55147) (vector-slots 8 1576641 38054) (floats 8 481 583) (intervals 56 9713 940) (buffers 992 26)) ------=_Part_885696_1976570840.1636766144977 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable


When I open a C++ file in Emacs, editing= and navigating commands
are taking so long with c++-mode.&nb= sp; I figured that the =E2=80=98c-fontify-new-found-type=E2=80=99
=
function in cc-engine.el causes it.  When I evaluate the old def= inition of
=E2=80=98c-add-type=E2=80=99 function, it fixes th= e issue.  I would be glad if you can handle this.
Thank you.


In GNU Ema= cs 29.0.50 (build 1, x86_64-pc-linux-gnu, cairo version 1.17.4)
of 2021-11-12 built on localhost
Repository revision: 18e= ec5720e3b49c0f9efb646bb896ba4e9549ea0
Repository branch: mast= er
Windowing system distributor 'The X.Org Foundation', versi= on 11.0.12013000
System Description: Gentoo Linux

Configured using:
'configure --prefix=3D/u= sr --build=3Dx86_64-pc-linux-gnu
--host=3Dx86_64-pc-linux-gn= u --mandir=3D/usr/share/man
--infodir=3D/usr/share/info --da= tadir=3D/usr/share --sysconfdir=3D/etc
--localstatedir=3D/va= r/lib --datarootdir=3D/usr/share
--disable-silent-rules --do= cdir=3D/usr/share/doc/emacs-29.0.9999
--htmldir=3D/usr/share= /doc/emacs-29.0.9999/html --libdir=3D/usr/lib64
--program-su= ffix=3D-emacs-29-vcs --includedir=3D/usr/include/emacs-29-vcs
--infodir=3D/usr/share/info/emacs-29-vcs --localstatedir=3D/var
=
--enable-locallisppath=3D/etc/emacs:/usr/share/emacs/site-lisp
--without-compress-install --without-hesiod --without-pop
--with-file-notification=3Dinotify --with-pdumper --enable-acl
--with-dbus --with-modules --with-gameuser=3D:gamestat --with-lib= gmp
--with-gpm --with-native-compilation --with-json --witho= ut-kerberos
--without-kerberos5 --with-lcms2 --with-xml2 --w= ith-mailutils
--without-selinux --with-gnutls --without-libs= ystemd --with-threads
--without-wide-int --with-zlib --with-= sound=3Dalsa --with-x --without-ns
--without-gconf --without= -gsettings --without-toolkit-scroll-bars
--with-gif --with-j= peg --with-png --with-rsvg --with-tiff --with-xpm
--without-= imagemagick --with-xft --with-cairo --with-harfbuzz
--withou= t-libotf --without-m17n-flt --with-x-toolkit=3Dno
--with-dum= ping=3Dpdumper 'CFLAGS=3D-march=3Dnative -mtune=3Dnative -O2 -pipe'
CPPFLAGS=3D 'LDFLAGS=3D-Wl,-O1 -Wl,--as-needed''

=
Configured features:
ACL CAIRO DBUS FREETYPE GIF G= LIB GMP GNUTLS GPM HARFBUZZ JPEG JSON LCMS2
LIBXML2 MODULES N= ATIVE_COMP NOTIFY INOTIFY OLDXMENU PDUMPER PNG RSVG
SECCOMP S= OUND THREADS TIFF WEBP X11 XDBE XIM XPM ZLIB

I= mportant settings:
value of $LANG: en_US.utf8
= locale-coding-system: utf-8-unix

Major mode: = Text

Minor modes in effect:
she= ll-dirtrack-mode: t
electric-pair-mode: t
dis= play-time-mode: t
display-battery-mode: t
dir= ed-async-mode: t
tooltip-mode: t
global-eldoc= -mode: t
show-paren-mode: t
electric-quote-mo= de: t
electric-indent-mode: t
mouse-wheel-mod= e: t
tab-bar-mode: t
file-name-shadow-mode: t=
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
auto-composition-mode: t<= br>
auto-encryption-mode: t
auto-compression-mode= : t
column-number-mode: t
line-number-mode: t=
indent-tabs-mode: t
transient-mark-mode: t

Load-path shadows:
/usr/share/ema= cs/site-lisp/cmake-mode hides /usr/share/emacs/site-lisp/cmake/cmake-mode
/usr/share/emacs/site-lisp/desktop-entry-mode hides /usr/share= /emacs/site-lisp/desktop-file-utils/desktop-entry-mode

Features:
(uudecode uce supercite regi spam-report s= pam spam-stat gnus-uu yenc
gnus-msg gnus-art mm-uu mml2015 mm= -view mml-smime smime gnus-sum shr
kinsoku svg dom gnus-group= gnus-undo gnus-start gnus-dbus gnus-cloud
nnimap nnmail mail= -source nnoo gnus-spec gnus-int gnus-range gnus-win
smtpmail = sieve-manage sasl sasl-anonymous sasl-login sasl-plain pop3
m= spools mh-e mh-compat mh-buffers mh-loaddefs mairix imap rfc2104 utf7
hashcash gnus-dired fortune feedmail ecomplete binhex mail-hist ep= a-mail
add-log tramp tramp-loaddefs trampver tramp-integratio= n files-x
tramp-compat parse-time iso8601 ls-lisp ntlm hmac-m= d5 hex-util md4 nsm
netrc net-utils ldap kermit shell pcomple= te gravatar dns url-cache
gnutls eudc-vars dig bug-reference = ange-ftp comint ansi-color mailalias
mailclient qp noutline o= utline kmacro facemenu two-column goto-addr view
shadow sort = mail-extr emacsbug message yank-media rmc puny rfc822 mml
mml= -sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail cc-byt= ecomp
cl-print apropos cus-edit pp cus-start pulse color xref= project
eieio-opt cl-extra speedbar ezimage dframe find-func= shortdoc cc-langs
thingatpt cc-mode cc-fonts cc-guess cc-men= us cc-cmds cc-styles cc-align
cc-engine cc-vars cc-defs misea= rch multi-isearch smerge-mode diff-mode
diff mule-util ebuild= -mode skeleton sh-script smie executable
display-fill-column-= indicator display-line-numbers server pinentry
format-spec mo= dus-vivendi-theme modus-themes pcase gnus nnheader
gnus-util = rmail rmail-loaddefs rfc2047 rfc2045 ietf-drums
text-property= -search time-date mail-utils mm-util mail-prsvr wid-edit
elec= -pair time battery dbus xml dired-async async dired-aux dired
dired-loaddefs cus-load google-translate-mode easy-mmode site-gentoo
geiser-impl help-fns radix-tree help-mode geiser-custom geiser-bas= e ring
info package browse-url url url-proxy url-privacy url-= expand url-methods
url-history url-cookie url-domsuf url-util= mailcap url-handlers
url-parse auth-source cl-seq eieio eiei= o-core cl-macs eieio-loaddefs
password-cache json map url-var= s seq gv subr-x byte-opt bytecomp
byte-compile cconv cl-loadd= efs cl-lib iso-transl tooltip eldoc paren
electric uniquify e= diff-hook vc-hooks lisp-float-type elisp-mode mwheel
term/x-w= in x-win term/common-win x-dnd tool-bar dnd fontset image
reg= exp-opt fringe tabulated-list replace newcomment text-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch easyme= nu
timer select scroll-bar mouse jit-lock font-lock syntax fo= nt-core
term/tty-colors frame minibuffer cl-generic cham geor= gian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet la= o korean japanese eucjp-ms
cp51932 hebrew greek romanian slov= ak czech european ethiopic indian
cyrillic chinese composite = emoji-zwj charscript charprop case-table
epa-hook jka-cmpr-ho= ok help simple abbrev obarray cl-preloaded nadvice
button loa= ddefs faces cus-face macroexp files window text-properties
ov= erlay sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote threads dbusbind inotify lcms2
dynamic-setting font-render-setting cairo x multi-tty
= make-network-process native-compile emacs)

Mem= ory information:
((conses 16 507526 32717)
(sy= mbols 48 26920 7)
(strings 32 91090 4235)
(st= ring-bytes 1 3058380)
(vectors 16 55147)
(vec= tor-slots 8 1576641 38054)
(floats 8 481 583)
= (intervals 56 9713 940)
(buffers 992 26))

------=_Part_885696_1976570840.1636766144977-- From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 12:59:47 2021 Received: (at 51799) by debbugs.gnu.org; 13 Nov 2021 17:59:47 +0000 Received: from localhost ([127.0.0.1]:48019 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlxJa-0004Co-Sl for submit@debbugs.gnu.org; Sat, 13 Nov 2021 12:59:47 -0500 Received: from w1.tutanota.de ([81.3.6.162]:51802) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mlxJX-0004CW-Er for 51799@debbugs.gnu.org; Sat, 13 Nov 2021 12:59:45 -0500 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w1.tutanota.de (Postfix) with ESMTP id 851A7FBF557 for <51799@debbugs.gnu.org>; Sat, 13 Nov 2021 17:59:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1636826377; s=s1; d=tuta.io; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=VQPTA9AQvT+Qv9y9GN/yZGdX6xg4BR6pFVp7Fwzye/M=; b=O4PXKcRipBpeA6gpLqx74GxpF9oR+Qne7jdyqvm8/fISHgl8IkhHBt2ZqsQOyEaG qM/azDE0ZIZRYUXOP9m0FKWKUe4VJNYhAzbMAt3pioAxMn+hMgmFsw+sW6WPhDOKQ0C yDXHs6i3ZHIV2uSuWO4nyfsjeGkrbGOgVkASsKKjKxvBdnnekGF/cFTBAK5Ry4Sej1k IMelFy3OC5JfcZ0uAltFQHODYmMZ9LkqyoteGX/zODIEU89aRB7BYCJUZCRa1HocmGy DDDpl0YIubMMLpe7ncrPS5BDu8YpuPgravM2p4W+jlLYpfR3eLIHGjG7k3xRIC9Sggs 3PEjkUVE/g== Date: Sat, 13 Nov 2021 18:59:37 +0100 (CET) From: Yusuf Talha To: 51799@debbugs.gnu.org Message-ID: Subject: Thanks. MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_910196_1832267629.1636826377530" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51799 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: -1.0 (-) ------=_Part_910196_1832267629.1636826377530 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Problem is solved with commit: https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=60a85834202dc4e117d3e5086ab210bcd293d659 Thank you. ------=_Part_910196_1832267629.1636826377530 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Thank you.

------=_Part_910196_1832267629.1636826377530-- From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 18:10:20 2021 Received: (at 51799) by debbugs.gnu.org; 13 Nov 2021 23:10:20 +0000 Received: from localhost ([127.0.0.1]:48397 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm2A8-0006IC-8m for submit@debbugs.gnu.org; Sat, 13 Nov 2021 18:10:20 -0500 Received: from quimby.gnus.org ([95.216.78.240]:51978) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm2A5-0006Hs-L7 for 51799@debbugs.gnu.org; Sat, 13 Nov 2021 18:10:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=uns77IaMemwfp+z1tAV9oVSHx9EKKS8zD78TAfDVbtw=; b=Kzbee7/1R9w9X5cIFCK4aPcdCR K1UofQF8hz8EBLrJMezhtqoOwxdJTrgH/c0A77q6YVgbw7yshxtvxtpasa9W0qxGCTgU554GGGl8a JYlFj0NGcr1phNMQKOSLOQk4bvnEzN4PIj9Bav22k5DVqv9mv2AtFyIvKkxqKeBX2I1Q=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mm29w-00051H-NB; Sun, 14 Nov 2021 00:10:11 +0100 From: Lars Ingebrigtsen To: Yusuf Talha Subject: Re: bug#51799: Thanks. References: X-Now-Playing: Insides's _Soft Bonds_: "Subordinate" Date: Sun, 14 Nov 2021 00:10:06 +0100 In-Reply-To: (Yusuf Talha's message of "Sat, 13 Nov 2021 18:59:37 +0100 (CET)") Message-ID: <877ddbire9.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Yusuf Talha writes: > Problem is solved with commit: > https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=60a85834202dc4e117d3e5086ab210bcd293d659 > > Thank you. Thanks for testing; I'm closing this bug report, then. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 51799 Cc: 51799@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 (---) Yusuf Talha writes: > Problem is solved with commit: > https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=60a85834202dc4e117d3e5086ab210bcd293d659 > > Thank you. Thanks for testing; I'm closing this bug report, then. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 13 18:10:24 2021 Received: (at control) by debbugs.gnu.org; 13 Nov 2021 23:10:24 +0000 Received: from localhost ([127.0.0.1]:48400 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm2AC-0006IT-Hd for submit@debbugs.gnu.org; Sat, 13 Nov 2021 18:10:24 -0500 Received: from quimby.gnus.org ([95.216.78.240]:51992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mm2AB-0006I4-CT for control@debbugs.gnu.org; Sat, 13 Nov 2021 18:10:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=fQmluvyf6olI/dKTYerHR813q8sKcfzdeoQv1ZSqhEA=; b=icHhqXGok/2BJtESQ2W+b9qd87 DYyZ6QSf+VFVLM0wE8wfOGwDXmXuiPNtPp1MEmuxsjtwHwsmV/FHs3fVFWmlXV1PSTQyPkmvHGUWg EciTq1LT9RIjiFdtNvhU7RKqwtFvlykaIPRCV8RJpcD4/63sxgU/+3bfpQGVJdS8t46s=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mm2A3-00051P-I4 for control@debbugs.gnu.org; Sun, 14 Nov 2021 00:10:17 +0100 Date: Sun, 14 Nov 2021 00:10:15 +0100 Message-Id: <875ysvire0.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #51799 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 51799 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 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 (---) close 51799 29.1 quit From unknown Tue Sep 09 22:29:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 12 Dec 2021 12:24:11 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator