From unknown Fri Jun 20 07:20: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#42045 <42045@debbugs.gnu.org> To: bug#42045 <42045@debbugs.gnu.org> Subject: Status: 27.0.91; display-format-alist for X11 does not recognize DISPLAY with IPv6 literal Reply-To: bug#42045 <42045@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:20:53 +0000 retitle 42045 27.0.91; display-format-alist for X11 does not recognize DISP= LAY with IPv6 literal reassign 42045 emacs submitter 42045 Valtteri Vuorikoski severity 42045 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jun 25 15:20:29 2020 Received: (at submit) by debbugs.gnu.org; 25 Jun 2020 19:20:29 +0000 Received: from localhost ([127.0.0.1]:41175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joXQC-0007qJ-AR for submit@debbugs.gnu.org; Thu, 25 Jun 2020 15:20:29 -0400 Received: from lists.gnu.org ([209.51.188.17]:33696) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1joXQ9-0007qB-KA for submit@debbugs.gnu.org; Thu, 25 Jun 2020 15:20:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48070) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joXQ9-0001eT-Dg for bug-gnu-emacs@gnu.org; Thu, 25 Jun 2020 15:20:25 -0400 Received: from mail.netcrew.fi ([2001:67c:15c:1::62:1]:52808) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1joXQ4-0004Fa-Oo for bug-gnu-emacs@gnu.org; Thu, 25 Jun 2020 15:20:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=notcom.org; s=nc2; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID:Date :Subject:To:From:Sender:Reply-To:Cc: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=BDsnocvdWeOGNZ7bYCoYi+vPPauQFJDhCJ/cN+i1ss0=; b=bsnkwism5/Im05eg3FAbA62Msb v6amojqaewkIS4pEpNZ8jwErdWOEGcYtplT+YYhkdb6VXGU9YhMpb3K7KiHAa0jc2iPMuheeVCgNS 1XbnQIESg8xet/6ZECKY09GSp50Dzfq2vpUGr5XWCI9XZHsPspPyZBdpaPa8hGEII5eI=; Received: from dsl-hkibng31-54faf6-86.dhcp.inet.fi ([84.250.246.86] helo=workbuntu2) by mail.netcrew.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1joXPt-0002Bd-Rf for bug-gnu-emacs@gnu.org; Thu, 25 Jun 2020 22:20:09 +0300 From: Valtteri Vuorikoski To: bug-gnu-emacs@gnu.org Subject: 27.0.91; display-format-alist for X11 does not recognize DISPLAY with IPv6 literal Date: Thu, 25 Jun 2020 22:20:05 +0300 Message-ID: <87sgej54wq.fsf@notcom.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=2001:67c:15c:1::62:1; envelope-from=vuori@notcom.org; helo=mail.netcrew.fi X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) If the DISPLAY environment variable is to an IPv6 literal such as [::1]:1, the regexp that x-win.el adds to the display-format-alist to recognize X11 does not match, which results in breakage. x-win.el should probably add a second regexp to the alist, such as: (add-to-list 'display-format-alist '("\\`\\[[^]]*\\]:[0-9]+\\(\\.[0-9]+\\)?= \\'" . x)) Steps to repeat: 1. Run (window-system-for-display "[::1]:1"). 2. Note that it returns nil instead of 'x. In GNU Emacs 27.0.91 (build 3, x86_64-pc-linux-gnu, X toolkit, cairo versio= n 1.15.10) of 2020-06-24 built on workbuntu2 Repository revision: 632b0119e1ac0b907af41e4e4b7b5ab7557a5d90 Repository branch: emacs-27 Windowing system distributor 'HC-Consult', version 11.0.12008001 System Description: Ubuntu 18.04.4 LTS Recent messages: Loading /home/vuori/.emacs.local.d/local-init.el (source)...done Battery status not available Waiting for git... [2 times] uncompressing x-win.el.gz...done uncompressing frame.el.gz...done Can=E2=80=99t guess python-indent-offset, using defaults: 4 Error during redisplay: (jit-lock-function 525) signaled (end-of-buffer) Wrote /home/vuori/.emacs.local.d/desktop/.emacs.desktop.lock Desktop: 2 frames, 20 buffers restored. For information about GNU Emacs and the GNU system, type C-h C-a. Configured using: 'configure --prefix=3D/usr/local/emacs --with-modules --with-cairo --with-imagemagick --with-x-toolkit=3Dathena --without-toolkit-scroll-bars' Configured features: XAW3D XPM JPEG TIFF GIF PNG RSVG CAIRO IMAGEMAGICK SOUND GPM DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB LUCID X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON PDUMPER LCMS2 GMP Important settings: value of $LANG: en_US.UTF-8 value of $XMODIFIERS: @im=3Dfcitx locale-coding-system: utf-8-unix Major mode: Emacs-Lisp Minor modes in effect: hi-lock-mode: t smartparens-mode: t highlight-thing-mode: t which-key-mode: t shell-dirtrack-mode: t pyvenv-tracking-mode: t pyvenv-mode: t global-tab-line-mode: t tab-line-mode: t helm-mode: t helm--remap-mouse-mode: t async-bytecomp-package-mode: t delete-selection-mode: t global-auto-revert-mode: t savehist-mode: t desktop-save-mode: t show-paren-mode: t recentf-mode: t override-global-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-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 column-number-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: /home/vuori/.emacs.d/elpa/ws-butler-20170111.2334/ws-butler hides /home/vuo= ri/.emacs.d/lisp/ws-butler /home/vuori/.emacs.d/elpa/swiper-helm-20180131.1744/swiper-helm hides /home= /vuori/.emacs.d/lisp/swiper-helm /home/vuori/.emacs.d/elpa/project-0.3.0/project hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/progmodes/project /home/vuori/.emacs.d/elpa/xref-1.0.1/xref hides /usr/local/emacs/share/emac= s/27.0.91/lisp/progmodes/xref /home/vuori/.emacs.d/elpa/org-20200615/ob-core hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ob-core /home/vuori/.emacs.d/elpa/org-20200615/ox-texinfo hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/ox-texinfo /home/vuori/.emacs.d/elpa/org-20200615/ox-publish hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/ox-publish /home/vuori/.emacs.d/elpa/org-20200615/ox-odt hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ox-odt /home/vuori/.emacs.d/elpa/org-20200615/ox-org hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ox-org /home/vuori/.emacs.d/elpa/org-20200615/ox-html hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ox-html /home/vuori/.emacs.d/elpa/org-20200615/ox-md hides /usr/local/emacs/share/e= macs/27.0.91/lisp/org/ox-md /home/vuori/.emacs.d/elpa/org-20200615/ox-latex hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/ox-latex /home/vuori/.emacs.d/elpa/org-20200615/ox-man hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ox-man /home/vuori/.emacs.d/elpa/org-20200615/ox-icalendar hides /usr/local/emacs/= share/emacs/27.0.91/lisp/org/ox-icalendar /home/vuori/.emacs.d/elpa/org-20200615/ox hides /usr/local/emacs/share/emac= s/27.0.91/lisp/org/ox /home/vuori/.emacs.d/elpa/org-20200615/ox-ascii hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/ox-ascii /home/vuori/.emacs.d/elpa/org-20200615/ox-beamer hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ox-beamer /home/vuori/.emacs.d/elpa/org-20200615/org-tempo hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/org-tempo /home/vuori/.emacs.d/elpa/org-20200615/org-mouse hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/org-mouse /home/vuori/.emacs.d/elpa/org-20200615/org-mobile hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/org-mobile /home/vuori/.emacs.d/elpa/org-20200615/org-protocol hides /usr/local/emacs/= share/emacs/27.0.91/lisp/org/org-protocol /home/vuori/.emacs.d/elpa/org-20200615/org-timer hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/org-timer /home/vuori/.emacs.d/elpa/org-20200615/org-plot hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/org-plot /home/vuori/.emacs.d/elpa/org-20200615/org hides /usr/local/emacs/share/ema= cs/27.0.91/lisp/org/org /home/vuori/.emacs.d/elpa/org-20200615/org-table hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/org-table /home/vuori/.emacs.d/elpa/org-20200615/org-lint hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/org-lint /home/vuori/.emacs.d/elpa/org-20200615/org-src hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/org-src /home/vuori/.emacs.d/elpa/org-20200615/org-pcomplete hides /usr/local/emacs= /share/emacs/27.0.91/lisp/org/org-pcomplete /home/vuori/.emacs.d/elpa/org-20200615/org-num hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/org-num /home/vuori/.emacs.d/elpa/org-20200615/org-macs hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/org-macs /home/vuori/.emacs.d/elpa/org-20200615/org-macro hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/org-macro /home/vuori/.emacs.d/elpa/org-20200615/org-id hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/org-id /home/vuori/.emacs.d/elpa/org-20200615/org-inlinetask hides /usr/local/emac= s/share/emacs/27.0.91/lisp/org/org-inlinetask /home/vuori/.emacs.d/elpa/org-20200615/org-indent hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/org-indent /home/vuori/.emacs.d/elpa/org-20200615/org-habit hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/org-habit /home/vuori/.emacs.d/elpa/org-20200615/org-list hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/org-list /home/vuori/.emacs.d/elpa/org-20200615/org-feed hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/org-feed /home/vuori/.emacs.d/elpa/org-20200615/org-element hides /usr/local/emacs/s= hare/emacs/27.0.91/lisp/org/org-element /home/vuori/.emacs.d/elpa/org-20200615/org-keys hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/org-keys /home/vuori/.emacs.d/elpa/org-20200615/org-ctags hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/org-ctags /home/vuori/.emacs.d/elpa/org-20200615/org-footnote hides /usr/local/emacs/= share/emacs/27.0.91/lisp/org/org-footnote /home/vuori/.emacs.d/elpa/org-20200615/org-datetree hides /usr/local/emacs/= share/emacs/27.0.91/lisp/org/org-datetree /home/vuori/.emacs.d/elpa/org-20200615/org-goto hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/org-goto /home/vuori/.emacs.d/elpa/org-20200615/org-crypt hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/org-crypt /home/vuori/.emacs.d/elpa/org-20200615/org-faces hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/org-faces /home/vuori/.emacs.d/elpa/org-20200615/org-entities hides /usr/local/emacs/= share/emacs/27.0.91/lisp/org/org-entities /home/vuori/.emacs.d/elpa/org-20200615/org-agenda hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/org-agenda /home/vuori/.emacs.d/elpa/org-20200615/org-clock hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/org-clock /home/vuori/.emacs.d/elpa/org-20200615/org-colview hides /usr/local/emacs/s= hare/emacs/27.0.91/lisp/org/org-colview /home/vuori/.emacs.d/elpa/org-20200615/org-duration hides /usr/local/emacs/= share/emacs/27.0.91/lisp/org/org-duration /home/vuori/.emacs.d/elpa/org-20200615/org-capture hides /usr/local/emacs/s= hare/emacs/27.0.91/lisp/org/org-capture /home/vuori/.emacs.d/elpa/org-20200615/org-attach hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/org-attach /home/vuori/.emacs.d/elpa/org-20200615/org-attach-git hides /usr/local/emac= s/share/emacs/27.0.91/lisp/org/org-attach-git /home/vuori/.emacs.d/elpa/org-20200615/org-compat hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/org-compat /home/vuori/.emacs.d/elpa/org-20200615/org-archive hides /usr/local/emacs/s= hare/emacs/27.0.91/lisp/org/org-archive /home/vuori/.emacs.d/elpa/org-20200615/ob-fortran hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/ob-fortran /home/vuori/.emacs.d/elpa/org-20200615/ob-C hides /usr/local/emacs/share/em= acs/27.0.91/lisp/org/ob-C /home/vuori/.emacs.d/elpa/org-20200615/ol-gnus hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ol-gnus /home/vuori/.emacs.d/elpa/org-20200615/ol-w3m hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ol-w3m /home/vuori/.emacs.d/elpa/org-20200615/ol-rmail hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/ol-rmail /home/vuori/.emacs.d/elpa/org-20200615/ol-mhe hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ol-mhe /home/vuori/.emacs.d/elpa/org-20200615/ol-irc hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ol-irc /home/vuori/.emacs.d/elpa/org-20200615/ol-info hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ol-info /home/vuori/.emacs.d/elpa/org-20200615/ol-eww hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ol-eww /home/vuori/.emacs.d/elpa/org-20200615/ol-eshell hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ol-eshell /home/vuori/.emacs.d/elpa/org-20200615/ol hides /usr/local/emacs/share/emac= s/27.0.91/lisp/org/ol /home/vuori/.emacs.d/elpa/org-20200615/ol-docview hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/ol-docview /home/vuori/.emacs.d/elpa/org-20200615/ol-bibtex hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ol-bibtex /home/vuori/.emacs.d/elpa/org-20200615/ob-tangle hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-tangle /home/vuori/.emacs.d/elpa/org-20200615/ol-bbdb hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ol-bbdb /home/vuori/.emacs.d/elpa/org-20200615/ob-vala hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ob-vala /home/vuori/.emacs.d/elpa/org-20200615/ob-shen hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ob-shen /home/vuori/.emacs.d/elpa/org-20200615/ob-table hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/ob-table /home/vuori/.emacs.d/elpa/org-20200615/ob-stan hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ob-stan /home/vuori/.emacs.d/elpa/org-20200615/ob-sqlite hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-sqlite /home/vuori/.emacs.d/elpa/org-20200615/ob-sql hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ob-sql /home/vuori/.emacs.d/elpa/org-20200615/ob-shell hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/ob-shell /home/vuori/.emacs.d/elpa/org-20200615/ob-sed hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ob-sed /home/vuori/.emacs.d/elpa/org-20200615/ob-scheme hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-scheme /home/vuori/.emacs.d/elpa/org-20200615/ob-screen hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-screen /home/vuori/.emacs.d/elpa/org-20200615/ob-sass hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ob-sass /home/vuori/.emacs.d/elpa/org-20200615/ob-ruby hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ob-ruby /home/vuori/.emacs.d/elpa/org-20200615/ob-R hides /usr/local/emacs/share/em= acs/27.0.91/lisp/org/ob-R /home/vuori/.emacs.d/elpa/org-20200615/ob-python hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-python /home/vuori/.emacs.d/elpa/org-20200615/ob-ref hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ob-ref /home/vuori/.emacs.d/elpa/org-20200615/ob-processing hides /usr/local/emacs= /share/emacs/27.0.91/lisp/org/ob-processing /home/vuori/.emacs.d/elpa/org-20200615/ob-picolisp hides /usr/local/emacs/s= hare/emacs/27.0.91/lisp/org/ob-picolisp /home/vuori/.emacs.d/elpa/org-20200615/ob-plantuml hides /usr/local/emacs/s= hare/emacs/27.0.91/lisp/org/ob-plantuml /home/vuori/.emacs.d/elpa/org-20200615/ob-perl hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ob-perl /home/vuori/.emacs.d/elpa/org-20200615/ob-org hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ob-org /home/vuori/.emacs.d/elpa/org-20200615/ob-octave hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-octave /home/vuori/.emacs.d/elpa/org-20200615/ob-ocaml hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/ob-ocaml /home/vuori/.emacs.d/elpa/org-20200615/ob-mscgen hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-mscgen /home/vuori/.emacs.d/elpa/org-20200615/ob-maxima hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-maxima /home/vuori/.emacs.d/elpa/org-20200615/ob-lua hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ob-lua /home/vuori/.emacs.d/elpa/org-20200615/ob-matlab hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-matlab /home/vuori/.emacs.d/elpa/org-20200615/ob-makefile hides /usr/local/emacs/s= hare/emacs/27.0.91/lisp/org/ob-makefile /home/vuori/.emacs.d/elpa/org-20200615/ob-lisp hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ob-lisp /home/vuori/.emacs.d/elpa/org-20200615/ob-lob hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ob-lob /home/vuori/.emacs.d/elpa/org-20200615/ob-lilypond hides /usr/local/emacs/s= hare/emacs/27.0.91/lisp/org/ob-lilypond /home/vuori/.emacs.d/elpa/org-20200615/ob-ledger hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-ledger /home/vuori/.emacs.d/elpa/org-20200615/ob-J hides /usr/local/emacs/share/em= acs/27.0.91/lisp/org/ob-J /home/vuori/.emacs.d/elpa/org-20200615/ob-latex hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/ob-latex /home/vuori/.emacs.d/elpa/org-20200615/ob-js hides /usr/local/emacs/share/e= macs/27.0.91/lisp/org/ob-js /home/vuori/.emacs.d/elpa/org-20200615/ob-java hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ob-java /home/vuori/.emacs.d/elpa/org-20200615/ob-io hides /usr/local/emacs/share/e= macs/27.0.91/lisp/org/ob-io /home/vuori/.emacs.d/elpa/org-20200615/ob-hledger hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/ob-hledger /home/vuori/.emacs.d/elpa/org-20200615/ob-gnuplot hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/ob-gnuplot /home/vuori/.emacs.d/elpa/org-20200615/ob-haskell hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/ob-haskell /home/vuori/.emacs.d/elpa/org-20200615/ob-groovy hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-groovy /home/vuori/.emacs.d/elpa/org-20200615/ob-forth hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/ob-forth /home/vuori/.emacs.d/elpa/org-20200615/ob-eshell hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-eshell /home/vuori/.emacs.d/elpa/org-20200615/ob-exp hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ob-exp /home/vuori/.emacs.d/elpa/org-20200615/ob-eval hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ob-eval /home/vuori/.emacs.d/elpa/org-20200615/ob hides /usr/local/emacs/share/emac= s/27.0.91/lisp/org/ob /home/vuori/.emacs.d/elpa/org-20200615/ob-emacs-lisp hides /usr/local/emacs= /share/emacs/27.0.91/lisp/org/ob-emacs-lisp /home/vuori/.emacs.d/elpa/org-20200615/ob-ebnf hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ob-ebnf /home/vuori/.emacs.d/elpa/org-20200615/ob-dot hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ob-dot /home/vuori/.emacs.d/elpa/org-20200615/ob-ditaa hides /usr/local/emacs/shar= e/emacs/27.0.91/lisp/org/ob-ditaa /home/vuori/.emacs.d/elpa/org-20200615/ob-css hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ob-css /home/vuori/.emacs.d/elpa/org-20200615/ob-coq hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ob-coq /home/vuori/.emacs.d/elpa/org-20200615/ob-calc hides /usr/local/emacs/share= /emacs/27.0.91/lisp/org/ob-calc /home/vuori/.emacs.d/elpa/org-20200615/ob-clojure hides /usr/local/emacs/sh= are/emacs/27.0.91/lisp/org/ob-clojure /home/vuori/.emacs.d/elpa/org-20200615/ob-comint hides /usr/local/emacs/sha= re/emacs/27.0.91/lisp/org/ob-comint /home/vuori/.emacs.d/elpa/org-20200615/ob-awk hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ob-awk /home/vuori/.emacs.d/elpa/org-20200615/ob-asymptote hides /usr/local/emacs/= share/emacs/27.0.91/lisp/org/ob-asymptote /home/vuori/.emacs.d/elpa/org-20200615/ob-abc hides /usr/local/emacs/share/= emacs/27.0.91/lisp/org/ob-abc /home/vuori/.emacs.d/elpa/org-20200615/org-loaddefs hides /usr/local/emacs/= share/emacs/27.0.91/lisp/org/org-loaddefs /home/vuori/.emacs.d/elpa/org-20200615/org-version hides /usr/local/emacs/s= hare/emacs/27.0.91/lisp/org/org-version /home/vuori/.emacs.d/elpa/org-20200615/org-install hides /usr/local/emacs/s= hare/emacs/27.0.91/lisp/org/org-install /home/vuori/.emacs.d/elpa/eldoc-1.0.0/eldoc hides /usr/local/emacs/share/em= acs/27.0.91/lisp/emacs-lisp/eldoc Features: (shadow sort mail-extr emacsbug message rmc puny rfc822 mml mml-sec epa derived epg epg-config gnus-util rmail rmail-loaddefs text-property-search mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils winner helm-command helm-elisp helm-eval edebug backtrace helm-info vc vc-dispatcher ccc prism face-remap company-oddmuse company-keywords company-etags company-gtags company-dabbrev-code company-dabbrev company-files company-cmake company-xcode company-clang company-eclim company-template company-bbdb flycheck-mypy flycheck jka-compr hi-lock vc-git diff-mode smartparens highlight-thing thingatpt server hcl-mode windmove framemove which-key narrow-indirect yasnippet highlight-indentation company-capf help-fns radix-tree elpy elpy-rpc elpy-shell elpy-profile elpy-django elpy-refactor python tramp-sh tramp tramp-loaddefs trampver tramp-integration tramp-compat shell parse-time iso8601 ls-lisp ido grep compile files-x etags fileloop generator xref project cus-edit pyvenv eshell esh-cmd esh-ext esh-opt esh-proc esh-io esh-arg esh-module esh-groups esh-util ws-butler dired+ image-dired image-mode exif image-file dired-x dired-aux dired dired-loaddefs helm-org-rifle org-clipper org-eww ob-python org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete pcomplete comint ansi-color org-list org-faces org-entities time-date noutline outline org-version ob-emacs-lisp ob-core ob-eval org-table ol org-keys org-compat org-macs org-loaddefs find-func cal-menu calendar cal-loaddefs tab-line ibuffer-vc ibuf-ext ibuffer ibuffer-loaddefs ivy ring ivy-faces ivy-overlay colir color helm-mode helm-files helm-buffers helm-occur helm-tags helm-locate helm-grep helm-regexp format-spec helm-utils helm-help helm-types helm helm-source eieio-compat helm-multi-match helm-lib helm-config helm-easymenu async-bytecomp async company pcase delsel edmacro kmacro iso-transl smart-mode-line-light-theme smart-mode-line rich-minority diminish autorevert filenotify savehist desktop frameset memoize f dash s cl-extra help-mode paren recentf tree-widget wid-edit battery cus-start cus-load use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key easy-mmode use-package-core finder-inf advice rx info package easymenu browse-url 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 tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray 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 cairo x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 470751 146121) (symbols 48 36788 9) (strings 32 151488 20190) (string-bytes 1 4824461) (vectors 16 56962) (vector-slots 8 668767 98414) (floats 8 386 657) (intervals 56 2955 290) (buffers 1000 33)) From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 01 10:37:10 2020 Received: (at 42045) by debbugs.gnu.org; 1 Sep 2020 14:37:10 +0000 Received: from localhost ([127.0.0.1]:56713 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kD7PK-0003NM-0b for submit@debbugs.gnu.org; Tue, 01 Sep 2020 10:37:10 -0400 Received: from mail-wm1-f49.google.com ([209.85.128.49]:39313) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kD7PH-0003MN-DU for 42045@debbugs.gnu.org; Tue, 01 Sep 2020 10:37:08 -0400 Received: by mail-wm1-f49.google.com with SMTP id b79so1390313wmb.4 for <42045@debbugs.gnu.org>; Tue, 01 Sep 2020 07:37:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:message-id:mime-version :content-transfer-encoding; bh=GJ6QR1NGGPHpP1sJ1z7vlYaSqo/qpHWIZb2b9k3RNOo=; b=LHb1PBvfXL+v3uudsC+V/x5rRpz3X96JRUNfQjFvSGyoXHaQV7n4Kn29yGYXZLz59h SQKTUveayUJ96teiCdEVMS9DkZSb7BTY4jIxvfdE7fNMUgCfXzH1VFY5lxTfzEfF1mrc EXspP9q0xqdaEliwFHNcjS/vpBkO3HDmMWvMKDBpcJjRigeDQv4YjyJrMmKpdlrkvfd+ Fljcg0Xvw+I5VXHIL59s4p/zTdpPNiuQG8TDF8L+fs47gdveKRr35hHRwwZSgNDz8A3P IGaTwiX1Bg1hPeOUjrDgGHb1rUim7iRXGIYghC7HMBNdWYBPVS9c2CmS+xdrDH86V1/x ADDA== 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:message-id :mime-version:content-transfer-encoding; bh=GJ6QR1NGGPHpP1sJ1z7vlYaSqo/qpHWIZb2b9k3RNOo=; b=fVPmax0JE0sEhNnM2owcLB/fquY3M25ekjTgsQE/L0HCneugSRanXxfrahRDyPJjUB /bbpON2q/Ecdse3mN7poYx4U4wqMEeo6Xk2V0Esq1SaLYyWO/ylVFlGzrJbHOeBMITwa sHT8GODoHF1UQOEngzuaN8Dfeyjz9UOwGXlVBrt3iIYsxpgnsyX1nLP5WDXcrItKtGye mhMvbP5cOA8Eq3/Iu63I8uZxqmCLWr2mIsL+yLaw6ZMfgHBl4epkOg534WAHukjWiuOO 02tRJQEj+tVMhCPylg704ob0bMQq56PNlafv7x7iSCJLtbp6NAFEmjX5glvK9aDervXw 4XYQ== X-Gm-Message-State: AOAM532g4T8kmPsK3g3dF3qsHxrtPae8m88wGmxfuDrckQo5DG5fy2J7 XZPLY/Q9Y/GwykxsRHbcGu954/89NkE= X-Google-Smtp-Source: ABdhPJz9Kf8TGUBNJ3kcJWcKN9lgI/Ddo3dGEnIvm2U7RyVpO7v7Zfm7bvqRP/6DbW7unoqDCdFvyQ== X-Received: by 2002:a05:600c:22d6:: with SMTP id 22mr2067202wmg.120.1598971020845; Tue, 01 Sep 2020 07:37:00 -0700 (PDT) Received: from rpluim-mac ([2a01:e34:ecfc:a860:2092:9c81:7555:7807]) by smtp.gmail.com with ESMTPSA id c10sm2450178wro.84.2020.09.01.07.36.59 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 01 Sep 2020 07:37:00 -0700 (PDT) From: Robert Pluim To: Valtteri Vuorikoski Subject: Re: bug#42045: 27.0.91; display-format-alist for X11 does not recognize DISPLAY with IPv6 literal References: <87sgej54wq.fsf@notcom.org> Date: Tue, 01 Sep 2020 16:36:59 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 42045 Cc: 42045@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 (-) >>>>> On Thu, 25 Jun 2020 22:20:05 +0300, Valtteri Vuorikoski said: Valtteri> If the DISPLAY environment variable is to an IPv6 literal suc= h as Valtteri> [::1]:1, the regexp that x-win.el adds to the display-format-= alist to Valtteri> recognize X11 does not match, which results in breakage. Valtteri> x-win.el should probably add a second regexp to the alist, su= ch as: Valtteri> (add-to-list 'display-format-alist '("\\`\\[[^]]*\\]:[0-9]+\\= (\\.[0-9]+\\)?\\'" . x)) That regexp won't work, since now you=CA=BCre requiring the '[' and ']' to be present. "\\`\\[?[^]]*\\]?:[0-9]+\\(\\.[0-9]+\\)?\\'" would fix that, but since we don=CA=BCt really care what comes before the ':', so would "\\`.*:[0-9]+\\(\\.[0-9]+\\)?\\'" Robert From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 03 05:39:57 2020 Received: (at 42045) by debbugs.gnu.org; 3 Sep 2020 09:39:57 +0000 Received: from localhost ([127.0.0.1]:33513 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDlim-0005pd-LS for submit@debbugs.gnu.org; Thu, 03 Sep 2020 05:39:56 -0400 Received: from mail.netcrew.fi ([85.188.1.62]:36252) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kDlig-0005pQ-P7 for 42045@debbugs.gnu.org; Thu, 03 Sep 2020 05:39:55 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=notcom.org; s=nc2; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version: Date:Message-ID:From:References:To:Subject:Sender:Reply-To:Cc: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=9d4WfeGNaO4s4FjlOWZvoM2hhiKG54Ps+NTIdS0hRwg=; b=MFnaCjGA75cauKFxm47zD9muAK SP3W61+12KSU3HckMlHJzepG5t2loQD3dWuVnQ/z+l2tTnF5hTDncuMHJarrh1Xd2hOZy/RAUAMRP 9dyeRumLIu1UzgfsP/Bv/2MQ92U0dfKTgQAub8RlTSfKYDpGVWV14hE9iYSjItPIrJIg=; Received: from dsl-hkibng31-54faf6-86.dhcp.inet.fi ([84.250.246.86] helo=[10.0.42.132]) by mail.netcrew.fi with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1kDlie-000441-OA for 42045@debbugs.gnu.org; Thu, 03 Sep 2020 12:39:48 +0300 Subject: Re: bug#42045: 27.0.91; display-format-alist for X11 does not recognize DISPLAY with IPv6 literal To: 42045@debbugs.gnu.org References: <87sgej54wq.fsf@notcom.org> From: Valtteri Vuorikoski Message-ID: <1323e778-a9f3-a593-874a-e1af48c2aa6f@notcom.org> Date: Thu, 3 Sep 2020 12:39:48 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-Spam-Score: -0.3 (/) X-Debbugs-Envelope-To: 42045 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.3 (-) On 9/1/20 5:36 PM, Robert Pluim wrote: >>>>>> On Thu, 25 Jun 2020 22:20:05 +0300, Valtteri Vuorikoski said: > > Valtteri> If the DISPLAY environment variable is to an IPv6 literal such as > Valtteri> [::1]:1, the regexp that x-win.el adds to the display-format-alist to > Valtteri> recognize X11 does not match, which results in breakage. > > Valtteri> x-win.el should probably add a second regexp to the alist, such as: > Valtteri> (add-to-list 'display-format-alist '("\\`\\[[^]]*\\]:[0-9]+\\(\\.[0-9]+\\)?\\'" . x)) > > That regexp won't work, since now youʼre requiring the '[' and ']' to > be present. > > "\\`\\[?[^]]*\\]?:[0-9]+\\(\\.[0-9]+\\)?\\'" would fix that, but since > we donʼt really care what comes before the ':', so would > > "\\`.*:[0-9]+\\(\\.[0-9]+\\)?\\'" Yes, note "second regexp": the current regexp would remain and match other types of hostnames/addresses. But if no one cares about the format of the host part, your version is simpler. -Valtteri From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 12 09:12:37 2021 Received: (at 42045) by debbugs.gnu.org; 12 Jun 2021 13:12:37 +0000 Received: from localhost ([127.0.0.1]:40596 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ls3RF-0006MD-Bc for submit@debbugs.gnu.org; Sat, 12 Jun 2021 09:12:37 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42498) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ls3RD-0006Lw-G9 for 42045@debbugs.gnu.org; Sat, 12 Jun 2021 09:12:36 -0400 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=NEGW7Y+1mmCw3xxsBapTsd8Q+z1NAZLo9ySF8ZXMAz4=; b=quZ1bWi1auLqS7WfVMJX3sPeHZ fa1RhnFcMEoBzeAVZaRbThbV03ZsgfYj/9FtjkWl/NJ8Gb9JPteHiUN7q5QQ+F4fSdl60+mFMbDjL v7V74TXJA3nMXLXg7N2R8oCkdHdPTew2bud8q/PnMaBYpdIPwJFNVCOfchmlmsfRlX78=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ls3R3-00060t-PR; Sat, 12 Jun 2021 15:12:27 +0200 From: Lars Ingebrigtsen To: Robert Pluim Subject: Re: bug#42045: 27.0.91; display-format-alist for X11 does not recognize DISPLAY with IPv6 literal References: <87sgej54wq.fsf@notcom.org> X-Now-Playing: Chuck Person's _Chuck Person's Eccojams Vol. 1_: "A2" Date: Sat, 12 Jun 2021 15:12:25 +0200 In-Reply-To: (Robert Pluim's message of "Tue, 01 Sep 2020 16:36:59 +0200") Message-ID: <87tum35irq.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: Robert Pluim writes: > That regexp won't work, since now youʼre requiring the '[' and ']' to > be present. > > "\\`\\[?[^]]*\\]?:[0-9]+\\(\\.[0-9]+\\)?\\'" would fix that, but since > we donʼt really care what comes bef [...] 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.7 (/) X-Debbugs-Envelope-To: 42045 Cc: Valtteri Vuorikoski , 42045@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.7 (-) Robert Pluim writes: > That regexp won't work, since now you=CA=BCre requiring the '[' and ']' to > be present. > > "\\`\\[?[^]]*\\]?:[0-9]+\\(\\.[0-9]+\\)?\\'" would fix that, but since > we don=CA=BCt really care what comes before the ':', so would > > "\\`.*:[0-9]+\\(\\.[0-9]+\\)?\\'" I think that makes sense? So I've pushed Robert's regexp to Emacs 28. --=20 (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Jun 12 09:12:42 2021 Received: (at control) by debbugs.gnu.org; 12 Jun 2021 13:12:42 +0000 Received: from localhost ([127.0.0.1]:40599 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ls3RK-0006MT-Hj for submit@debbugs.gnu.org; Sat, 12 Jun 2021 09:12:42 -0400 Received: from quimby.gnus.org ([95.216.78.240]:42514) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ls3RI-0006M5-Oc for control@debbugs.gnu.org; Sat, 12 Jun 2021 09:12:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Ih4mBrX4O4H609dD3OdHzcQYY1n3ZFsi1ux9Kd4innQ=; b=A+pXe15pnWQMpNa7OfH+yNZDCh N7lKmDsUXdAWu+Vse1EF6so252itjpnZWFvK2ijKkVROBtT8otTyv6m6Hf23u/GCrxlstprugKmlX +wjagdcA33du00aLRS4n36wmWYXm7TpMHkDhnEvhWfN+eIYeTcrhFARto9Q8zEuFsBlo=; Received: from cm-84.212.220.105.getinternet.no ([84.212.220.105] helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1ls3RB-000615-Cx for control@debbugs.gnu.org; Sat, 12 Jun 2021 15:12:35 +0200 Date: Sat, 12 Jun 2021 15:12:32 +0200 Message-Id: <87sg1n5irj.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #42045 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 42045 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.7 (/) 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.7 (-) close 42045 28.1 quit From unknown Fri Jun 20 07:20: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: Sun, 11 Jul 2021 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator