From unknown Fri Aug 15 02:01:53 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#35017 <35017@debbugs.gnu.org> To: bug#35017 <35017@debbugs.gnu.org> Subject: Status: 27.0.50; Gnus (wrong-type-argument vectorp #) Reply-To: bug#35017 <35017@debbugs.gnu.org> Date: Fri, 15 Aug 2025 09:01:53 +0000 retitle 35017 27.0.50; Gnus (wrong-type-argument vectorp #) reassign 35017 emacs submitter 35017 Toon Claes severity 35017 normal tag 35017 notabug thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 27 05:16:29 2019 Received: (at submit) by debbugs.gnu.org; 27 Mar 2019 09:16:29 +0000 Received: from localhost ([127.0.0.1]:60855 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h94fa-0002eS-P3 for submit@debbugs.gnu.org; Wed, 27 Mar 2019 05:16:29 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41411) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h94fW-0002Wz-89 for submit@debbugs.gnu.org; Wed, 27 Mar 2019 05:16:24 -0400 Received: from lists.gnu.org ([209.51.188.17]:37683) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h94fR-0006XE-1T for submit@debbugs.gnu.org; Wed, 27 Mar 2019 05:16:17 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h94fM-0004MW-OG for bug-gnu-emacs@gnu.org; Wed, 27 Mar 2019 05:16:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.6 required=5.0 tests=BAYES_50,RDNS_NONE, UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h94fH-0006RX-Kk for bug-gnu-emacs@gnu.org; Wed, 27 Mar 2019 05:16:12 -0400 Received: from [94.130.159.241] (port=55326 helo=g02sm02.soverin.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h94fH-0006Pe-7W for bug-gnu-emacs@gnu.org; Wed, 27 Mar 2019 05:16:07 -0400 Received: from soverin.net by soverin.net From: Toon Claes To: bug-gnu-emacs@gnu.org Subject: 27.0.50; Gnus (wrong-type-argument vectorp #) Date: Wed, 27 Mar 2019 10:06:24 +0100 Message-ID: <87sgv8elf3.fsf@iotcl.com> MIME-Version: 1.0 Content-Type: text/plain X-Virus-Scanned: clamav-milter 0.99.2 at g02sm02 X-Virus-Status: Clean Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 94.130.159.241 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Spam-Score: 1.0 (+) 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: -0.0 (/) I updated my emacs to the most recent changes on master, and now I no longer can open M-x gnus. The trace below is without emacs -Q, but the problem also occurs when my config is not loaded. Debugger entered--Lisp error: (wrong-type-argument vectorp #) intern-soft("nnimap+mymail:somefolder" #) nnimap-update-info(("nnimap+mymail:somefolder" 3 nil nil "nnimap:mymail")= ((1 ... nnimap-update-infos((("somefolder" ... ... 2151 1 2152 1 ... "1532006230"= nil "89") ... nnimap-finish-retrieve-group-infos("mymail" (("nnimap+mymail:somefolder" = 3 nil nil "nnimap:mymail") ... gnus-finish-retrieve-group-infos((nnimap "mymail" (nnimap-address "localh= ost") (nnimap-user "mymail") (nnimap-stream network) (nnimap-authenticator = login)) (("nnimap+mymail:somefolder" 3 nil nil "nnimap:mymail") ... gnus-read-active-for-groups((nnimap "mymail" (nnimap-address "localhost")= (nnimap-user "mymail") (nnimap-stream network) (nnimap-authenticator login= )) (("nnimap+mymail:somefolder" 3 nil nil "nnimap:mymail") ... gnus-get-unread-articles(nil nil) gnus-setup-news(nil nil nil) #f(compiled-function () #)() gnus-1(nil nil nil) gnus(nil) funcall-interactively(gnus nil) call-interactively(gnus record nil) command-execute(gnus record) #f(compiled-function (cmd) #)("gnus") ivy-call() #f(compiled-function (arg1 arg2 &rest rest) "Read a string in the minibuf= fer, with completion.\n\nPROMPT is a string, normally ending in a colon and= a space.\n`ivy-count-format' is prepended to PROMPT during completion.\n\n= COLLECTION is either a list of strings, a function, an alist, or\na hash ta= ble.\n\nPREDICATE is applied to filter out the COLLECTION immediately.\nThi= s argument is for compatibility with `completing-read'.\n\nWhen REQUIRE-MAT= CH is non-nil, only members of COLLECTION can be\nselected.\n\nIf INITIAL-I= NPUT is non-nil, then insert that input in the\nminibuffer initially.\n\nHI= STORY is a name of a variable to hold the completion session\nhistory.\n\nK= EYMAP is composed with `ivy-minibuffer-map'.\n\nIf PRESELECT is not nil, th= en select the corresponding candidate\nout of the ones that match the INITI= AL-INPUT.\n\nDEF is for compatibility with `completing-read'.\n\nUPDATE-FN = is called each time the candidate list is redisplayed.\n\nWhen SORT is non-= nil, `ivy-sort-functions-alist' determines how\nto sort candidates before d= isplaying them.\n\nACTION is a function to call after selecting a candidate= .\nIt takes the candidate, which is a string, as its only argument.\n\nUNWI= ND is a function of no arguments to call before exiting.\n\nRE-BUILDER is a= function transforming input text into a regex\npattern.\n\nMATCHER is a fu= nction which can override how candidates are\nfiltered based on user input.= It takes a regex pattern and a\nlist of candidates, and returns the list = of matching candidates.\n\nDYNAMIC-COLLECTION is a boolean specifying wheth= er the list of\ncandidates is updated after each input by calling COLLECTIO= N.\n\nCALLER is a symbol to uniquely identify the caller to `ivy-read'.\nIt= is used, along with COLLECTION, to determine which\ncustomizations apply t= o the current completion session." #)("M-x " [mml-= smime-epg-verify hasNextPage gnus-agent-summary-mode-map epg-context-signer= s locals 0 -is-infix\? eww-handle-link noheader gnus-agent-server-mode-map = forge-gogs-repository--eieio-childp magit-reflog-commit markdown-xhtml-body= -preamble cache-buf magit-wip-buffer-backed-up extend-region-p url-cookie-m= ultiple-line cl-hash-table-p gnus-agent-group-covered-p nnmail-fix-eudora-h= eaders flycheck-error-list-mode-line-map sgml-syntax-propertize gnus-summar= y-recenter local-only cl-print--preprocess matched-string selinux-context := examined -some\? vc-git-conflicted-files 0 0 checkdoc-package-keywords-flag= shr-parse-image-data c-mode-var line-num message-kill-actions time-format = scale \' nnoo-import-1 gnus-summary-catchup-from-here :contents rx-trans-fo= rms problems magit-diff-wash-hunk not-at-beginning-of-line gnus-data-mark i= dent projectile-tags-file-name ...] :predicate #f(compiled-function (sym) #= ) :require-match t :history counsel-M-x-history :a= ction #f(compiled-function (cmd) #) :sort t :keyma= p (keymap (67108908 . counsel--info-lookup-symbol) (67108910 . counsel-find= -symbol)) :initial-input nil :caller counsel-M-x) apply(#f(compiled-function (arg1 arg2 &rest rest) "Read a string in the m= inibuffer, with completion.\n\nPROMPT is a string, normally ending in a col= on and a space.\n`ivy-count-format' is prepended to PROMPT during completio= n.\n\nCOLLECTION is either a list of strings, a function, an alist, or\na h= ash table.\n\nPREDICATE is applied to filter out the COLLECTION immediately= .\nThis argument is for compatibility with `completing-read'.\n\nWhen REQUI= RE-MATCH is non-nil, only members of COLLECTION can be\nselected.\n\nIf INI= TIAL-INPUT is non-nil, then insert that input in the\nminibuffer initially.= \n\nHISTORY is a name of a variable to hold the completion session\nhistory= .\n\nKEYMAP is composed with `ivy-minibuffer-map'.\n\nIf PRESELECT is not n= il, then select the corresponding candidate\nout of the ones that match the= INITIAL-INPUT.\n\nDEF is for compatibility with `completing-read'.\n\nUPDA= TE-FN is called each time the candidate list is redisplayed.\n\nWhen SORT i= s non-nil, `ivy-sort-functions-alist' determines how\nto sort candidates be= fore displaying them.\n\nACTION is a function to call after selecting a can= didate.\nIt takes the candidate, which is a string, as its only argument.\n= \nUNWIND is a function of no arguments to call before exiting.\n\nRE-BUILDE= R is a function transforming input text into a regex\npattern.\n\nMATCHER i= s a function which can override how candidates are\nfiltered based on user = input. It takes a regex pattern and a\nlist of candidates, and returns the= list of matching candidates.\n\nDYNAMIC-COLLECTION is a boolean specifying= whether the list of\ncandidates is updated after each input by calling COL= LECTION.\n\nCALLER is a symbol to uniquely identify the caller to `ivy-read= '.\nIt is used, along with COLLECTION, to determine which\ncustomizations a= pply to the current completion session." #) ("M-x = " [mml-smime-epg-verify hasNextPage gnus-agent-summary-mode-map epg-context= -signers locals 0 -is-infix\? eww-handle-link noheader gnus-agent-server-mo= de-map forge-gogs-repository--eieio-childp magit-reflog-commit markdown-xht= ml-body-preamble cache-buf magit-wip-buffer-backed-up extend-region-p url-c= ookie-multiple-line cl-hash-table-p gnus-agent-group-covered-p nnmail-fix-e= udora-headers flycheck-error-list-mode-line-map sgml-syntax-propertize gnus= -summary-recenter local-only cl-print--preprocess matched-string selinux-co= ntext :examined -some\? vc-git-conflicted-files 0 0 checkdoc-package-keywor= ds-flag shr-parse-image-data c-mode-var line-num message-kill-actions time-= format scale \' nnoo-import-1 gnus-summary-catchup-from-here :contents rx-t= rans-forms problems magit-diff-wash-hunk not-at-beginning-of-line gnus-data= -mark ident projectile-tags-file-name ...] :predicate #f(compiled-function = (sym) #) :require-match t :history counsel-M-x-his= tory :action #f(compiled-function (cmd) #) :sort t= :keymap (keymap (67108908 . counsel--info-lookup-symbol) (67108910 . couns= el-find-symbol)) :initial-input nil :caller counsel-M-x)) ivy-historian--nadvice/ivy-read(#f(compiled-function (arg1 arg2 &rest res= t) "Read a string in the minibuffer, with completion.\n\nPROMPT is a string= , normally ending in a colon and a space.\n`ivy-count-format' is prepended = to PROMPT during completion.\n\nCOLLECTION is either a list of strings, a f= unction, an alist, or\na hash table.\n\nPREDICATE is applied to filter out = the COLLECTION immediately.\nThis argument is for compatibility with `compl= eting-read'.\n\nWhen REQUIRE-MATCH is non-nil, only members of COLLECTION c= an be\nselected.\n\nIf INITIAL-INPUT is non-nil, then insert that input in = the\nminibuffer initially.\n\nHISTORY is a name of a variable to hold the c= ompletion session\nhistory.\n\nKEYMAP is composed with `ivy-minibuffer-map'= .\n\nIf PRESELECT is not nil, then select the corresponding candidate\nout = of the ones that match the INITIAL-INPUT.\n\nDEF is for compatibility with = `completing-read'.\n\nUPDATE-FN is called each time the candidate list is r= edisplayed.\n\nWhen SORT is non-nil, `ivy-sort-functions-alist' determines = how\nto sort candidates before displaying them.\n\nACTION is a function to = call after selecting a candidate.\nIt takes the candidate, which is a strin= g, as its only argument.\n\nUNWIND is a function of no arguments to call be= fore exiting.\n\nRE-BUILDER is a function transforming input text into a re= gex\npattern.\n\nMATCHER is a function which can override how candidates ar= e\nfiltered based on user input. It takes a regex pattern and a\nlist of c= andidates, and returns the list of matching candidates.\n\nDYNAMIC-COLLECTI= ON is a boolean specifying whether the list of\ncandidates is updated after= each input by calling COLLECTION.\n\nCALLER is a symbol to uniquely identi= fy the caller to `ivy-read'.\nIt is used, along with COLLECTION, to determi= ne which\ncustomizations apply to the current completion session." #) "M-x " [mml-smime-epg-verify hasNextPage gnus-agent-sum= mary-mode-map epg-context-signers locals 0 -is-infix\? eww-handle-link nohe= ader gnus-agent-server-mode-map forge-gogs-repository--eieio-childp magit-r= eflog-commit markdown-xhtml-body-preamble cache-buf magit-wip-buffer-backed= -up extend-region-p url-cookie-multiple-line cl-hash-table-p gnus-agent-gro= up-covered-p nnmail-fix-eudora-headers flycheck-error-list-mode-line-map sg= ml-syntax-propertize gnus-summary-recenter local-only cl-print--preprocess = matched-string selinux-context :examined -some\? vc-git-conflicted-files 0 = 0 checkdoc-package-keywords-flag shr-parse-image-data c-mode-var line-num m= essage-kill-actions time-format scale \' nnoo-import-1 gnus-summary-catchup= -from-here :contents rx-trans-forms problems magit-diff-wash-hunk not-at-be= ginning-of-line gnus-data-mark ident projectile-tags-file-name ...] :predic= ate #f(compiled-function (sym) #) :require-match t= :history counsel-M-x-history :action #f(compiled-function (cmd) #) :sort t :keymap (keymap (67108908 . counsel--info-lookup-= symbol) (67108910 . counsel-find-symbol)) :initial-input nil :caller counse= l-M-x) apply(ivy-historian--nadvice/ivy-read #f(compiled-function (arg1 arg2 &re= st rest) "Read a string in the minibuffer, with completion.\n\nPROMPT is a = string, normally ending in a colon and a space.\n`ivy-count-format' is prep= ended to PROMPT during completion.\n\nCOLLECTION is either a list of string= s, a function, an alist, or\na hash table.\n\nPREDICATE is applied to filte= r out the COLLECTION immediately.\nThis argument is for compatibility with = `completing-read'.\n\nWhen REQUIRE-MATCH is non-nil, only members of COLLEC= TION can be\nselected.\n\nIf INITIAL-INPUT is non-nil, then insert that inp= ut in the\nminibuffer initially.\n\nHISTORY is a name of a variable to hold= the completion session\nhistory.\n\nKEYMAP is composed with `ivy-minibuffe= r-map'.\n\nIf PRESELECT is not nil, then select the corresponding candidate= \nout of the ones that match the INITIAL-INPUT.\n\nDEF is for compatibility= with `completing-read'.\n\nUPDATE-FN is called each time the candidate lis= t is redisplayed.\n\nWhen SORT is non-nil, `ivy-sort-functions-alist' deter= mines how\nto sort candidates before displaying them.\n\nACTION is a functi= on to call after selecting a candidate.\nIt takes the candidate, which is a= string, as its only argument.\n\nUNWIND is a function of no arguments to c= all before exiting.\n\nRE-BUILDER is a function transforming input text int= o a regex\npattern.\n\nMATCHER is a function which can override how candida= tes are\nfiltered based on user input. It takes a regex pattern and a\nlis= t of candidates, and returns the list of matching candidates.\n\nDYNAMIC-CO= LLECTION is a boolean specifying whether the list of\ncandidates is updated= after each input by calling COLLECTION.\n\nCALLER is a symbol to uniquely = identify the caller to `ivy-read'.\nIt is used, along with COLLECTION, to d= etermine which\ncustomizations apply to the current completion session." #<= bytecode 0x157eb7fe7f19>) ("M-x " [mml-smime-epg-verify hasNextPage gnus-ag= ent-summary-mode-map epg-context-signers locals 0 -is-infix\? eww-handle-li= nk noheader gnus-agent-server-mode-map forge-gogs-repository--eieio-childp = magit-reflog-commit markdown-xhtml-body-preamble cache-buf magit-wip-buffer= -backed-up extend-region-p url-cookie-multiple-line cl-hash-table-p gnus-ag= ent-group-covered-p nnmail-fix-eudora-headers flycheck-error-list-mode-line= -map sgml-syntax-propertize gnus-summary-recenter local-only cl-print--prep= rocess matched-string selinux-context :examined -some\? vc-git-conflicted-f= iles 0 0 checkdoc-package-keywords-flag shr-parse-image-data c-mode-var lin= e-num message-kill-actions time-format scale \' nnoo-import-1 gnus-summary-= catchup-from-here :contents rx-trans-forms problems magit-diff-wash-hunk no= t-at-beginning-of-line gnus-data-mark ident projectile-tags-file-name ...] = :predicate #f(compiled-function (sym) #) :require-= match t :history counsel-M-x-history :action #f(compiled-function (cmd) #) :sort t :keymap (keymap (67108908 . counsel--info-= lookup-symbol) (67108910 . counsel-find-symbol)) :initial-input nil :caller= counsel-M-x)) ivy-read("M-x " [mml-smime-epg-verify hasNextPage gnus-agent-summary-mode= -map epg-context-signers locals 0 -is-infix\? eww-handle-link noheader gnus= -agent-server-mode-map forge-gogs-repository--eieio-childp magit-reflog-com= mit markdown-xhtml-body-preamble cache-buf magit-wip-buffer-backed-up exten= d-region-p url-cookie-multiple-line cl-hash-table-p gnus-agent-group-covere= d-p nnmail-fix-eudora-headers flycheck-error-list-mode-line-map sgml-syntax= -propertize gnus-summary-recenter local-only cl-print--preprocess matched-s= tring selinux-context :examined -some\? vc-git-conflicted-files 0 0 checkdo= c-package-keywords-flag shr-parse-image-data c-mode-var line-num message-ki= ll-actions time-format scale \' nnoo-import-1 gnus-summary-catchup-from-her= e :contents rx-trans-forms problems magit-diff-wash-hunk not-at-beginning-o= f-line gnus-data-mark ident projectile-tags-file-name ...] :predicate #f(co= mpiled-function (sym) #) :require-match t :history= counsel-M-x-history :action #f(compiled-function (cmd) #) :sort t :keymap (keymap (67108908 . counsel--info-lookup-symbol) (= 67108910 . counsel-find-symbol)) :initial-input nil :caller counsel-M-x) counsel-M-x() funcall-interactively(counsel-M-x) call-interactively(counsel-M-x nil nil) command-execute(counsel-M-x) In GNU Emacs 27.0.50 (build 9, x86_64-pc-linux-gnu, GTK+ Version 3.24.5) of 2019-03-27 built on canyonero Repository revision: 2755cf1848b551436b9cc2eff6e4b882b10c07aa Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12004000 System Description: Debian GNU/Linux buster/sid Recent messages: Saving file /home/toon/.newsrc-dribble... Wrote /home/toon/.newsrc-dribble [2 times] Gnus auto-save file exists. Do you want to read it? (y or n) n Opening connection to localhost... Decrypting /home/toon/.authinfo.gpg...done Opening connection to localhost...done Opening connection to localhost...done nnimap read 0k from localhost (initial sync of 86 groups; please wait) Entering debugger... Configured using: 'configure --prefix=3D/home/toon/devel/emacs/git --disable-silent-rules --with-xml2 --with-dbus --with-png --with-gif --with-tiff --with-rsvg --with-modules' Configured features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND DBUS GSETTINGS GLIB NOTIFY INOTIFY LIBSELINUX GNUTLS LIBXML2 FREETYPE XFT ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD PDUMPER LCMS2 GMP Important settings: value of $LANG: en_be.UTF-8 value of $XMODIFIERS: @im=3Dibus locale-coding-system: utf-8-unix Major mode: Debugger Minor modes in effect: global-company-mode: t company-mode: t global-temacco-mode: t global-magit-file-mode: t global-git-commit-mode: t async-bytecomp-package-mode: t keyfreq-autosave-mode: t keyfreq-mode: t global-atomic-chrome-edit-mode: t global-flycheck-mode: t counsel-projectile-mode: t projectile-mode: t save-place-mode: t ivy-historian-mode: t historian-mode: t ivy-mode: t minions-mode: t global-hl-line-mode: t shell-dirtrack-mode: t override-global-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-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 buffer-read-only: t column-number-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/toon/.emacs.d/elpa/hydra-20190213.1849/lv hides /home/toon/.emacs.d/e= lpa/lv-20181110.1740/lv /home/toon/.emacs.d/etc/custom hides /home/toon/devel/emacs/git/lisp/custom /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-coq hides /home/toon/= devel/emacs/git/lisp/org/ob-coq /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-irc hides /home/toon= /devel/emacs/git/lisp/org/org-irc /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-lua hides /home/toon/= devel/emacs/git/lisp/org/ob-lua /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-archive hides /home/= toon/devel/emacs/git/lisp/org/org-archive /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-lisp hides /home/toon= /devel/emacs/git/lisp/org/ob-lisp /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-bbdb hides /home/too= n/devel/emacs/git/lisp/org/org-bbdb /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-duration hides /home= /toon/devel/emacs/git/lisp/org/org-duration /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-src hides /home/toon= /devel/emacs/git/lisp/org/org-src /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-crypt hides /home/to= on/devel/emacs/git/lisp/org/org-crypt /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-C hides /home/toon/de= vel/emacs/git/lisp/org/ob-C /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-info hides /home/too= n/devel/emacs/git/lisp/org/org-info /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-macro hides /home/to= on/devel/emacs/git/lisp/org/org-macro /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-maxima hides /home/to= on/devel/emacs/git/lisp/org/ob-maxima /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-vala hides /home/toon= /devel/emacs/git/lisp/org/ob-vala /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-table hides /home/to= on/devel/emacs/git/lisp/org/org-table /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-mhe hides /home/toon= /devel/emacs/git/lisp/org/org-mhe /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-makefile hides /home/= toon/devel/emacs/git/lisp/org/ob-makefile /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-w3m hides /home/toon= /devel/emacs/git/lisp/org/org-w3m /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-loaddefs hides /home= /toon/devel/emacs/git/lisp/org/org-loaddefs /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-dot hides /home/toon/= devel/emacs/git/lisp/org/ob-dot /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-mouse hides /home/to= on/devel/emacs/git/lisp/org/org-mouse /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ox-odt hides /home/toon/= devel/emacs/git/lisp/org/ox-odt /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-io hides /home/toon/d= evel/emacs/git/lisp/org/ob-io /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-asymptote hides /home= /toon/devel/emacs/git/lisp/org/ob-asymptote /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-eww hides /home/toon= /devel/emacs/git/lisp/org/org-eww /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-J hides /home/toon/de= vel/emacs/git/lisp/org/ob-J /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-sqlite hides /home/to= on/devel/emacs/git/lisp/org/ob-sqlite /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ox-beamer hides /home/to= on/devel/emacs/git/lisp/org/ox-beamer /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-mobile hides /home/t= oon/devel/emacs/git/lisp/org/org-mobile /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-capture hides /home/= toon/devel/emacs/git/lisp/org/org-capture /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-ebnf hides /home/toon= /devel/emacs/git/lisp/org/ob-ebnf /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob hides /home/toon/deve= l/emacs/git/lisp/org/ob /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ox-man hides /home/toon/= devel/emacs/git/lisp/org/ox-man /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-lob hides /home/toon/= devel/emacs/git/lisp/org/ob-lob /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-ocaml hides /home/too= n/devel/emacs/git/lisp/org/ob-ocaml /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-clock hides /home/to= on/devel/emacs/git/lisp/org/org-clock /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-comint hides /home/to= on/devel/emacs/git/lisp/org/ob-comint /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-plantuml hides /home/= toon/devel/emacs/git/lisp/org/ob-plantuml /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ox-texinfo hides /home/t= oon/devel/emacs/git/lisp/org/ox-texinfo /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ox hides /home/toon/deve= l/emacs/git/lisp/org/ox /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-mscgen hides /home/to= on/devel/emacs/git/lisp/org/ob-mscgen /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-indent hides /home/t= oon/devel/emacs/git/lisp/org/org-indent /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-awk hides /home/toon/= devel/emacs/git/lisp/org/ob-awk /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-sass hides /home/toon= /devel/emacs/git/lisp/org/ob-sass /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-bibtex hides /home/t= oon/devel/emacs/git/lisp/org/org-bibtex /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-ref hides /home/toon/= devel/emacs/git/lisp/org/ob-ref /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-picolisp hides /home/= toon/devel/emacs/git/lisp/org/ob-picolisp /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-calc hides /home/toon= /devel/emacs/git/lisp/org/ob-calc /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ox-md hides /home/toon/d= evel/emacs/git/lisp/org/ox-md /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-element hides /home/= toon/devel/emacs/git/lisp/org/org-element /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-list hides /home/too= n/devel/emacs/git/lisp/org/org-list /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org hides /home/toon/dev= el/emacs/git/lisp/org/org /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-inlinetask hides /ho= me/toon/devel/emacs/git/lisp/org/org-inlinetask /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-R hides /home/toon/de= vel/emacs/git/lisp/org/ob-R /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-lilypond hides /home/= toon/devel/emacs/git/lisp/org/ob-lilypond /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-css hides /home/toon/= devel/emacs/git/lisp/org/ob-css /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-eshell hides /home/t= oon/devel/emacs/git/lisp/org/org-eshell /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-gnus hides /home/too= n/devel/emacs/git/lisp/org/org-gnus /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-plot hides /home/too= n/devel/emacs/git/lisp/org/org-plot /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-install hides /home/= toon/devel/emacs/git/lisp/org/org-install /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-lint hides /home/too= n/devel/emacs/git/lisp/org/org-lint /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-table hides /home/too= n/devel/emacs/git/lisp/org/ob-table /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-scheme hides /home/to= on/devel/emacs/git/lisp/org/ob-scheme /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-screen hides /home/to= on/devel/emacs/git/lisp/org/ob-screen /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-footnote hides /home= /toon/devel/emacs/git/lisp/org/org-footnote /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-js hides /home/toon/d= evel/emacs/git/lisp/org/ob-js /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-fortran hides /home/t= oon/devel/emacs/git/lisp/org/ob-fortran /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-feed hides /home/too= n/devel/emacs/git/lisp/org/org-feed /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-core hides /home/toon= /devel/emacs/git/lisp/org/ob-core /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-latex hides /home/too= n/devel/emacs/git/lisp/org/ob-latex /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-ditaa hides /home/too= n/devel/emacs/git/lisp/org/ob-ditaa /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-entities hides /home= /toon/devel/emacs/git/lisp/org/org-entities /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ox-org hides /home/toon/= devel/emacs/git/lisp/org/ox-org /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-protocol hides /home= /toon/devel/emacs/git/lisp/org/org-protocol /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-tangle hides /home/to= on/devel/emacs/git/lisp/org/ob-tangle /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-sed hides /home/toon/= devel/emacs/git/lisp/org/ob-sed /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-processing hides /hom= e/toon/devel/emacs/git/lisp/org/ob-processing /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-colview hides /home/= toon/devel/emacs/git/lisp/org/org-colview /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-faces hides /home/to= on/devel/emacs/git/lisp/org/org-faces /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-hledger hides /home/t= oon/devel/emacs/git/lisp/org/ob-hledger /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-exp hides /home/toon/= devel/emacs/git/lisp/org/ob-exp /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-timer hides /home/to= on/devel/emacs/git/lisp/org/org-timer /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-docview hides /home/= toon/devel/emacs/git/lisp/org/org-docview /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-emacs-lisp hides /hom= e/toon/devel/emacs/git/lisp/org/ob-emacs-lisp /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-java hides /home/toon= /devel/emacs/git/lisp/org/ob-java /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ox-html hides /home/toon= /devel/emacs/git/lisp/org/ox-html /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-ctags hides /home/to= on/devel/emacs/git/lisp/org/org-ctags /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-shen hides /home/toon= /devel/emacs/git/lisp/org/ob-shen /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-macs hides /home/too= n/devel/emacs/git/lisp/org/org-macs /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-habit hides /home/to= on/devel/emacs/git/lisp/org/org-habit /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-shell hides /home/too= n/devel/emacs/git/lisp/org/ob-shell /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-attach hides /home/t= oon/devel/emacs/git/lisp/org/org-attach /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-python hides /home/to= on/devel/emacs/git/lisp/org/ob-python /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-forth hides /home/too= n/devel/emacs/git/lisp/org/ob-forth /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-groovy hides /home/to= on/devel/emacs/git/lisp/org/ob-groovy /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-abc hides /home/toon/= devel/emacs/git/lisp/org/ob-abc /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-ruby hides /home/toon= /devel/emacs/git/lisp/org/ob-ruby /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-haskell hides /home/t= oon/devel/emacs/git/lisp/org/ob-haskell /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-clojure hides /home/t= oon/devel/emacs/git/lisp/org/ob-clojure /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-stan hides /home/toon= /devel/emacs/git/lisp/org/ob-stan /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ox-icalendar hides /home= /toon/devel/emacs/git/lisp/org/ox-icalendar /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-agenda hides /home/t= oon/devel/emacs/git/lisp/org/org-agenda /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-id hides /home/toon/= devel/emacs/git/lisp/org/org-id /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-perl hides /home/toon= /devel/emacs/git/lisp/org/ob-perl /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-org hides /home/toon/= devel/emacs/git/lisp/org/ob-org /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-octave hides /home/to= on/devel/emacs/git/lisp/org/ob-octave /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-rmail hides /home/to= on/devel/emacs/git/lisp/org/org-rmail /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ox-ascii hides /home/too= n/devel/emacs/git/lisp/org/ox-ascii /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-version hides /home/= toon/devel/emacs/git/lisp/org/org-version /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-keys hides /home/toon= /devel/emacs/git/lisp/org/ob-keys /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-eval hides /home/toon= /devel/emacs/git/lisp/org/ob-eval /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-datetree hides /home= /toon/devel/emacs/git/lisp/org/org-datetree /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-compat hides /home/t= oon/devel/emacs/git/lisp/org/org-compat /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-matlab hides /home/to= on/devel/emacs/git/lisp/org/ob-matlab /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-gnuplot hides /home/t= oon/devel/emacs/git/lisp/org/ob-gnuplot /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-ledger hides /home/to= on/devel/emacs/git/lisp/org/ob-ledger /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/org-pcomplete hides /hom= e/toon/devel/emacs/git/lisp/org/org-pcomplete /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ob-sql hides /home/toon/= devel/emacs/git/lisp/org/ob-sql /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ox-publish hides /home/t= oon/devel/emacs/git/lisp/org/ox-publish /home/toon/.emacs.d/elpa/org-plus-contrib-20190225/ox-latex hides /home/too= n/devel/emacs/git/lisp/org/ox-latex Features: (shadow sort mail-extr emacsbug cl-print debug backtrace utf-7 nnfolder nnnil gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-msg gnus-art mm-uu mml2015 mm-view mml-smime smime dig nntp gnus-cache .gnus smtpmail sendmail gnus-sum gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo gnus-spec gnus-int gnus-range gnus-win rainbow-delimiters goto-addr flyspell ispell elec-pair company-oddmuse company-keywords company-etags company-gtags company-dabbrev-code company-dabbrev company-files company-capf company-cmake company-xcode company-clang company-semantic company-eclim company-template company-bbdb company init git-link forge-list forge-commands forge-semi forge-bitbucket buck forge-gogs gogs forge-gitea gtea forge-gitlab glab forge-github ghub-graphql treepy graphql pcase ghub forge-notify forge-revnote forge-pullreq forge-issue forge-topic bug-reference forge-post forge-repo forge forge-core forge-db closql emacsql-sqlite emacsql emacsql-compiler magit-submodule magit-obsolete magit-popup magit-blame magit-stash 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 which-func magit-diff smerge-mode diff-mode magit-core magit-autorevert autorevert filenotify magit-margin magit-transient magit-process magit-mode transient lv git-commit magit-git magit-section magit-utils crm log-edit pcvs-util add-log with-editor async-bytecomp async keyfreq toon-secrets epa-file atomic-chrome websocket bindat let-alist request sqlformat reformatter flycheck chruby so-long parse-time projectile-rails rake f inflections inf-ruby cl counsel-projectile projectile ibuf-ext ibuffer ibuffer-loaddefs counsel xdg swiper expand-region text-mode-expansions cc-mode-expansions the-org-mode-expansions ruby-mode-expansions js-mode-expansions html-mode-expansions css-mode-expansions er-basic-expansions expand-region-core expand-region-custom go-mode find-file etags fileloop xref project yaml-mode haml-mode js cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs css-mode sgml-mode imenu eww mm-url gnus nnheader url-queue shr svg xml dom browse-url ruby-mode smie markdown-mode edit-indirect rx org-protocol org-tempo tempo ob-gnuplot ob-ruby ripgrep wgrep-ag wgrep grep ag vc-svn compile find-dired s saveplace ivy-historian historian ivy flx delsel colir color ivy-overlay ffap thingatpt edmacro kmacro minions dash hl-line ob-latex ob-shell shell exec-path-from-shell cus-edit cus-start cus-load recentf tree-widget wid-edit no-littering quelpa-use-package quelpa lisp-mnt help-fns radix-tree cl-extra help-mode use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key use-package-core mm-archive message dired dired-loaddefs rfc822 mml mml-sec epa derived gnus-util rmail rmail-loaddefs text-property-search mailabbrev gmm-utils mailheader mm-decode mm-bodies mm-encode mail-utils gnutls network-stream url-http mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr url-gw nsm rmc puny url-cache url-auth url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap epg finder-inf server org-element avl-tree generator org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint ob-keys org-pcomplete pcomplete comint ansi-color ring org-list org-faces org-entities time-date noutline outline easy-mmode org-version ob-emacs-lisp ob-core ob-eval org-compat advice org-macs org-loaddefs format-spec find-func cal-menu calendar cal-loaddefs mule-util info package easymenu epg-config 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 tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type 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 elisp-mode lisp-mode prog-mode register page menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame 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 charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray minibuffer cl-preloaded 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 threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 744601 66272) (symbols 48 44251 36) (strings 32 270909 12059) (string-bytes 1 9528355) (vectors 16 70047) (vector-slots 8 1302134 45742) (floats 8 512 289) (intervals 56 2968 349) (buffers 992 21)) From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 27 10:25:26 2019 Received: (at 35017) by debbugs.gnu.org; 27 Mar 2019 14:25:26 +0000 Received: from localhost ([127.0.0.1]:33473 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h99Ub-0004x5-Lu for submit@debbugs.gnu.org; Wed, 27 Mar 2019 10:25:25 -0400 Received: from mail-ed1-f47.google.com ([209.85.208.47]:36413) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h99Ua-0004wq-3g for 35017@debbugs.gnu.org; Wed, 27 Mar 2019 10:25:24 -0400 Received: by mail-ed1-f47.google.com with SMTP id s16so4944303edr.3 for <35017@debbugs.gnu.org>; Wed, 27 Mar 2019 07:25:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=OElRM+nbGUj9qami5ccW4z8mjoR/s7X2TEBawdV7xd8=; b=y4s2S1ricNK8wuYyxN4KvOp9vUmqdtNkEZi1ie3Cp63+bscFJT5Lo6uWR7cZlZddyQ a3B6a7V3JGi1aFFsbxeGslyA709XJRiuB1mE2/rGZk+4jFsSu+KTxTvAQrkQzA39i7Jb yxz7CX/fkA3cvsedZCB89xLewVj8zRKVnMyy90ffJroNJmHrDpIk4MpvqJVHhPd0XLgu lV3ZAAcvumR9r1/nWAR3KSjx/uk85XJSHPJu82tBUAY6d8PfEe1DIVa5iPECWe+ocmbj X1mF/grYiERl86/KrbLSPXZNs41UytcF+tD6vOK3DGgRWnJ3BwafXY9SQxHZQkrldQ5o aisQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=OElRM+nbGUj9qami5ccW4z8mjoR/s7X2TEBawdV7xd8=; b=tIzglK/ZDI3ssJ6CzI4n7iRO6USKFd9huGkuMEcZ2Ne+9HTeBLi0uEWq9wS4GCzvuy /vBdHi1WKC4IjY9kq6TvD+KXv/BcNpMPXXDQkmgnJ9iK2tb/TPlIV3qlNNFzjqrbwkVI T85aBBMOUdlrZM9p8s6IWIXKURjvHdYlhJK2Snn4RUulorKRyU1hl09l38Uv3X+5rRf0 WcNFojshq9S032kRjyxW81LOGmTzmRdifo1c9c1pTHZ0qLY9EkF4vgO39agiV4QIc5kS bFhZuMGuZeiUAeR7xWviHMWdAylr1p2GIAxBKSvbG3cYYrBT32Oh7w78cWXxOqqGIali U/KA== X-Gm-Message-State: APjAAAUJMnIAAHFwroyOEIPRgguIaQ6B5I/8gC1RsubGmav+Do80hhaT bF7PYubXRAs/cACaHw98bZpvp1kju4Ehog== X-Google-Smtp-Source: APXvYqzCXmO4ye5gofU6SlHvXprsNUCmEXZrLeCIWFWzNqlkPyXcXRibL42Oy4JPbQF8xmGGhGTzng== X-Received: by 2002:a50:c016:: with SMTP id r22mr24261392edb.77.1553696718388; Wed, 27 Mar 2019 07:25:18 -0700 (PDT) Received: from localhost ([2a02:8084:20e2:c380:f786:805d:f4ab:1006]) by smtp.gmail.com with ESMTPSA id 5sm7129695edp.50.2019.03.27.07.25.17 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 27 Mar 2019 07:25:17 -0700 (PDT) From: "Basil L. Contovounesios" To: Toon Claes Subject: Re: bug#35017: 27.0.50; Gnus (wrong-type-argument vectorp #) References: <87sgv8elf3.fsf@iotcl.com> Date: Wed, 27 Mar 2019 14:25:16 +0000 In-Reply-To: <87sgv8elf3.fsf@iotcl.com> (Toon Claes's message of "Wed, 27 Mar 2019 10:06:24 +0100") Message-ID: <87d0mc4coj.fsf@tcd.ie> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35017 Cc: 35017@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 (-) Toon Claes writes: > I updated my emacs to the most recent changes on master, and now I no > longer can open M-x gnus. > > The trace below is without emacs -Q, but the problem also occurs when my > config is not loaded. > > Debugger entered--Lisp error: (wrong-type-argument vectorp #) > intern-soft("nnimap+mymail:somefolder" #) > nnimap-update-info(("nnimap+mymail:somefolder" 3 nil nil "nnimap:mymail") ((1 ... > nnimap-update-infos((("somefolder" ... ... 2151 1 2152 1 ... "1532006230" nil "89") ... > nnimap-finish-retrieve-group-infos("mymail" (("nnimap+mymail:somefolder" 3 nil nil "nnimap:mymail") ... > gnus-finish-retrieve-group-infos((nnimap "mymail" (nnimap-address "localhost") (nnimap-user "mymail") (nnimap-stream network) (nnimap-authenticator login)) (("nnimap+mymail:somefolder" 3 nil nil "nnimap:mymail") ... > gnus-read-active-for-groups((nnimap "mymail" (nnimap-address "localhost") (nnimap-user "mymail") (nnimap-stream network) (nnimap-authenticator login)) (("nnimap+mymail:somefolder" 3 nil nil "nnimap:mymail") ... > gnus-get-unread-articles(nil nil) > gnus-setup-news(nil nil nil) > #f(compiled-function () #)() > gnus-1(nil nil nil) > gnus(nil) Sounds like you probably have some stale *.elc files lying around[1]. Try deleting all lisp/gnus/*.elc files before invoking 'make', or just invoke 'make bootstrap' for a more thorough rebuild. [1]: https://debbugs.gnu.org/33653#26 -- Basil From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 27 16:25:21 2019 Received: (at 35017-close) by debbugs.gnu.org; 27 Mar 2019 20:25:21 +0000 Received: from localhost ([127.0.0.1]:33570 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h9F6u-0004ye-NF for submit@debbugs.gnu.org; Wed, 27 Mar 2019 16:25:20 -0400 Received: from [94.130.159.241] (port=48056 helo=g02sm02.soverin.net) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h9F6r-0004yN-Uu for 35017-close@debbugs.gnu.org; Wed, 27 Mar 2019 16:25:19 -0400 Received: from soverin.net by soverin.net From: Toon Claes To: "Basil L. Contovounesios" Subject: Re: bug#35017: 27.0.50; Gnus (wrong-type-argument vectorp #) References: <87sgv8elf3.fsf@iotcl.com> <87d0mc4coj.fsf@tcd.ie> Gcc-Self: nnimap+soverin:Sent Date: Wed, 27 Mar 2019 21:25:05 +0100 In-Reply-To: <87d0mc4coj.fsf@tcd.ie> (Basil L. Contovounesios's message of "Wed, 27 Mar 2019 14:25:16 +0000") Message-ID: <87lg10hxpa.fsf@iotcl.com> MIME-Version: 1.0 X-Virus-Scanned: clamav-milter 0.99.2 at g02sm02 X-Virus-Status: Clean Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.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 the administrator of that system for details. Content preview: "Basil L. Contovounesios" writes: > Sounds like you probably have some stale *.elc files lying around[1]. > Try deleting all lisp/gnus/*.elc files before invoking 'make', or just > invoke 'make bootstrap' for a more thorough rebuild. Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 URIBL_BLOCKED ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [URIs: tcd.ie] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 SPF_HELO_PASS SPF: HELO matches SPF record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS 0.0 UNPARSEABLE_RELAY Informational: message has unparseable relay lines X-Debbugs-Envelope-To: 35017-close Cc: 35017-close@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.3 (/) --=-=-= Content-Type: text/plain "Basil L. Contovounesios" writes: > Sounds like you probably have some stale *.elc files lying around[1]. > Try deleting all lisp/gnus/*.elc files before invoking 'make', or just > invoke 'make bootstrap' for a more thorough rebuild. I did a `make distclean` and `find . -name '*.elc' -delete`, pulled again and did a `make bootstrap`. I had to throw away ~/.newsrc.eld (and maybe also ~/.newsrc-dribble) and now Gnus is working again. Thanks for the quick reply. I was depending on `make` and `configure.sh` to ensure all outdated files would get updated, but in this case it was just a no longer existing file that was lingering around as .elc? --- Toon --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEqpqkV/lEuXKD1KF3MRQ6gtMrOJcFAlyb3CEACgkQMRQ6gtMr OJcu4hAAks7bCcvS3CYHGZqHrhrlk0i1ZlfH9BIwAWzI04Bbyc7r05z4YjGPdhkq Ln/nSr2k0etpZVSw/P+XyaFXEzrkGn+OWyf7CCPoj2Ak8ZxaJwvQBm0Ik/OCNxS9 YCsqaO2gfJ2RsRQ8b4nIBEOCEI03CBOpgEIzAe2X+9nFXIwAfm23njHdXz5VuZm/ FkQGYFCH5q3NiZODpGgdSPQ/UAfVWIqT+tqI9yvy+LI7ETAdp1kJzv+K77z5ZAAb 5b2x/OYg9Lp+bOdjvF8JL77Oepl1CPPhcn1HGfNVsB3LpwRlWTisRF+PrEqQbypW c37e1gZB7hu25R+OdoVE7M3mVAe0UV2oO5i99ntUgewXSNqIAWUA8lE34iIMdCNa PalSGpA+rRa1L9lI0niBTWA6ftcspjofNbPV3DnF+B8wPVyztX1ktvRdFFBZfl0y SQUhPROh9l+BDdSw4CU79TOVtytpyG1lvi1VSg63aXA9u8zikf1CcdTFSVWzAXae vtSf8u9wcyVkB/jhV0FeVwOfh53yBOw3s3zQRKlMQrngM2Bg1vM1d/KQs/k7K8iH zz+GlRA+pZQRAey5C0yYvzJwVmGAiRpfYcMbqf155+8SZ9cKndMfmTa/wamqIy0b BAp22zfkn4EleWDNtJJxkrGnDTiCKJFqdgZV0Jq42ZU+julz/qU= =T6su -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Mar 27 17:17:29 2019 Received: (at 35017) by debbugs.gnu.org; 27 Mar 2019 21:17:29 +0000 Received: from localhost ([127.0.0.1]:33596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h9FvN-0006C8-5B for submit@debbugs.gnu.org; Wed, 27 Mar 2019 17:17:29 -0400 Received: from mail-ed1-f53.google.com ([209.85.208.53]:36248) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1h9FvL-0006Bu-1Z for 35017@debbugs.gnu.org; Wed, 27 Mar 2019 17:17:27 -0400 Received: by mail-ed1-f53.google.com with SMTP id s16so6124825edr.3 for <35017@debbugs.gnu.org>; Wed, 27 Mar 2019 14:17:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=HjGTOuF3xwhqKNHY3TEldr8YzEdWO94kyOp0qmPS69Q=; b=Bwae5sVxiIYTxejb0TjqRYfjlMT4en9adiLozcKcK6DyVBfZZ+KSFYKobg4lbETm3U ejCuuGm11xF2hpvTGLa0aLnij/C0kwBBQeuzlBfAEap014oIBnPzkCsBWedeJKOkWjSr CVNhws9jFtAaJc698P+eqBpZZsqcbj50/Bf5OHKqdNR5GY7gztQuaLeq5QN4m9LUMJvV RxzbrkIGu0Pp68B6WnwyDPjrK1MUixsksKxqAMcnuxDp8nR1bGYErAb0BKn9M1yrpgCK Bg/TAH2Rp8TJLeZngI/lPF+wushaoCrTFYcaU60werDnT5Z2cOxMSHYGpbaZXts1pkff c5Zg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=HjGTOuF3xwhqKNHY3TEldr8YzEdWO94kyOp0qmPS69Q=; b=gBgitG+Agd+LWrZ0BcyY5DKMfg8icPokhs7po8TyRmnwoGVNzDeUW/LHdNKm/7jzXe eFC5MkC0jyZzcjPqs/ikG6Tk9kWVNf3aOu7ORwm4luVpT4kz4Q/37g73OGRmwdx+I6bP RWGPyoLGWdFlhcT4BYaw+Khyn97ekiHAFF1Oe+lB7XTiGZb3HfW43E1/wVt/d9XEHppr UEv5eWYRV7dTtzgdO6I3uOsy1rUHIAe5W1z7MAF0ALdq6czkzvo2aRriHFbcENqgQk62 6vKMAsuo7HIfv9Hbsx6TGEau/TWIXV62KswRZAhzxBLYdMPr7J6fFpP2tRyd9xssnIAu 040Q== X-Gm-Message-State: APjAAAVc+TMp2qxRiToxaE6MnPNV5kNJ9b+xNdbj8DMvak2BLc7JZL5X uD3AqFUfzdonR6x0BDtAfAtPVQ== X-Google-Smtp-Source: APXvYqxa+bbf+CWO+DBz2nJhLHabh110TXdCw1aWTx3XUXPCkcaHbQU71+j9FVhleEDGdRspCzBXXw== X-Received: by 2002:a50:b6a9:: with SMTP id d38mr25120273ede.98.1553721441204; Wed, 27 Mar 2019 14:17:21 -0700 (PDT) Received: from localhost ([2a02:8084:20e2:c380:20c2:134e:4f3a:683a]) by smtp.gmail.com with ESMTPSA id oq25sm1177906ejb.61.2019.03.27.14.17.20 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Wed, 27 Mar 2019 14:17:20 -0700 (PDT) From: "Basil L. Contovounesios" To: Toon Claes Subject: Re: bug#35017: 27.0.50; Gnus (wrong-type-argument vectorp #) References: <87sgv8elf3.fsf@iotcl.com> <87d0mc4coj.fsf@tcd.ie> <87lg10hxpa.fsf@iotcl.com> Date: Wed, 27 Mar 2019 21:17:19 +0000 In-Reply-To: <87lg10hxpa.fsf@iotcl.com> (Toon Claes's message of "Wed, 27 Mar 2019 21:25:05 +0100") Message-ID: <87y35081b4.fsf@tcd.ie> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 35017 Cc: 35017@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 (-) Toon Claes writes: > "Basil L. Contovounesios" writes: > >> Sounds like you probably have some stale *.elc files lying around[1]. >> Try deleting all lisp/gnus/*.elc files before invoking 'make', or just >> invoke 'make bootstrap' for a more thorough rebuild. > > I did a `make distclean` and `find . -name '*.elc' -delete`, pulled > again and did a `make bootstrap`. I had to throw away ~/.newsrc.eld (and > maybe also ~/.newsrc-dribble) and now Gnus is working again. > > Thanks for the quick reply. I was depending on `make` and `configure.sh` > to ensure all outdated files would get updated, but in this case it was > just a no longer existing file that was lingering around as .elc? I'm not familiar with Emacs build logic, but my guess is it's not smart enough to detect stale macro expansions in distinct files. -- Basil From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 05 13:06:19 2019 Received: (at control) by debbugs.gnu.org; 5 Apr 2019 17:06:19 +0000 Received: from localhost ([127.0.0.1]:46238 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCSIF-0004gm-9V for submit@debbugs.gnu.org; Fri, 05 Apr 2019 13:06:19 -0400 Received: from mail-ed1-f65.google.com ([209.85.208.65]:36763) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hCSIC-0004gN-23 for control@debbugs.gnu.org; Fri, 05 Apr 2019 13:06:17 -0400 Received: by mail-ed1-f65.google.com with SMTP id s16so6158215edr.3 for ; Fri, 05 Apr 2019 10:06:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tcd-ie.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=XHBq2p0CO3uYJB87QoFmf0BYk6v8ifhBz+4N5PgXc9A=; b=OEbDPhgOUyyTLMJqEtD7/3ty1Z/zZWw/Atzrrvl+8pC9o9zhvFU4Iu2g7YyzoBuN2j WAsC+kRlwrHow10Rw9mq/dOt2lVKt0PeQUAbCj7e1FpSJNYQx45yIwxtkpW4LjsOew1x /YXyiL7jjN+jJgpTeW2HW4+QKhh+bNKhWY18g2v5awH5F/3dlEvGl7NmsKKHFNzU3ISk QHMtZv11GQMvNCc4pFHFXpgRhMf1qg0TOGPVaEXpL7Y8jH7HB33RDz0mlWf+UDpAZWeO +Kp36G1gPqNru3ct0jmlq0/Rp8n1qGpXryDoZa6cQ9IuzUys6J5iuSp7tugj+QQ4pQFJ e8TQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=XHBq2p0CO3uYJB87QoFmf0BYk6v8ifhBz+4N5PgXc9A=; b=G7GWCafs46H0IX4W5ng1mI1Hef59zjrU+OjmdNlfR3HuThpW8AjVTnUhBKlrLXbxVx NiWA3j0Hq3E59a56otmvELkqgwbzXDJIVHdyCzc3Ri+adt6qsc5c+Im1DIsGReveHIMv jCJ+quGA0wmVJgKbDj4Y9QfxNXnGLTQmrDKIzyg3GtoFBVTe0iZhSrUZtv6hNPClwIOH yemG09WWsek1onZ6insQp3qr5zS9M9ouVUX7+XTFJN98Zq+njwx4qcv1leFLW/ljG8Nr PwL+wyONIMhJA6UpbgtfkAcvM6AMMXLUd21orS2EhnQPeGy2TWuy5Y5J7GDqqQk5+ygn u8RA== X-Gm-Message-State: APjAAAXad56S+oEhx5U/tlthXHULl6b6lAJMm40+dSfvjj805Rf+4ncc jev5TFvyJr7IhzR0BFDI+vO/og== X-Google-Smtp-Source: APXvYqxmisAY6yc9ygOEuoUB1sAIaPqQ2a+bJrRldy7sFvptr+YBRmNEfNxAOcpdFErolgJZc6i0Eg== X-Received: by 2002:a17:906:b309:: with SMTP id n9mr7993898ejz.210.1554483970258; Fri, 05 Apr 2019 10:06:10 -0700 (PDT) Received: from localhost (86-41-18-45-dynamic.agg3.crz.crz-crz.eircom.net. [86.41.18.45]) by smtp.gmail.com with ESMTPSA id e45sm6583957edd.3.2019.04.05.10.06.09 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Fri, 05 Apr 2019 10:06:09 -0700 (PDT) From: "Basil L. Contovounesios" To: Christian Herkt Subject: Re: bug#35160: 27.0.50; gnus nnimap wrong-type-argument (repeatable) References: <4ceeca9ea817c99cd595eb5dc6f15ab8-EhVcX1pJRgBZUkQTABEbVwMwfgFLV15YQUBGAUFYWS9QXEYJW0FwH1RXVTBeREAGW1lcSVlV-webmailer1@server01.webmailer.hosteurope.de> Date: Fri, 05 Apr 2019 18:06:07 +0100 In-Reply-To: <4ceeca9ea817c99cd595eb5dc6f15ab8-EhVcX1pJRgBZUkQTABEbVwMwfgFLV15YQUBGAUFYWS9QXEYJW0FwH1RXVTBeREAGW1lcSVlV-webmailer1@server01.webmailer.hosteurope.de> (Christian Herkt's message of "Fri, 5 Apr 2019 05:45:10 +0200") Message-ID: <87pnq08jr4.fsf@tcd.ie> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control Cc: 35160@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 (-) tags 35017 notabug forcemerge 35017 35160 quit Christian Herkt writes: > Run command: emacs -Q -l ~/.gnus.el -f gnus yields following backtrace: > > *Backtrace* > Debugger entered--Lisp error: (wrong-type-argument vectorp #) > intern-soft("dkbnetz40" #) > nnimap-update-info(...) > ... This is bug#35017[1]. Try deleting all lisp/gnus/*.elc files before invoking 'make', or just invoke 'make bootstrap' for a more thorough rebuild. [1]: https://debbugs.gnu.org/35017 -- Basil From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 08 17:39:08 2019 Received: (at control) by debbugs.gnu.org; 8 Apr 2019 21:39:08 +0000 Received: from localhost ([127.0.0.1]:50267 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hDbyu-0000bE-0T for submit@debbugs.gnu.org; Mon, 08 Apr 2019 17:39:08 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60821) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1hDbyq-0000aj-Lz for control@debbugs.gnu.org; Mon, 08 Apr 2019 17:39:06 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:55586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hDbyj-0002Uc-HK for control@debbugs.gnu.org; Mon, 08 Apr 2019 17:38:59 -0400 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1hDbyi-0001Ps-Jb for control@debbugs.gnu.org; Mon, 08 Apr 2019 17:38:57 -0400 Subject: control message for bug 35197 To: X-Mailer: mail (GNU Mailutils 2.99.98) Message-Id: From: Glenn Morris Date: Mon, 08 Apr 2019 17:38:56 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] 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 (-) forcemerge 35017 35197 From unknown Fri Aug 15 02:01:53 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 09 May 2019 11:24:05 +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