From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 20 05:14:44 2022 Received: (at submit) by debbugs.gnu.org; 20 Jul 2022 09:14:44 +0000 Received: from localhost ([127.0.0.1]:55858 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE5n2-0006Kw-0o for submit@debbugs.gnu.org; Wed, 20 Jul 2022 05:14:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:53340) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE5mx-0006Ke-Q3 for submit@debbugs.gnu.org; Wed, 20 Jul 2022 05:14:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:32776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oE5mx-0002d5-L5 for bug-gnu-emacs@gnu.org; Wed, 20 Jul 2022 05:14:39 -0400 Received: from mail.parknet.co.jp ([210.171.160.6]:53918) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oE5mt-0002wz-I5 for bug-gnu-emacs@gnu.org; Wed, 20 Jul 2022 05:14:39 -0400 Received: from ibmpc.myhome.or.jp (server.parknet.ne.jp [210.171.168.39]) by mail.parknet.co.jp (Postfix) with ESMTPSA id 140F62055F9A for ; Wed, 20 Jul 2022 18:14:25 +0900 (JST) Received: from devron.myhome.or.jp (foobar@devron.myhome.or.jp [192.168.0.3]) by ibmpc.myhome.or.jp (8.17.1.9/8.17.1.9/Debian-1) with ESMTPS id 26K9ENZD236781 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Wed, 20 Jul 2022 18:14:24 +0900 Received: from devron.myhome.or.jp (foobar@localhost [127.0.0.1]) by devron.myhome.or.jp (8.17.1.9/8.17.1.9/Debian-1) with ESMTPS id 26K9ENfe437864 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NOT) for ; Wed, 20 Jul 2022 18:14:23 +0900 Received: (from hirofumi@localhost) by devron.myhome.or.jp (8.17.1.9/8.17.1.9/Submit) id 26K9ENVe437863; Wed, 20 Jul 2022 18:14:23 +0900 From: OGAWA Hirofumi To: bug-gnu-emacs@gnu.org Subject: 29.0.50; Error (wrong-type-argument font unspecified) on startup Date: Wed, 20 Jul 2022 18:14:23 +0900 Message-ID: <87cze02ljk.fsf@mail.parknet.co.jp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=210.171.160.6; envelope-from=hirofumi@parknet.co.jp; helo=mail.parknet.co.jp X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, 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.3 (-) 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.3 (--) When starting emacs on terminal with `face-font-rescale-alist' config, current emacs output the error like the following. (BTW, without "-nw" works fine.) $ cat > .emacs.el (setq debug-on-error t) (add-to-list 'face-font-rescale-alist '(".*-AR PL.*-.*" . 1.2)) ^D $ emacs -nw Debugger entered--Lisp error: (wrong-type-argument font unspecified) font-xlfd-name(unspecified) #f(compiled-function () #)() normal-top-level() Thanks. In GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.16.0) of 2022-07-19 built on devron Repository revision: 4b807380cf756796ce197ac58cbbbe381c157a91 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101003 System Description: Debian GNU/Linux bookworm/sid Configured using: 'configure --with-x-toolkit=gtk3 --without-xim --with-imagemagick --with-wide-int --with-native-compilation' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ IMAGEMAGICK JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LANG: ja_JP.UTF-8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Group Minor modes in effect: gnus-topic-mode: t gnus-undo-mode: t coterm-mode: t shell-dirtrack-mode: t flycheck-pos-tip-mode: t global-flycheck-mode: t global-company-mode: t company-mode: t auto-insert-mode: t yas-global-mode: t yas-minor-mode: t electric-pair-mode: t savehist-mode: t icomplete-mode: t tooltip-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t buffer-read-only: t column-number-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: /usr/local/share/emacs/site-lisp/git-modes/git-modes-autoloads hides /usr/local/share/emacs/site-lisp/elpa/git-modes-20220422.1611/git-modes-autoloads Features: (shadow bbdb-message mailalias emacsbug jka-compr misearch multi-isearch help-fns radix-tree smerge-mode diff diff-mode easy-mmode hl-line elfeed-show elfeed-search bookmark elfeed-csv elfeed elfeed-curl elfeed-log elfeed-db elfeed-lib thingatpt avl-tree url-queue xml-query mule-util sort gnus-cite shr-color color mm-archive mail-extr textsec uni-scripts idna-mapping ucs-normalize uni-confusable textsec-check gnus-async gnus-bcklg bbdb-gnus-aux qp gnus-ml gnus-topic url-http url-gw url-cache utf-7 epa-file network-stream nsm nnfolder bbdb-gnus nnnil bbdb-mua spam spam-stat bbdb-com crm bbdb bbdb-site timezone gnus-uu yenc gnus-demon gnus-delay gnus-draft gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file url-dired svg dom nndraft nnmh gnus-xoauth2 oauth2-ext plstore 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 gnus-range message sendmail yank-media puny rfc822 mml mml-sec epa derived epg rfc6068 epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev gmm-utils mailheader gnus-win gnus nnheader gnus-util time-date mail-utils range mm-util mail-prsvr wid-edit dired-aux dircolors-faces dired-x dired dired-loaddefs comp comp-cstr warnings flyspell ispell server bbdb-loaddefs auth-source-pass rfc-autoloads company-yasnippet pp url-auth debian-autoloads langtool-autoloads generic-x coterm term disp-table shell pcomplete ehelp git-modes-autoloads flycheck-relint relint compile text-property-search comint xr flycheck-pos-tip pos-tip flycheck ansi-color find-func rx dash company-cscope company-oddmuse company-keywords company-etags etags fileloop generator xref project ring company-gtags company-dabbrev-code company-dabbrev company-files company-clang company-capf company-cmake company-semantic company-template company-bbdb company pcase autoinsert cl-extra yasnippet help-mode elec-pair savehist browse-kill-ring delsel tab-bar-session desktop frameset icomplete mozc-popup popup mozc-im-indicater mozc-im advice mozc company-autoloads csv-mode-autoloads flycheck-autoloads info dash-autoloads gnuplot-autoloads markdown-mode-autoloads php-mode-autoloads pos-tip-autoloads rust-mode-autoloads xr-autoloads package browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs password-cache json subr-x map byte-opt gv bytecomp byte-compile cconv url-vars cl-loaddefs cl-lib japan-util rmc 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 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 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 move-toolbar gtk x-toolkit xinput2 x multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 935411 750051) (symbols 48 27472 30) (strings 32 736534 32638) (string-bytes 1 28932283) (vectors 16 270083) (vector-slots 8 3686441 289283) (floats 8 53354 4986) (intervals 56 4448 1431) (buffers 992 34)) -- OGAWA Hirofumi From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 20 07:58:48 2022 Received: (at 56660) by debbugs.gnu.org; 20 Jul 2022 11:58:48 +0000 Received: from localhost ([127.0.0.1]:56049 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE8Lo-0006ry-AR for submit@debbugs.gnu.org; Wed, 20 Jul 2022 07:58:48 -0400 Received: from eggs.gnu.org ([209.51.188.92]:54812) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oE8Lm-0006rk-Fx for 56660@debbugs.gnu.org; Wed, 20 Jul 2022 07:58:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56860) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oE8Lg-0007Rn-8n; Wed, 20 Jul 2022 07:58:40 -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=q8cie1c2/EGoL2LNIyQ4enJt4NuNtsVtwXr43Y2t2Bk=; b=PLss77lBjdOc LJ+RMKEB4qKMQ8gqm/s/9e9sjFqroPd2qZZ4INWqLsMKv/BQqsgF2XQJaMS3IY+PwVRas6xxek46O qw7wHx12jsESJRXcPNenJCVyDbxiYUzaEiMbZzHO8j/+D21a6WOLkTYwW5nvoRm5pryuFkdngGR9B LltpCUfROdXbydWz+p2QSR3sQHrHJimJDqjSAmVA+mqm28wxzTLtgFse3ovZ6emk6bOlaH0ULTq5n FPcv+QKP7ZDvdG1/gytjRSXvnB/Oz8v8MHugoqXzMKPYqrqO/VoWLan2qECQpIihYFpX4FhjRhZqV zd0Si+A51+OFSNQm8GURUg==; Received: from [87.69.77.57] (port=2248 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 1oE8Lf-000083-Df; Wed, 20 Jul 2022 07:58:40 -0400 Date: Wed, 20 Jul 2022 14:58:31 +0300 Message-Id: <831qugm1w8.fsf@gnu.org> From: Eli Zaretskii To: OGAWA Hirofumi In-Reply-To: <87cze02ljk.fsf@mail.parknet.co.jp> (message from OGAWA Hirofumi on Wed, 20 Jul 2022 18:14:23 +0900) Subject: Re: bug#56660: 29.0.50; Error (wrong-type-argument font unspecified) on startup References: <87cze02ljk.fsf@mail.parknet.co.jp> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 56660 Cc: 56660@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: OGAWA Hirofumi > Date: Wed, 20 Jul 2022 18:14:23 +0900 > > > When starting emacs on terminal with `face-font-rescale-alist' config, > current emacs output the error like the following. (BTW, without "-nw" > works fine.) > > $ cat > .emacs.el > (setq debug-on-error t) > (add-to-list 'face-font-rescale-alist '(".*-AR PL.*-.*" . 1.2)) > ^D > $ emacs -nw > > Debugger entered--Lisp error: (wrong-type-argument font unspecified) > font-xlfd-name(unspecified) > #f(compiled-function () #)() > normal-top-level() Thanks, should be fixed now. From debbugs-submit-bounces@debbugs.gnu.org Sat Jul 23 03:10:06 2022 Received: (at control) by debbugs.gnu.org; 23 Jul 2022 07:10:06 +0000 Received: from localhost ([127.0.0.1]:43084 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oF9H4-0002Xp-4X for submit@debbugs.gnu.org; Sat, 23 Jul 2022 03:10:06 -0400 Received: from quimby.gnus.org ([95.216.78.240]:47558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oF9H2-0002Wj-DV for control@debbugs.gnu.org; Sat, 23 Jul 2022 03:10:05 -0400 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=zjODOYyG7x4ta9hY4oJ+8YxC7l80kpa9edpP8C3pFAU=; b=JKg2Wl8rgle9758WTYJe06+hQD ydaYh7G1jE2VF5sh2AjPLfDrggTDJR9GMx7DCC+MOXHG0ws6beaMkVPAjqfpq1ony1MJTVQ4abjIJ yxY/j22SfUlW7SqUyRpKHw4r9SHs2yG5PBUQjnlO8TnrlRi/urqiDty7zwqNRyZCW53I=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oF9Gu-00086e-PC for control@debbugs.gnu.org; Sat, 23 Jul 2022 09:09:58 +0200 Date: Sat, 23 Jul 2022 09:09:56 +0200 Message-Id: <875yjo5mpn.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #56660 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: tags 56660 + moreinfo 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 (---) tags 56660 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 20 05:23:59 2022 Received: (at 56660) by debbugs.gnu.org; 20 Aug 2022 09:23:59 +0000 Received: from localhost ([127.0.0.1]:59567 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPKhz-0001NE-BA for submit@debbugs.gnu.org; Sat, 20 Aug 2022 05:23:59 -0400 Received: from quimby.gnus.org ([95.216.78.240]:47664) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPKhw-0001My-Tq for 56660@debbugs.gnu.org; Sat, 20 Aug 2022 05:23:57 -0400 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:Date:References: In-Reply-To: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=tzThkcORKLCg551JdnO3aX7B/TNVIqCeJZYOSG0Ox70=; b=YirNedB1SixOd1HaSNkn9i4aI2 RBJZsPucyZWSriJ57rJlICOVuleEzHER2idmdPFDe2t8EqNPZpmFFl0GBbuIRXYUc5fymWxQPYHZp flfnfBktxtqqa810MfB7ltvPhHSDEWyRHCc7XKB9W9uTDsT7rMfIuFDUTO5riSciSjb0=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oPKhn-00035a-4N; Sat, 20 Aug 2022 11:23:49 +0200 From: Lars Ingebrigtsen To: Eli Zaretskii Subject: Re: bug#56660: 29.0.50; Error (wrong-type-argument font unspecified) on startup In-Reply-To: <831qugm1w8.fsf@gnu.org> (Eli Zaretskii's message of "Wed, 20 Jul 2022 14:58:31 +0300") References: <87cze02ljk.fsf@mail.parknet.co.jp> <831qugm1w8.fsf@gnu.org> X-Now-Playing: Various's _Deathbomb Digital Singles Club Year 2_: "Fun Juice" Date: Sat, 20 Aug 2022 11:23:46 +0200 Message-ID: <8735drqndp.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: Eli Zaretskii writes: >> Debugger entered--Lisp error: (wrong-type-argument font unspecified) >> font-xlfd-name(unspecified) >> #f(compiled-function () #)() >> normal-top-level() > > Thanks, sh [...] 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: 56660 Cc: 56660@debbugs.gnu.org, OGAWA Hirofumi 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 (---) Eli Zaretskii writes: >> Debugger entered--Lisp error: (wrong-type-argument font unspecified) >> font-xlfd-name(unspecified) >> #f(compiled-function () #)() >> normal-top-level() > > Thanks, should be fixed now. This was a month ago, so I'm assuming the fix worked, and I'm closing this bug report. From debbugs-submit-bounces@debbugs.gnu.org Sat Aug 20 05:24:02 2022 Received: (at control) by debbugs.gnu.org; 20 Aug 2022 09:24:02 +0000 Received: from localhost ([127.0.0.1]:59571 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPKi2-0001Ns-Ik for submit@debbugs.gnu.org; Sat, 20 Aug 2022 05:24:02 -0400 Received: from quimby.gnus.org ([95.216.78.240]:47678) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPKhz-0001N2-TU for control@debbugs.gnu.org; Sat, 20 Aug 2022 05:24:00 -0400 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=QFCP3w/N9N5HuV+bwB2f4N6rjh2ataxwvme+yUUQPng=; b=eA+hMZfUpBMS1N9xZ0lDM7k3hT j7ywR5iIubZyep5TcTiwELG0P9TtZPSAvW745F4ENOLYRBQ+u/TIWR98+wadCfLVpuLbsEc/xeRuL 7HMBf9TyjE/o8uhqhALbkDWcVklk5aKmanUW1YoPt7pT51MQjn292ftnurquOwyA1l+E=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oPKhr-00037u-Vc for control@debbugs.gnu.org; Sat, 20 Aug 2022 11:23:54 +0200 Date: Sat, 20 Aug 2022 11:23:51 +0200 Message-Id: <871qtbqndk.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #56660 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 56660 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 56660 quit From unknown Tue Aug 19 04:06:39 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 17 Sep 2022 11:24:07 +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