From unknown Wed Jun 25 00:23:53 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21239: 25.0.50; `(image-size image 'pixels)` is causing Emacs to freeze on OSX Snow Leopard. Resent-From: Keith David Bershatsky Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 12 Aug 2015 02:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 21239 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 21239@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.143934491630640 (code B ref -1); Wed, 12 Aug 2015 02:02:02 +0000 Received: (at submit) by debbugs.gnu.org; 12 Aug 2015 02:01:56 +0000 Received: from localhost ([127.0.0.1]:53597 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZPLMZ-0007y6-3x for submit@debbugs.gnu.org; Tue, 11 Aug 2015 22:01:55 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56862) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZPLMV-0007xw-Rr for submit@debbugs.gnu.org; Tue, 11 Aug 2015 22:01:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPLMU-0002JS-3J for submit@debbugs.gnu.org; Tue, 11 Aug 2015 22:01:51 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38455) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPLMU-0002JO-0O for submit@debbugs.gnu.org; Tue, 11 Aug 2015 22:01:50 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:38616) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPLMS-00089X-JI for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2015 22:01:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZPLMP-0002IK-As for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2015 22:01:48 -0400 Received: from cobb.liquidweb.com ([50.28.13.150]:38252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZPLMP-0002I7-4A for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2015 22:01:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lawlist.com; s=default; h=Content-Type:MIME-Version:Subject:To:From:Message-ID:Date; bh=QfvTSG911BV6m7PnuoOB/jNpvYqLxtQBjoOwYA42IxE=; b=N2cYX5IjeCId+yR7GQqLffnVKL1m0x3affxxVwqE1RqyX5g7+ut7DHyaZUTbPPEnPEEnHpg4E/7CsTIlHLpBUTYlahB3NC0Fj61gh0Dwu18+Rla5WgZycwzwKXmDO6id; Received: from cpe-45-48-239-195.socal.res.rr.com ([45.48.239.195]:53628 helo=server.local.localhost) by cobb.liquidweb.com with esmtp (Exim 4.82) (envelope-from ) id 1ZPLMK-0002gf-Rt for bug-gnu-emacs@gnu.org; Tue, 11 Aug 2015 22:01:41 -0400 Date: Tue, 11 Aug 2015 19:01:43 -0700 Message-ID: From: Keith David Bershatsky MIME-Version: 1.0 (generated by - "") Content-Type: text/plain; charset=US-ASCII X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cobb.liquidweb.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lawlist.com X-Get-Message-Sender-Via: cobb.liquidweb.com: acl_c_relayhosts_text_entry: lawlist|lawlist.com X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -5.0 (-----) When the variable `doc-view-scale-internally' is set to `t` in `doc-view-mode', Emacs tries to calculate `displayed-img-width', which looks like this: (car (image-size '(image :type imagemagick :file "/Users/HOME/Desktop/page-1.png" :pointer arrow :width 850) 'pixels)) The image size can be calculated without 'pixels, but adding 'pixels to the equation causes Emacs to freeze -- every time -- on OSX Snow Leopard 10.6.8. It is necessary at that point to force quit Emacs -- i.e., not even C-g can unfreeze Emacs which displays the spinning circle for the mouse pointer. Thanks, Keith ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; In GNU Emacs 25.0.50.1 (x86_64-apple-darwin10.8.0, NS appkit-1038.36 Version 10.6.8 (Build 10K549)) of 2015-08-04 on server.local Repository revision: 118363 mina86@mina86.com-20141117204835-paxrwolqd1cgwtdp Windowing system distributor `Apple', version 10.3.1038 Configured using: `configure --with-ns' Configured features: IMAGEMAGICK ACL LIBXML2 ZLIB Important settings: locale-coding-system: utf-8-unix Major mode: FM Minor modes in effect: tb-mode: t sb-mode: t ml-mode: t ds-mode: t sd-mode: t bc-mode: t Recent messages: Wrote /Users/HOME/.0.data/.0.emacs/.lock Emacs: (car (image-size '(image :type imagemagi . . . [2 times] Load-path shadows: None found. Features: (shadow emacsbug sendmail lawlist-ztree lawlist-yas lawlist-ws lawlist-wl elmo-imap4 elmo-localdir modb-standard modb-legacy elmo-internal elmo-flag mmelmo-imap mmelmo-buffer elsp-generic mel-u ps-print ps-def lpr parse-time disp-table enriched lawlist-w3m browse-url doc-view image-mode ccl lawlist-window lawlist-vl lawlist-view lawlist-undo lawlist-txt lawlist-tm lawlist-tex compare-w lawlist-tabbar lawlist-speedbar lawlist-sgml lawlist-sb lawlist-saveplace lawlist-ruler mule-util lawlist-replace lawlist-rectangle lawlist-re-builder lawlist-python skeleton lawlist-profiler lawlist-print lawlist-php lawlist-perl lawlist-parens lawlist-org lawlist-calendar org-agenda org org-macro org-footnote org-pcomplete org-list org-faces org-entities org-version ob-emacs-lisp ob ob-tangle ob-ref ob-lob ob-table ob-exp org-src ob-keys ob-comint ob-core ob-eval org-compat org-macs org-loaddefs holidays hol-loaddefs cal-menu calendar cal-loaddefs lawlist-neotree lawlist-movement lawlist-mouse lawlist-ml lawlist-minibuffer lawlist-misc lawlist-mc rect lawlist-markdown noutline outline lawlist-lorem lawlist-ln lawlist-keymap lawlist-js lawlist-ispell lawlist-isearch lawlist-imenu lawlist-ibuffer lawlist-hl lawlist-grep lawlist-git ido view vc-git vc vc-dispatcher url-http tls url url-proxy url-privacy url-expand url-methods url-history mailcap url-auth url-cookie url-domsuf url-gw thingatpt time-stamp server log-view log-edit message mml mml-sec mm-decode mm-bodies mm-encode gmm-utils mailheader pcvs-util add-log lawlist-help quail help-mode json grep compile find-lisp ediff-merg ediff-wind ediff-diff ediff-mult ediff-help ediff-init ediff-util ediff ert find-func ewoc debug eieio-base diff-mode conf-mode autorevert filenotify lawlist-frame lawlist-frame-bufs lawlist-font-lock lawlist-fm lawlist-files zeroconf url-util url-parse auth-source eieio byte-opt bytecomp byte-compile cl-extra cconv eieio-core password-cache url-vars dbus xml lawlist-elscreen lawlist-elisp lawlist-dv jka-compr lawlist-image lawlist-ds lawlist-dired epa epg epg-config format-spec edmacro kmacro dired lawlist-desktop frameset lawlist-css smie lawlist-compile rx lawlist-color lawlist-cm pcase lawlist-cc cc-langs cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs cc-bytecomp lawlist-calc lawlist-calccomp lawlist-calcalg3 lawlist-calcalg2 lawlist-calc+ easymenu lawlist-bk lawlist-bc lawlist-bbdb gnus gnus-ems nnheader gnus-util mail-utils wid-edit mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-extr rfc822 cl timezone lawlist-as lawlist-archive cl-macs gv cl-loaddefs cl-lib lawlist-+ easy-mmode derived advice help-fns shell pcomplete comint ansi-color ring savehist time-date tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process cocoa ns multi-tty emacs) Memory information: ((conses 16 1968786 136680) (symbols 48 80381 0) (miscs 40 131 202) (strings 32 179551 28304) (string-bytes 1 6480231) (vectors 16 37618) (vector-slots 8 911420 13879) (floats 8 1935 322) (intervals 56 334 0) (buffers 976 11)) From unknown Wed Jun 25 00:23:53 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21239: 25.0.50; `(image-size image 'pixels)` is causing Emacs to freeze on OSX Snow Leopard. References: In-Reply-To: Resent-From: Keith David Bershatsky Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 12 Aug 2015 05:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21239 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 21239@debbugs.gnu.org Received: via spool by 21239-submit@debbugs.gnu.org id=B21239.143935908125766 (code B ref 21239); Wed, 12 Aug 2015 05:58:02 +0000 Received: (at 21239) by debbugs.gnu.org; 12 Aug 2015 05:58:01 +0000 Received: from localhost ([127.0.0.1]:53756 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZPP33-0006hQ-4P for submit@debbugs.gnu.org; Wed, 12 Aug 2015 01:58:01 -0400 Received: from cobb.liquidweb.com ([50.28.13.150]:48975) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZPP31-0006hI-HG for 21239@debbugs.gnu.org; Wed, 12 Aug 2015 01:58:00 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lawlist.com; s=default; h=Content-Type:MIME-Version:Subject:To:From:Message-ID:Date; bh=XKEIwNb4uOpGXmz7+ahqZ1Goc/uX2I/VS29btOxPL6U=; b=WLQNeIt6OKCGVe4AZPXg2HRBe/dlud0AB49M++mdmkOV+Go3jfU1nDK5mHhuJ27GOy95Ot4DBaO911GDCrezshNF02v8EI7YR9naLjC5phx4iemEAXR4jPphKVSNN5Fl; Received: from cpe-45-48-239-195.socal.res.rr.com ([45.48.239.195]:55797 helo=server.local.localhost) by cobb.liquidweb.com with esmtp (Exim 4.82) (envelope-from ) id 1ZPP2y-0005Vf-SY for 21239@debbugs.gnu.org; Wed, 12 Aug 2015 01:57:57 -0400 Date: Tue, 11 Aug 2015 22:57:58 -0700 Message-ID: From: Keith David Bershatsky MIME-Version: 1.0 (generated by - "") Content-Type: text/plain; charset=US-ASCII X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cobb.liquidweb.com X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lawlist.com X-Get-Message-Sender-Via: cobb.liquidweb.com: acl_c_relayhosts_text_entry: lawlist|lawlist.com X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.7 (/) This is a follow-up. Apparently the problem is more broad-spread than originally thought. I am not even able to open a raw xpm file in `image-mode' using the August 4, 2015 Emacs Trunk on OSX Snow Leopard without it freezing (requiring a force quit). I've gone back to a much older version of Emacs Trunk and will put a note on my to-do list to do some more debugging. If anyone has some ideas why the current version of Emacs Trunk built --with-ns cannot support `image-mode' on OSX Snow Leopard, I think that is related to the inability to use `doc-view-scale-internally' set to `t` in `doc-view-mode'. Keith From unknown Wed Jun 25 00:23:53 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21239: 25.0.50; `(image-size image 'pixels)` is causing Emacs to freeze on OSX Snow Leopard. In-Reply-To: Resent-From: Keith David Bershatsky Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 12 Aug 2015 07:30:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21239 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 21239@debbugs.gnu.org Received: via spool by 21239-submit@debbugs.gnu.org id=B21239.14393645911503 (code B ref 21239); Wed, 12 Aug 2015 07:30:04 +0000 Received: (at 21239) by debbugs.gnu.org; 12 Aug 2015 07:29:51 +0000 Received: from localhost ([127.0.0.1]:53806 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZPQTu-0000OB-Hz for submit@debbugs.gnu.org; Wed, 12 Aug 2015 03:29:50 -0400 Received: from cobb.liquidweb.com ([50.28.13.150]:50324) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZPQTs-0000O2-Gg for 21239@debbugs.gnu.org; Wed, 12 Aug 2015 03:29:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lawlist.com; s=default; h=Mime-Version:Message-Id:To:References:Date:Subject:Content-Transfer-Encoding:Content-Type:From; bh=HEJ45SdAhbq77KsHjrtFy3nN6mQasabv3KBgTK6TOqw=; b=u5nFvqN++CQMt+pDAbpgskEu7R5akpx0Q+p2Cj4xKng//U/aHS+Tq0AjZQtVJs3rWxW3/NGGITaUWrW++kMAcwt3U/vVdtfAIfU4E0Iufz36Vvict1RpkA4q+UammkFC; Received: from cpe-45-48-239-195.socal.res.rr.com ([45.48.239.195]:49297 helo=[192.168.0.3]) by cobb.liquidweb.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1ZPQTq-0001VE-AJ for 21239@debbugs.gnu.org; Wed, 12 Aug 2015 03:29:46 -0400 From: Keith David Bershatsky Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Wed, 12 Aug 2015 00:29:45 -0700 References: Message-Id: Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - cobb.liquidweb.com X-AntiAbuse: Original Domain - debbugs.gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lawlist.com X-Get-Message-Sender-Via: cobb.liquidweb.com: authenticated_id: lawlist/from_h X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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.7 (/) Additional follow-up: In the older version of Emacs Trunk from last year, the test `(fboundp = 'imagemagick-types)' is `nil'. In the Emacs Trunk from August 4, 2015, = the same test is `t`. The section of code from `doc-view-insert-image` tests for both = `doc-view-scale-internally' AND `(fboundp 'imagemagick-types)'. So, while it seemed that the culprit was `doc-view-scale-internally', it = is actually how Emacs behaves in `image-mode' and `doc-view-mode' when = `(fboundp 'imagemagick-types)' is `t`. Setting `imagemagick-types-inhibit' to `t' seems to fixe the problem = with displaying a raw xpm in `image-mode'` in a buffer all by itself; = and, adding an additional test to `doc-view-insert-image' of `(not (eq = imagemagick-types-inhibit t))' is one way to get Emacs to stop freezing. From unknown Wed Jun 25 00:23:53 2025 X-Loop: help-debbugs@gnu.org Subject: bug#21239: 25.0.50; `(image-size image 'pixels)` is causing Emacs to freeze on OSX Snow Leopard. Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 26 Sep 2019 16:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21239 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Keith David Bershatsky Cc: 21239@debbugs.gnu.org Received: via spool by 21239-submit@debbugs.gnu.org id=B21239.156951539215669 (code B ref 21239); Thu, 26 Sep 2019 16:30:02 +0000 Received: (at 21239) by debbugs.gnu.org; 26 Sep 2019 16:29:52 +0000 Received: from localhost ([127.0.0.1]:44510 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iDWeO-00044f-18 for submit@debbugs.gnu.org; Thu, 26 Sep 2019 12:29:52 -0400 Received: from quimby.gnus.org ([80.91.231.51]:35624) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iDWeL-00044W-Tl for 21239@debbugs.gnu.org; Thu, 26 Sep 2019 12:29:50 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iDWeH-000584-W6; Thu, 26 Sep 2019 18:29:48 +0200 From: Lars Ingebrigtsen References: Date: Thu, 26 Sep 2019 18:29:45 +0200 In-Reply-To: (Keith David Bershatsky's message of "Wed, 12 Aug 2015 00:29:45 -0700") Message-ID: <877e5vowau.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.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: Keith David Bershatsky writes: > In the older version of Emacs Trunk from last year, the test `(fboundp > 'imagemagick-types)' is `nil'. In the Emacs Trunk from August 4, > 2015, the same test is `t`. > > The section of code from ` [...] 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-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 (-) Keith David Bershatsky writes: > In the older version of Emacs Trunk from last year, the test `(fboundp > 'imagemagick-types)' is `nil'. In the Emacs Trunk from August 4, > 2015, the same test is `t`. > > The section of code from `doc-view-insert-image` tests for both > `doc-view-scale-internally' AND `(fboundp 'imagemagick-types)'. This wasn't followed up at the time, but I think it's likely that this problem has gone away in Emacs 27 (at least). Emacs now builds without ImageMagick by default, and does scaling natively. So I'm closing this bug report -- if this is still a problem, please reopen. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 26 12:29:55 2019 Received: (at control) by debbugs.gnu.org; 26 Sep 2019 16:29:55 +0000 Received: from localhost ([127.0.0.1]:44513 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iDWeR-00044v-Bz for submit@debbugs.gnu.org; Thu, 26 Sep 2019 12:29:55 -0400 Received: from quimby.gnus.org ([80.91.231.51]:35640) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iDWeP-00044n-JA for control@debbugs.gnu.org; Thu, 26 Sep 2019 12:29:54 -0400 Received: from cm-84.212.202.86.getinternet.no ([84.212.202.86] helo=marnie) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1iDWeM-00058G-Sc for control@debbugs.gnu.org; Thu, 26 Sep 2019 18:29:52 +0200 Date: Thu, 26 Sep 2019 18:29:50 +0200 Message-Id: <875zlfowap.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #21239 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 21239 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 (-) close 21239 quit