From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 13 06:05:12 2020 Received: (at submit) by debbugs.gnu.org; 13 Nov 2020 11:05:12 +0000 Received: from localhost ([127.0.0.1]:46875 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kdWtE-0001Oo-Ch for submit@debbugs.gnu.org; Fri, 13 Nov 2020 06:05:12 -0500 Received: from lists.gnu.org ([209.51.188.17]:37256) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kdWtD-0001Oh-3F for submit@debbugs.gnu.org; Fri, 13 Nov 2020 06:05:11 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:43858) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdWtC-0000Ma-Uh for bug-gnu-emacs@gnu.org; Fri, 13 Nov 2020 06:05:10 -0500 Received: from smtp-clients2.isti.cnr.it ([146.48.28.37]:58882) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kdWtB-0004YQ-48 for bug-gnu-emacs@gnu.org; Fri, 13 Nov 2020 06:05:10 -0500 Received: from tucano.isti.cnr.it (tucano.isti.cnr.it [146.48.81.102]) (Authenticated sender: pot) by smtp-clients2.isti.cnr.it (Postfix) with ESMTPSA id 438BBAE6E4 for ; Fri, 13 Nov 2020 12:05:06 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.4 at smtp-out.isti.cnr.it Received: from pot by tucano.isti.cnr.it with local (Exim 4.94) (envelope-from ) id 1kdWt7-00EE0o-Tc for bug-gnu-emacs@gnu.org; Fri, 13 Nov 2020 12:05:05 +0100 From: =?utf-8?Q?Francesco_Potort=C3=AC?= Date: Fri, 13 Nov 2020 12:05:05 +0100 To: bug-gnu-emacs@gnu.org Subject: 26.3; bibtex convert case undefined Organization: X-fingerprint: 4B02 6187 5C03 D6B1 2E31 7666 09DF 2DC9 BE21 6115 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-Id: Received-SPF: softfail client-ip=146.48.28.37; envelope-from=pot@gnu.org; helo=smtp-clients2.isti.cnr.it X-detected-operating-system: by eggs.gnu.org: First seen = 2020/11/13 06:05:06 X-ACL-Warn: Detected OS = Linux 3.11 and newer [fuzzy] X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.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: -3.3 (---) GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, X toolkit, Xaw3d scroll bars) of 2020-05-17, modified by Debian bibtex.el offers the opportunity of unifying the case of fields (see the string unify-case). Unfortunately the docs and comments do not tell what is the chosen case. In practice, I see that entries are downcased. An old version of bibtex.el (last copyright 1997) uniquified cases based on the bibtex-unify-case-convert variable, which is now removed. This is unfortunate, and in my opinion a bug. Looking at the old code, I see that the current behaviour is the same as the old 'identity value for the mentioned variable. I am working on a local patch for reverting to the old behaviour. After I finish, I can provide it, if there is any hope of it to be accepted. Here is the old definition: (defcustom bibtex-unify-case-convert 'downcase "*Function called when unifying case on entry and field names. This variable is buffer-local." :group 'bibtex :type '(choice (const :tag "Same case as in `bibtex-field-alist'" identity) (const :tag "Downcase" downcase) (const :tag "Capitalize" capitalize) (const :tag "Upcase" upcase) (function :tag "Conversion function"))) (make-variable-buffer-local 'bibtex-unify-case-convert) From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 14 11:33:38 2020 Received: (at 44614) by debbugs.gnu.org; 14 Nov 2020 16:33:38 +0000 Received: from localhost ([127.0.0.1]:51763 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kdyUc-0001DF-Gg for submit@debbugs.gnu.org; Sat, 14 Nov 2020 11:33:38 -0500 Received: from quimby.gnus.org ([95.216.78.240]:44776) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kdyUZ-0001D1-UA for 44614@debbugs.gnu.org; Sat, 14 Nov 2020 11:33:36 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To: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=ASN6Mu0M9jBBD+HlDtETFBg26CHPUxhFTHFbY8zD+eQ=; b=inKg9NXxLIJmp7vkV+yvgP2f/h BWj8vtmAMhMmNfGFsNhDiRpR09jHg8Bv3q0sy053pWIQbxYECfS+RqzPgivCEaqg4MEeYMqBis9c9 wZtSTYD6Ovmh1Y7sW1bfJoPcV3SwXBnv8QUqY1gFFWhQayhKEtoGWHRuZPI2z4zdVGlU=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kdyUR-0000k0-Nk; Sat, 14 Nov 2020 17:33:30 +0100 From: Lars Ingebrigtsen To: Francesco =?utf-8?Q?Potort=C3=AC?= Subject: Re: bug#44614: 26.3; bibtex convert case undefined References: X-Now-Playing: Genesis's _Duke_: "Duke's Travels" Date: Sat, 14 Nov 2020 17:33:26 +0100 In-Reply-To: ("Francesco =?utf-8?Q?Potort=C3=AC=22's?= message of "Fri, 13 Nov 2020 12:05:05 +0100") Message-ID: <87v9e7yk2x.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Francesco Potortì writes: > An old version of bibtex.el (last copyright 1997) uniquified cases based > on the bibtex-unify-case-convert variable, which is now removed. > > This is unfortunate, and in my opinion a bug. 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: 0.0 (/) X-Debbugs-Envelope-To: 44614 Cc: 44614@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: -1.0 (-) Francesco Potort=C3=AC writes: > An old version of bibtex.el (last copyright 1997) uniquified cases based > on the bibtex-unify-case-convert variable, which is now removed. > > This is unfortunate, and in my opinion a bug. I tried to poke around to see whether there's any reason the variable was removed, but I can't find any mention of it in the Emacs tree, so it's possible that the in-tree version of bibtex.el never had the variable? > Looking at the old code, I see that the current behaviour is the same as > the old 'identity value for the mentioned variable. I am working on a > local patch for reverting to the old behaviour. After I finish, I can > provide it, if there is any hope of it to be accepted. > > Here is the old definition: > > (defcustom bibtex-unify-case-convert 'downcase > "*Function called when unifying case on entry and field names. > This variable is buffer-local." Sure; I think (re-)introducing such a variable would make sense. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Nov 14 13:47:41 2020 Received: (at 44614) by debbugs.gnu.org; 14 Nov 2020 18:47:41 +0000 Received: from localhost ([127.0.0.1]:52029 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ke0aL-0000MZ-6s for submit@debbugs.gnu.org; Sat, 14 Nov 2020 13:47:41 -0500 Received: from smtp-clients1.isti.cnr.it ([146.48.28.36]:46370) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ke0aJ-0000MP-4u for 44614@debbugs.gnu.org; Sat, 14 Nov 2020 13:47:39 -0500 Received: from tucano.isti.cnr.it (tucano.isti.cnr.it [146.48.81.102]) (Authenticated sender: pot) by smtp-clients1.isti.cnr.it (Postfix) with ESMTPSA id 213D5B0833; Sat, 14 Nov 2020 19:47:36 +0100 (CET) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.102.4 at smtp-out.isti.cnr.it Received: from pot by tucano.isti.cnr.it with local (Exim 4.94) (envelope-from ) id 1ke0aG-00GCSc-LE; Sat, 14 Nov 2020 19:47:36 +0100 From: =?utf-8?Q?Francesco_Potort=C3=AC?= Date: Sat, 14 Nov 2020 19:47:36 +0100 To: Lars Ingebrigtsen In-reply-to: <87v9e7yk2x.fsf@gnus.org> (larsi@gnus.org) Subject: Re: bug#44614: 26.3; bibtex convert case undefined References: <87v9e7yk2x.fsf@gnus.org> Organization: X-fingerprint: 4B02 6187 5C03 D6B1 2E31 7666 09DF 2DC9 BE21 6115 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-Id: X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 44614 Cc: 44614@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: -0.0 (/) >> An old version of bibtex.el (last copyright 1997) uniquified cases based >> on the bibtex-unify-case-convert variable, which is now removed. >> >> This is unfortunate, and in my opinion a bug. > >I tried to poke around to see whether there's any reason the variable >was removed, but I can't find any mention of it in the Emacs tree, so >it's possible that the in-tree version of bibtex.el never had the >variable? Mh. I found a very old version that i had set aside with the name bibtex.el.orig, which does not contain that variable, so it may well be that I had introduced that variable myself as a local change with the aim of pushing it in the Emacs tree but then I forgot to do that. It was a long time ago, so I may well have forgotten. Anyway, here is my patch, which I think does not make any harm. It changes the behaviour slightly in what I consider it being a more consistent way. When unifying is requested, in the default case, which is 'identity, if an unknown field is found it is not unified (rather than being downcased as it is now): only known fields are unified to the known case. Note that the last hunk is only a change of 'if' with 'when', it is big because of reindentation and just a matter of aesthetics (or clarity). *** bibtex-2019.el 2020-11-13 11:54:34.000000000 +0100 --- bibtex.el 2020-11-14 19:05:48.000000000 +0100 *************** *** 89,92 **** --- 89,103 ---- (put 'bibtex-include-OPTkey 'risky-local-variable t) + (defcustom bibtex-unify-case-convert 'identity + "*Function called when unifying case on entry and field names. + This variable is buffer-local." + :group 'bibtex + :type '(choice (const :tag "Same case as in `bibtex-field-alist'" identity) + (const :tag "Downcase" downcase) + (const :tag "Capitalize" capitalize) + (const :tag "Upcase" upcase) + (function :tag "Conversion function"))) + (make-variable-buffer-local 'bibtex-unify-case-convert) + (defcustom bibtex-user-optional-fields '(("annote" "Personal annotation (ignored)")) *************** *** 123,127 **** delimiters Change delimiters according to variables `bibtex-field-delimiters' and `bibtex-entry-delimiters'. ! unify-case Change case of entry types and field names. braces Enclose parts of field entries by braces according to `bibtex-field-braces-alist'. --- 134,139 ---- delimiters Change delimiters according to variables `bibtex-field-delimiters' and `bibtex-entry-delimiters'. ! unify-case Change case of entry and field names according to ! `bibtex-unify-case-convert'. braces Enclose parts of field entries by braces according to `bibtex-field-braces-alist'. *************** *** 2309,2313 **** (when (memq 'unify-case format) (delete-region beg-type end-type) ! (insert (car entry-list))) ;; update left entry delimiter --- 2321,2325 ---- (when (memq 'unify-case format) (delete-region beg-type end-type) ! (insert (funcall bibtex-unify-case-convert (car entry-list)))) ;; update left entry delimiter *************** *** 2510,2523 **** ;; unify case of field name ! (if (memq 'unify-case format) ! (let ((fname (car (assoc-string field-name ! default-field-list t)))) ! (if fname ! (progn ! (delete-region beg-name end-name) ! (goto-char beg-name) ! (insert fname)) ! ;; there are no rules we could follow ! (downcase-region beg-name end-name)))) ;; update point --- 2522,2533 ---- ;; unify case of field name ! (when (memq 'unify-case format) ! (let ((fname (car (assoc-string field-name ! default-field-list t))) ! (curname (buffer-substring beg-name end-name))) ! (delete-region beg-name end-name) ! (goto-char beg-name) ! (insert (funcall bibtex-unify-case-convert ! (or fname curname))))) ;; update point *************** *** 2525,2554 **** ;; check whether all required fields are present ! (if (memq 'required-fields format) ! (let ((alt-expect (make-vector num-alt nil)) ! (alt-found (make-vector num-alt 0))) ! (dolist (fname req-field-list) ! (cond ((setq idx (nth 3 fname)) ! ;; t if field has alternative flag ! (bibtex-vec-push alt-expect idx (car fname)) ! (if (member-ignore-case (car fname) field-list) ! (bibtex-vec-incr alt-found idx))) ! ((not (member-ignore-case (car fname) field-list)) ! ;; If we use the crossref field, a required field ! ;; can have the OPT prefix. So if it was empty, ! ;; we have deleted by now. Nonetheless we can ! ;; move point on this empty field. ! (setq error-field-name (car fname)) ! (error "Mandatory field `%s' is missing" (car fname))))) ! (dotimes (idx num-alt) ! (cond ((= 0 (aref alt-found idx)) ! (setq error-field-name (car (last (aref alt-fields idx)))) ! (error "Alternative mandatory field `%s' is missing" ! (aref alt-expect idx))) ! ((< 1 (aref alt-found idx)) ! (setq error-field-name (car (last (aref alt-fields idx)))) ! (error "Alternative fields `%s' are defined %s times" ! (aref alt-expect idx) ! (length (aref alt-fields idx)))))))) ;; update comma after last field --- 2535,2564 ---- ;; check whether all required fields are present ! (when (memq 'required-fields format) ! (let ((alt-expect (make-vector num-alt nil)) ! (alt-found (make-vector num-alt 0))) ! (dolist (fname req-field-list) ! (cond ((setq idx (nth 3 fname)) ! ;; t if field has alternative flag ! (bibtex-vec-push alt-expect idx (car fname)) ! (if (member-ignore-case (car fname) field-list) ! (bibtex-vec-incr alt-found idx))) ! ((not (member-ignore-case (car fname) field-list)) ! ;; If we use the crossref field, a required field ! ;; can have the OPT prefix. So if it was empty, ! ;; we have deleted by now. Nonetheless we can ! ;; move point on this empty field. ! (setq error-field-name (car fname)) ! (error "Mandatory field `%s' is missing" (car fname))))) ! (dotimes (idx num-alt) ! (cond ((= 0 (aref alt-found idx)) ! (setq error-field-name (car (last (aref alt-fields idx)))) ! (error "Alternative mandatory field `%s' is missing" ! (aref alt-expect idx))) ! ((< 1 (aref alt-found idx)) ! (setq error-field-name (car (last (aref alt-fields idx)))) ! (error "Alternative fields `%s' are defined %s times" ! (aref alt-expect idx) ! (length (aref alt-fields idx)))))))) ;; update comma after last field From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 16 16:36:54 2020 Received: (at 44614) by debbugs.gnu.org; 16 Nov 2020 21:36:54 +0000 Received: from localhost ([127.0.0.1]:57548 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kemBC-0004bb-Ee for submit@debbugs.gnu.org; Mon, 16 Nov 2020 16:36:54 -0500 Received: from quimby.gnus.org ([95.216.78.240]:39190) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kemB9-0004aL-Fi for 44614@debbugs.gnu.org; Mon, 16 Nov 2020 16:36:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :In-Reply-To:Date:References:Subject:Cc:To:From:Sender:Reply-To: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=FnNHhrhP4hqYlQiaQarT5BVPeoiL6gFrx44qljhwfp0=; b=PPoKU7qUuiTbxR2c7Qxl8Ubg3q zAukz2ta5RTsSE3Iq14MaJeBcYrVuOHKbGsDq6t2VQvVkv2IeU7V+Cyem9oUu9FloxQbVqQeTP6KU uv+Uu7HmEzvaJTd45xgUqXDV5H/AmPKhHzl6aqVqgT+BUN5s3c7/5hbn30A29lav2tNU=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kemAx-0005eX-6C; Mon, 16 Nov 2020 22:36:45 +0100 From: Lars Ingebrigtsen To: Francesco =?utf-8?Q?Potort=C3=AC?= Subject: Re: bug#44614: 26.3; bibtex convert case undefined References: <87v9e7yk2x.fsf@gnus.org> X-Now-Playing: Various's _Amchitka (1)_: "James Taylor - Fire And Rain" Date: Mon, 16 Nov 2020 22:36:37 +0100 In-Reply-To: ("Francesco =?utf-8?Q?Potort=C3=AC=22's?= message of "Sat, 14 Nov 2020 19:47:36 +0100") Message-ID: <87o8jxvva2.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Francesco Potortì writes: > Anyway, here is my patch, which I think does not make any harm. It > changes the behaviour slightly in what I consider it being a more > consistent way. When unifying is requested, in the default ca [...] 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: 0.0 (/) X-Debbugs-Envelope-To: 44614 Cc: 44614@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: -1.0 (-) Francesco Potort=C3=AC writes: > Anyway, here is my patch, which I think does not make any harm. It > changes the behaviour slightly in what I consider it being a more > consistent way. When unifying is requested, in the default case, which > is 'identity, if an unknown field is found it is not unified (rather > than being downcased as it is now): only known fields are unified to the > known case. Makes sense to me. I've now applied this to Emacs 28 (and added a NEWS entry). --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 16 16:37:03 2020 Received: (at control) by debbugs.gnu.org; 16 Nov 2020 21:37:04 +0000 Received: from localhost ([127.0.0.1]:57552 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kemBL-0004cR-NA for submit@debbugs.gnu.org; Mon, 16 Nov 2020 16:37:03 -0500 Received: from quimby.gnus.org ([95.216.78.240]:39204) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kemBJ-0004bl-As for control@debbugs.gnu.org; Mon, 16 Nov 2020 16:37:02 -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=YiG4BZMtPfUTcPPxVFGOok71zJUtUnQ0i08YlVMywEQ=; b=cmrm5puqO/a57Yoa/3o/ofDDpC UBZdO0DyOq8jtryvxeXODSa4/zQwZS9fAWjF7Xjv1vdiAHvbL6Bh9Uyec/ZUODR64HzSUqsl2TH9B uuMFmB8W9I5jrFV8SXkqVpRe0JXsUNG2IxHd3yY14P9eF8+LOwamXBYgOkzF1mImXylI=; Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1kemBB-0005el-H2 for control@debbugs.gnu.org; Mon, 16 Nov 2020 22:36:55 +0100 Date: Mon, 16 Nov 2020 22:36:52 +0100 Message-Id: <87mtzhvv9n.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #44614 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 44614 fixed close 44614 28.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: 0.0 (/) 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: -1.0 (-) tags 44614 fixed close 44614 28.1 quit From unknown Tue Jun 24 05:13:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 15 Dec 2020 12:24:04 +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