From unknown Sat Aug 16 23:51:25 2025 X-Loop: help-debbugs@gnu.org Subject: bug#56337: 28.1; Incorrect output by C-u C-x = Resent-From: Ikumi Keita Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 01 Jul 2022 13:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56337 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 56337@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16566831071777 (code B ref -1); Fri, 01 Jul 2022 13:46:01 +0000 Received: (at submit) by debbugs.gnu.org; 1 Jul 2022 13:45:07 +0000 Received: from localhost ([127.0.0.1]:36679 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7GxH-0000Sa-3T for submit@debbugs.gnu.org; Fri, 01 Jul 2022 09:45:07 -0400 Received: from lists.gnu.org ([209.51.188.17]:49538) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7GxC-0000SO-GY for submit@debbugs.gnu.org; Fri, 01 Jul 2022 09:45:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7GxC-00087R-6R for bug-gnu-emacs@gnu.org; Fri, 01 Jul 2022 09:45:02 -0400 Received: from smtp1a.inetd.co.jp ([210.129.88.11]:54636) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7Gx9-0007vA-2K for bug-gnu-emacs@gnu.org; Fri, 01 Jul 2022 09:45:01 -0400 Received: from localhost (61-24-175-238.rev.home.ne.jp [61.24.175.238]) by smtp1a.inetd.co.jp (Postfix) with ESMTPA id 54CD02DA for ; Fri, 1 Jul 2022 22:44:52 +0900 (JST) From: Ikumi Keita X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 28.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12272.1656683089.1@localhost> Content-Transfer-Encoding: quoted-printable Date: Fri, 01 Jul 2022 22:44:49 +0900 Message-ID: <12274.1656683089@localhost> Received-SPF: pass client-ip=210.129.88.11; envelope-from=ikumi@ikumi.que.jp; helo=smtp1a.inetd.co.jp X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, GAPPY_SUBJECT=0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.2 (-) 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.2 (--) The command `what-cursor-position' reports that SPC has `nobreak-space' face, which isn't true. [How to reporoduce] 1. emacs -Q 2. Type SPC C-b C-u C-x =3D 3. In *Help* buffer, there is a line saying hardcoded face: nobreak-space I think this is a bug. SPC actually has no particular face; `nobreak-space' face has underline (at least on my display), but the SPC is displayed without underline. Here is the responsible code in descr-text.el: ---------------------------------------------------------------------- (defun describe-char (pos &optional buffer) [...] ((and nobreak-char-display char (eq (get-char-code-property char 'genera= l-category) 'Zs)) 'nobreak-space) ---------------------------------------------------------------------- This conditional should exclude the case that `char' is ASCII space. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine In GNU Emacs 28.1 (build 1, x86_64-unknown-freebsd13.0, GTK+ Version 3.24.= 33, cairo version 1.17.4) of 2022-05-10 built on freebsd.vmware Windowing system distributor 'The X.Org Foundation', version 11.0.12014000 System Description: 13.1-RELEASE Configured using: 'configure --with-canna --with-canna-includes=3D/usr/local/canna/include --with-canna-libraries=3D/usr/local/canna/lib --without-xim --disable-largefile --without-modules --with-sound=3Dyes --with-file-notification=3Dyes CFLAGS=3D-O3' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GNUTLS GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBXML2 NOTIFY KQUEUE PDUMPER PNG RSVG SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM GTK3 ZLIB Important settings: value of $EMACSLOADPATH: /home/keita/elisp: value of $LANG: ja_JP.eucJP locale-coding-system: japanese-iso-8bit-unix Major mode: twittering-mode Minor modes in effect: TeX-PDF-mode: t global-git-commit-mode: t magit-auto-revert-mode: t shell-dirtrack-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t Load-path shadows: ~/elisp/tex hides /usr/local/share/emacs/site-lisp/auctex/tex /home/keita/.emacs.d/elpa/transient-20220527.2213/transient hides /usr/loc= al/share/emacs/28.1/lisp/transient ~/elisp/reftex-parse hides /usr/local/share/emacs/28.1/lisp/textmodes/reft= ex-parse /home/keita/.emacs.d/elpa/soap-client-3.2.1/soap-inspect hides /usr/local/= share/emacs/28.1/lisp/net/soap-inspect /home/keita/.emacs.d/elpa/soap-client-3.2.1/soap-client hides /usr/local/s= hare/emacs/28.1/lisp/net/soap-client Features: (shadow emacsbug vc cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs vc-hg pulse color xref debug backtrace skeleton descr-text lorem-ipsum mule-util ucs-normalize url-http url-auth url-gw nsm jka-compr twittering-mode advice mh-thread misearch multi-isearch vc-git vc-dispatcher eieio-opt speedbar ezimage dframe find-func shortdoc bib-cite pp cl-print help-fns radix-tree preview reftex-dcr reftex-auc reftex reftex-loaddefs reftex-vars tex-bar toolbar-x noutline outline font-latex latex latex-flymake flymake-proc flymake project warnings tex-ispell tex-style tex texmathp tex-mode compile latexenc bug-reference magit-extras face-remap magit-submodule magit-obsolete magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log magit-diff smerge-mode diff diff-mode git-commit rx log-edit pcvs-util add-log magit-core magit-autorevert autorevert filenotify magit-margin magit-transient magit-process with-editor shell pcomplete comint ring server ansi-color magit-mode transient cl-extra help-mode magit-git magit-base magit-section format-spec dash compat-27 compat-26 compat supercite easy-mmode regi mh-identity mh-letter mh-comp sendmail mh-search qp smiley mm-archive mail-extr mh-mime mh-gnus mh-alias multi-prompt crm mh-show goto-addr thingatpt gnus-cite gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum shr kinsoku svg dom gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo parse-time iso8601 gnus-spec gnus-int message rmc puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 gmm-utils mailheader gnus-win gnus-range gnus nnheader wid-edit mh-seq mh-inc hl-line mh-tool-bar mh-xface mh-utils mh-folder which-func imenu gnus-util rmail rmail-loaddefs rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils text-property-search time-date mh-scan mh-e mh-compat mailabbrev mh-buffers mh-loaddefs edmacro kmacro preview-latex auto-loads tex-site canna-im 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 subr-x map url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib japan-util 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 kqueue lcms2 dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 1125796 156695) (symbols 48 43994 7) (strings 32 220474 17172) (string-bytes 1 8759724) (vectors 16 98075) (vector-slots 8 2340278 124751) (floats 8 437 338) (intervals 56 38139 10206) (buffers 992 64)) From unknown Sat Aug 16 23:51:25 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: Ikumi Keita Subject: bug#56337: closed (Re: bug#56337: 28.1; Incorrect output by C-u C-x =) Message-ID: References: <83a69sex17.fsf@gnu.org> <12274.1656683089@localhost> X-Gnu-PR-Message: they-closed 56337 X-Gnu-PR-Package: emacs Reply-To: 56337@debbugs.gnu.org Date: Fri, 01 Jul 2022 14:19:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1656685142-7605-1" This is a multi-part message in MIME format... ------------=_1656685142-7605-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #56337: 28.1; Incorrect output by C-u C-x =3D 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 56337@debbugs.gnu.org. --=20 56337: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D56337 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1656685142-7605-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 56337-done) by debbugs.gnu.org; 1 Jul 2022 14:18:47 +0000 Received: from localhost ([127.0.0.1]:38797 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7HTr-0001y5-2T for submit@debbugs.gnu.org; Fri, 01 Jul 2022 10:18:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55896) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7HTl-0001xf-6s for 56337-done@debbugs.gnu.org; Fri, 01 Jul 2022 10:18:45 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47308) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7HTe-0000Ty-9D; Fri, 01 Jul 2022 10:18:34 -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=TPYwxxTSSeX3aiOh83NtTw6zssW6kl0vcqDdgMrNVsU=; b=rilgHywcI6x8 ptIsJthVVKLKHosqNLq5CC0Fxwrn4KkQTJBG3itWRCh5CJHiBtGqM3nhuOFB1WdWXKpuuFgahgf5T 6UiREobeXXADoItcMA1Mqk9PaKyzCSlxoQNEQdyfI5m178VZIYmTWRS9Z8cAojwdGBjP0oSKqVjpV c3jV/fNIUVcBghJN+NMewVpflFsSAoJJ/Bq1zRJLBLvyyl0CcQuD9mrWEUtNDmnxJFDIbxagEKKB5 SX4Ii5P1EvZNEVr1J4BB3oRaYRERXC/FroK2FtBd5HEiqkDcxoJLIOeurzZaOKFbwaBr/Wn4ayVFD 4QKdO7rp3EZ2ys11YgLyww==; Received: from [87.69.77.57] (port=2076 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7HTd-0002gr-PG; Fri, 01 Jul 2022 10:18:34 -0400 Date: Fri, 01 Jul 2022 17:18:44 +0300 Message-Id: <83a69sex17.fsf@gnu.org> From: Eli Zaretskii To: Ikumi Keita In-Reply-To: <12274.1656683089@localhost> (message from Ikumi Keita on Fri, 01 Jul 2022 22:44:49 +0900) Subject: Re: bug#56337: 28.1; Incorrect output by C-u C-x = References: <12274.1656683089@localhost> X-Spam-Score: -2.2 (--) X-Debbugs-Envelope-To: 56337-done Cc: 56337-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.2 (---) > From: Ikumi Keita > Date: Fri, 01 Jul 2022 22:44:49 +0900 > > The command `what-cursor-position' reports that SPC has `nobreak-space' > face, which isn't true. > > [How to reporoduce] > 1. emacs -Q > 2. Type SPC C-b C-u C-x = > 3. In *Help* buffer, there is a line saying > hardcoded face: nobreak-space > > I think this is a bug. SPC actually has no particular face; > `nobreak-space' face has underline (at least on my display), but the SPC > is displayed without underline. > > Here is the responsible code in descr-text.el: > ---------------------------------------------------------------------- > (defun describe-char (pos &optional buffer) > [...] > ((and nobreak-char-display char > (eq (get-char-code-property char 'general-category) 'Zs)) > 'nobreak-space) > ---------------------------------------------------------------------- > This conditional should exclude the case that `char' is ASCII space. Thanks, fixed for Emacs 28.2. ------------=_1656685142-7605-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 1 Jul 2022 13:45:07 +0000 Received: from localhost ([127.0.0.1]:36679 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7GxH-0000Sa-3T for submit@debbugs.gnu.org; Fri, 01 Jul 2022 09:45:07 -0400 Received: from lists.gnu.org ([209.51.188.17]:49538) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7GxC-0000SO-GY for submit@debbugs.gnu.org; Fri, 01 Jul 2022 09:45:05 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32896) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7GxC-00087R-6R for bug-gnu-emacs@gnu.org; Fri, 01 Jul 2022 09:45:02 -0400 Received: from smtp1a.inetd.co.jp ([210.129.88.11]:54636) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7Gx9-0007vA-2K for bug-gnu-emacs@gnu.org; Fri, 01 Jul 2022 09:45:01 -0400 Received: from localhost (61-24-175-238.rev.home.ne.jp [61.24.175.238]) by smtp1a.inetd.co.jp (Postfix) with ESMTPA id 54CD02DA for ; Fri, 1 Jul 2022 22:44:52 +0900 (JST) From: Ikumi Keita To: bug-gnu-emacs@gnu.org Subject: 28.1; Incorrect output by C-u C-x = X-Mailer: MH-E 8.6+git; nmh 1.7.1; GNU Emacs 28.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <12272.1656683089.1@localhost> Content-Transfer-Encoding: quoted-printable Date: Fri, 01 Jul 2022 22:44:49 +0900 Message-ID: <12274.1656683089@localhost> Received-SPF: pass client-ip=210.129.88.11; envelope-from=ikumi@ikumi.que.jp; helo=smtp1a.inetd.co.jp X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 5.0 requ) BAYES_00=-1.9, GAPPY_SUBJECT=0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.2 (-) X-Debbugs-Envelope-To: submit 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.2 (--) The command `what-cursor-position' reports that SPC has `nobreak-space' face, which isn't true. [How to reporoduce] 1. emacs -Q 2. Type SPC C-b C-u C-x =3D 3. In *Help* buffer, there is a line saying hardcoded face: nobreak-space I think this is a bug. SPC actually has no particular face; `nobreak-space' face has underline (at least on my display), but the SPC is displayed without underline. Here is the responsible code in descr-text.el: ---------------------------------------------------------------------- (defun describe-char (pos &optional buffer) [...] ((and nobreak-char-display char (eq (get-char-code-property char 'genera= l-category) 'Zs)) 'nobreak-space) ---------------------------------------------------------------------- This conditional should exclude the case that `char' is ASCII space. Regards, Ikumi Keita #StandWithUkraine #StopWarInUkraine In GNU Emacs 28.1 (build 1, x86_64-unknown-freebsd13.0, GTK+ Version 3.24.= 33, cairo version 1.17.4) of 2022-05-10 built on freebsd.vmware Windowing system distributor 'The X.Org Foundation', version 11.0.12014000 System Description: 13.1-RELEASE Configured using: 'configure --with-canna --with-canna-includes=3D/usr/local/canna/include --with-canna-libraries=3D/usr/local/canna/lib --without-xim --disable-largefile --without-modules --with-sound=3Dyes --with-file-notification=3Dyes CFLAGS=3D-O3' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GNUTLS GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBXML2 NOTIFY KQUEUE PDUMPER PNG RSVG SOUND THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM GTK3 ZLIB Important settings: value of $EMACSLOADPATH: /home/keita/elisp: value of $LANG: ja_JP.eucJP locale-coding-system: japanese-iso-8bit-unix Major mode: twittering-mode Minor modes in effect: TeX-PDF-mode: t global-git-commit-mode: t magit-auto-revert-mode: t shell-dirtrack-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t buffer-read-only: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t Load-path shadows: ~/elisp/tex hides /usr/local/share/emacs/site-lisp/auctex/tex /home/keita/.emacs.d/elpa/transient-20220527.2213/transient hides /usr/loc= al/share/emacs/28.1/lisp/transient ~/elisp/reftex-parse hides /usr/local/share/emacs/28.1/lisp/textmodes/reft= ex-parse /home/keita/.emacs.d/elpa/soap-client-3.2.1/soap-inspect hides /usr/local/= share/emacs/28.1/lisp/net/soap-inspect /home/keita/.emacs.d/elpa/soap-client-3.2.1/soap-client hides /usr/local/s= hare/emacs/28.1/lisp/net/soap-client Features: (shadow emacsbug vc cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs vc-hg pulse color xref debug backtrace skeleton descr-text lorem-ipsum mule-util ucs-normalize url-http url-auth url-gw nsm jka-compr twittering-mode advice mh-thread misearch multi-isearch vc-git vc-dispatcher eieio-opt speedbar ezimage dframe find-func shortdoc bib-cite pp cl-print help-fns radix-tree preview reftex-dcr reftex-auc reftex reftex-loaddefs reftex-vars tex-bar toolbar-x noutline outline font-latex latex latex-flymake flymake-proc flymake project warnings tex-ispell tex-style tex texmathp tex-mode compile latexenc bug-reference magit-extras face-remap magit-submodule magit-obsolete magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log magit-diff smerge-mode diff diff-mode git-commit rx log-edit pcvs-util add-log magit-core magit-autorevert autorevert filenotify magit-margin magit-transient magit-process with-editor shell pcomplete comint ring server ansi-color magit-mode transient cl-extra help-mode magit-git magit-base magit-section format-spec dash compat-27 compat-26 compat supercite easy-mmode regi mh-identity mh-letter mh-comp sendmail mh-search qp smiley mm-archive mail-extr mh-mime mh-gnus mh-alias multi-prompt crm mh-show goto-addr thingatpt gnus-cite gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum shr kinsoku svg dom gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo parse-time iso8601 gnus-spec gnus-int message rmc puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 gmm-utils mailheader gnus-win gnus-range gnus nnheader wid-edit mh-seq mh-inc hl-line mh-tool-bar mh-xface mh-utils mh-folder which-func imenu gnus-util rmail rmail-loaddefs rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils text-property-search time-date mh-scan mh-e mh-compat mailabbrev mh-buffers mh-loaddefs edmacro kmacro preview-latex auto-loads tex-site canna-im 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 subr-x map url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib japan-util 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 kqueue lcms2 dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 1125796 156695) (symbols 48 43994 7) (strings 32 220474 17172) (string-bytes 1 8759724) (vectors 16 98075) (vector-slots 8 2340278 124751) (floats 8 437 338) (intervals 56 38139 10206) (buffers 992 64)) ------------=_1656685142-7605-1--