From unknown Sat Jun 21 12:25:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#75651: 31.0.50; error after pop-to-buffer with fullscreen messes up window config when called non-interactively Resent-From: Alexander =?UTF-8?Q?Pr=C3=A4hauser?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 18 Jan 2025 17:53:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 75651 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 75651@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.173722273315845 (code B ref -1); Sat, 18 Jan 2025 17:53:01 +0000 Received: (at submit) by debbugs.gnu.org; 18 Jan 2025 17:52:13 +0000 Received: from localhost ([127.0.0.1]:43649 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tZCzT-00047Q-Vy for submit@debbugs.gnu.org; Sat, 18 Jan 2025 12:52:13 -0500 Received: from lists.gnu.org ([2001:470:142::17]:47058) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tZCzQ-00047B-PW for submit@debbugs.gnu.org; Sat, 18 Jan 2025 12:52:10 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tZCzJ-0005RQ-C1 for bug-gnu-emacs@gnu.org; Sat, 18 Jan 2025 12:52:02 -0500 Received: from mail-4316.protonmail.ch ([185.70.43.16]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tZCzF-0008ER-LR for bug-gnu-emacs@gnu.org; Sat, 18 Jan 2025 12:52:01 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1737222705; x=1737481905; bh=U0EcwkZNPff9D8hDfp1jr1xaxeZThMjJ7xc21l/Fm9A=; h=Date:To:From:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector: List-Unsubscribe:List-Unsubscribe-Post; b=GhYfr9ahtw6sAKz7w2no5/cr7Yw85EhYrReVpDUCriNeCBv3ZWYk7n2p1r1OER8uV YSMy23me1t0QX1OM+jmgt/bsfSdS1C3L04LpgJ9ZQdh4UUfqkMK31vfWx88YvBlBi1 fVdBP+LWwZHEWBdBhvfK1I4Mz9vKKL2JJPZxj60ohgci9iawt5PKogIy5sLIB7kL8P QjgP3D/qkcLvQL5NLVqFWO0rCzGqCPuakg5XVRzIgqtr4sciFnbo4Qjtwh07su9stJ pGlCywY89qCBKIEXj+Gi1t2QnhFi5bTImwkGJcImczOt66LHUNhuTibGTUwtQHS7Wc dQs05RrqO8BlA== Date: Sat, 18 Jan 2025 17:51:27 +0000 From: Alexander =?UTF-8?Q?Pr=C3=A4hauser?= Message-ID: <87h65w2ep0.fsf@protonmail.com> Feedback-ID: 39886207:user:proton X-Pm-Message-ID: da0ed99ef5cec9210d75f31f6c5b9ac22bc0349c MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.43.16; envelope-from=ahprae@protonmail.com; helo=mail-4316.protonmail.ch 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) Save the following function to test.el: (defun test-function () (interactive) (let ((display-buffer-alist '((".*" display-buffer-full-frame)))) (pop-to-buffer "*test*") (error "Test error"))) emacs -Q test.el eval-defun eval-expression (test-function) (split-window-below) C-x C-f The window split will disappear and subsequent window splits will disappear as soon as one of the windows switches to another buffer. The same does not happen if test-function is called interactively. In GNU Emacs 31.0.50 (build 3, x86_64-pc-linux-gnu, GTK+ Version 3.24.41, cairo version 1.18.2) of 2025-01-16 built on gentoolaptop Repository revision: 16c89c5ae5ec0c002c327793e783f0a943bacb0d Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12101014 System Description: Gentoo Linux Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG LCMS2 LIBSYSTEMD LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB Important settings: value of $LANG: en_US.utf8 locale-coding-system: utf-8-unix Major mode: VTerm Minor modes in effect: icicle-mode: t minibuffer-depth-indicate-mode: t Info-breadcrumbs-in-mode-line-mode: t recentf-mode: t global-edit-server-edit-mode: t global-goto-address-mode: t goto-address-mode: t auto-insert-mode: t dynamic-completion-mode: t electric-pair-mode: t corfu-history-mode: t delete-selection-mode: t global-undo-tree-mode: t desktop-save-mode: t d-emacs-mode: t emms-mode-line-mode: t emms-playing-time-display-mode: t emms-playing-time-mode: t global-org-modern-mode: t TeX-PDF-mode: t fancy-compilation-mode: t eshell-vterm-mode: t yas-global-mode: t yas-minor-mode: t all-the-icons-completion-mode: t global-aggressive-indent-mode: t org-roam-db-autosync-mode: t corfu-prescient-mode: t global-corfu-mode: t corfu-mode: t marginalia-mode: t global-git-commit-mode: t magit-auto-revert-mode: t savehist-mode: t smart-mark-mode: t windmove-mode: t straight-use-package-mode: t straight-package-neutering-mode: t override-global-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t global-prettify-symbols-mode: t tab-bar-history-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t undelete-frame-mode: t minibuffer-regexp-mode: t buffer-read-only: t line-number-mode: t global-visual-line-mode: t visual-line-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /home/alex/.emacs.d/elpa/Icicles-20241217.3924/bookmark+ hides /home/alex/.= emacs.d/elpa/bookmark+-20230325.160624/bookmark+ /home/alex/.emacs.d/straight/build/corfu-terminal/corfu-terminal hides /hom= e/alex/.emacs.d/elpa/corfu-terminal-0.7/corfu-terminal /home/alex/.emacs.d/straight/build/corfu-terminal/corfu-terminal-autoloads = hides /home/alex/.emacs.d/elpa/corfu-terminal-0.7/corfu-terminal-autoloads /home/alex/.emacs.d/straight/build/corfu/corfu hides /home/alex/.emacs.d/el= pa/corfu-20250103.2029/corfu /home/alex/.emacs.d/straight/build/corfu/corfu-quick hides /home/alex/.emac= s.d/elpa/corfu-20250103.2029/corfu-quick /home/alex/.emacs.d/straight/build/corfu/corfu-popupinfo hides /home/alex/.= emacs.d/elpa/corfu-20250103.2029/corfu-popupinfo /home/alex/.emacs.d/straight/build/corfu/corfu-info hides /home/alex/.emacs= .d/elpa/corfu-20250103.2029/corfu-info /home/alex/.emacs.d/straight/build/corfu/corfu-indexed hides /home/alex/.em= acs.d/elpa/corfu-20250103.2029/corfu-indexed /home/alex/.emacs.d/straight/build/corfu/corfu-history hides /home/alex/.em= acs.d/elpa/corfu-20250103.2029/corfu-history /home/alex/.emacs.d/straight/build/corfu/corfu-echo hides /home/alex/.emacs= .d/elpa/corfu-20250103.2029/corfu-echo /home/alex/.emacs.d/straight/build/corfu/corfu-autoloads hides /home/alex/.= emacs.d/elpa/corfu-20250103.2029/corfu-autoloads /home/alex/.emacs.d/elpa/Icicles-20241217.3924/doremi hides /home/alex/.ema= cs.d/elpa/doremi-20220406.185820/doremi /home/alex/.emacs.d/straight/build/consult/consult hides /home/alex/.emacs.= d/elpa/consult-20250107.927/consult /home/alex/.emacs.d/straight/build/consult/consult-xref hides /home/alex/.e= macs.d/elpa/consult-20250107.927/consult-xref /home/alex/.emacs.d/straight/build/consult/consult-register hides /home/ale= x/.emacs.d/elpa/consult-20250107.927/consult-register /home/alex/.emacs.d/straight/build/consult/consult-org hides /home/alex/.em= acs.d/elpa/consult-20250107.927/consult-org /home/alex/.emacs.d/straight/build/consult/consult-kmacro hides /home/alex/= .emacs.d/elpa/consult-20250107.927/consult-kmacro /home/alex/.emacs.d/straight/build/consult/consult-info hides /home/alex/.e= macs.d/elpa/consult-20250107.927/consult-info /home/alex/.emacs.d/straight/build/consult/consult-imenu hides /home/alex/.= emacs.d/elpa/consult-20250107.927/consult-imenu /home/alex/.emacs.d/straight/build/consult/consult-flymake hides /home/alex= /.emacs.d/elpa/consult-20250107.927/consult-flymake /home/alex/.emacs.d/straight/build/consult/consult-compile hides /home/alex= /.emacs.d/elpa/consult-20250107.927/consult-compile /home/alex/.emacs.d/straight/build/consult/consult-autoloads hides /home/al= ex/.emacs.d/elpa/consult-20250107.927/consult-autoloads /home/alex/.emacs.d/elpa/org-projectile-helm-20230817.801/org-projectile-he= lm hides /home/alex/.emacs.d/elpa/org-projectile-20230817.851/org-projectil= e-helm /home/alex/.emacs.d/straight/build/popon/popon hides /home/alex/.emacs.d/el= pa/popon-0.13/popon /home/alex/.emacs.d/straight/build/popon/popon-autoloads hides /home/alex/.= emacs.d/elpa/popon-0.13/popon-autoloads /home/alex/.emacs.d/elpa/transient-20250108.1351/transient hides /usr/local= /share/emacs/31.0.50/lisp/transient /home/alex/.emacs.d/elpa/bind-key-20230203.2004/bind-key hides /usr/local/s= hare/emacs/31.0.50/lisp/bind-key /home/alex/.emacs.d/elpa/modus-themes-20250107.1034/theme-loaddefs hides /u= sr/local/share/emacs/31.0.50/lisp/theme-loaddefs /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-lint hides /= usr/local/share/emacs/31.0.50/lisp/use-package/use-package-lint /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-jump hides /= usr/local/share/emacs/31.0.50/lisp/use-package/use-package-jump /home/alex/.emacs.d/elpa/use-package-ensure-system-package-20221209.2013/us= e-package-ensure-system-package hides /usr/local/share/emacs/31.0.50/lisp/u= se-package/use-package-ensure-system-package /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-ensure hides= /usr/local/share/emacs/31.0.50/lisp/use-package/use-package-ensure /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package hides /usr/l= ocal/share/emacs/31.0.50/lisp/use-package/use-package /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-diminish hid= es /usr/local/share/emacs/31.0.50/lisp/use-package/use-package-diminish /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-delight hide= s /usr/local/share/emacs/31.0.50/lisp/use-package/use-package-delight /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-core hides /= usr/local/share/emacs/31.0.50/lisp/use-package/use-package-core /home/alex/.emacs.d/elpa/use-package-20230426.2324/use-package-bind-key hid= es /usr/local/share/emacs/31.0.50/lisp/use-package/use-package-bind-key /home/alex/.emacs.d/straight/build/compat/compat hides /usr/local/share/ema= cs/31.0.50/lisp/emacs-lisp/compat /home/alex/.emacs.d/straight/build/seq/seq hides /usr/local/share/emacs/31.= 0.50/lisp/emacs-lisp/seq /home/alex/.emacs.d/elpa/avy-act-20241226.2351/avy-act hides /home/alex/.em= acs.d/site-lisp/avy-act/avy-act /home/alex/.emacs.d/elpa/Icicles-20241217.3924/hexrgb hides /home/alex/.ema= cs.d/site-lisp/doremi/hexrgb /home/alex/.emacs.d/elpa/Icicles-20241217.3924/doremi hides /home/alex/.ema= cs.d/site-lisp/doremi/doremi /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles-fn hides /home/alex/= .emacs.d/site-lisp/icicles/icicles-fn /home/alex/.emacs.d/elpa/Icicles-20241217.3924/vline hides /home/alex/.emac= s.d/site-lisp/icicles/vline /home/alex/.emacs.d/elpa/Icicles-20241217.3924/thingatpt+ hides /home/alex/= .emacs.d/site-lisp/icicles/thingatpt+ /home/alex/.emacs.d/elpa/Icicles-20241217.3924/synonyms hides /home/alex/.e= macs.d/site-lisp/icicles/synonyms /home/alex/.emacs.d/elpa/Icicles-20241217.3924/pp+ hides /home/alex/.emacs.= d/site-lisp/icicles/pp+ /home/alex/.emacs.d/site-lisp/palette hides /home/alex/.emacs.d/site-lisp/i= cicles/palette /home/alex/.emacs.d/elpa/Icicles-20241217.3924/lacarte hides /home/alex/.em= acs.d/site-lisp/icicles/lacarte /home/alex/.emacs.d/elpa/Icicles-20241217.3924/info+ hides /home/alex/.emac= s.d/site-lisp/icicles/info+ /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icomplete+ hides /home/alex/= .emacs.d/site-lisp/icicles/icomplete+ /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles hides /home/alex/.em= acs.d/site-lisp/icicles/icicles /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles-var hides /home/alex= /.emacs.d/site-lisp/icicles/icicles-var /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles-opt hides /home/alex= /.emacs.d/site-lisp/icicles/icicles-opt /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles-mode hides /home/ale= x/.emacs.d/site-lisp/icicles/icicles-mode /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles-mcmd hides /home/ale= x/.emacs.d/site-lisp/icicles/icicles-mcmd /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles-mac hides /home/alex= /.emacs.d/site-lisp/icicles/icicles-mac /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles-face hides /home/ale= x/.emacs.d/site-lisp/icicles/icicles-face /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles-doc2 hides /home/ale= x/.emacs.d/site-lisp/icicles/icicles-doc2 /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles-doc1 hides /home/ale= x/.emacs.d/site-lisp/icicles/icicles-doc1 /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles-cmd2 hides /home/ale= x/.emacs.d/site-lisp/icicles/icicles-cmd2 /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles-cmd1 hides /home/ale= x/.emacs.d/site-lisp/icicles/icicles-cmd1 /home/alex/.emacs.d/elpa/Icicles-20241217.3924/icicles-chg hides /home/alex= /.emacs.d/site-lisp/icicles/icicles-chg /home/alex/.emacs.d/elpa/Icicles-20241217.3924/hl-line+ hides /home/alex/.e= macs.d/site-lisp/icicles/hl-line+ /home/alex/.emacs.d/elpa/Icicles-20241217.3924/hexrgb hides /home/alex/.ema= cs.d/site-lisp/icicles/hexrgb /home/alex/.emacs.d/elpa/Icicles-20241217.3924/fuzzy-match hides /home/alex= /.emacs.d/site-lisp/icicles/fuzzy-match /home/alex/.emacs.d/elpa/Icicles-20241217.3924/doremi hides /home/alex/.ema= cs.d/site-lisp/icicles/doremi /home/alex/.emacs.d/site-lisp/doremi/doremi-frm hides /home/alex/.emacs.d/s= ite-lisp/icicles/doremi-frm /home/alex/.emacs.d/site-lisp/dired+ hides /home/alex/.emacs.d/site-lisp/ic= icles/dired+ /home/alex/.emacs.d/elpa/Icicles-20241217.3924/crosshairs hides /home/alex/= .emacs.d/site-lisp/icicles/crosshairs /home/alex/.emacs.d/elpa/Icicles-20241217.3924/col-highlight hides /home/al= ex/.emacs.d/site-lisp/icicles/col-highlight /home/alex/.emacs.d/elpa/Icicles-20241217.3924/bookmark+ hides /home/alex/.= emacs.d/site-lisp/icicles/bookmark+ /home/alex/.emacs.d/elpa/Icicles-20241217.3924/apropos-fn+var hides /home/a= lex/.emacs.d/site-lisp/icicles/apropos-fn+var /home/alex/.emacs.d/site-lisp/d-emacs/d-emacs hides /home/alex/.emacs.d/sit= e-lisp/Daselt/d-emacs/d-emacs /home/alex/.emacs.d/site-lisp/d-emacs/d-emacs-pkg hides /home/alex/.emacs.d= /site-lisp/Daselt/d-emacs/d-emacs-pkg /home/alex/.emacs.d/site-lisp/d-emacs/killermacro hides /home/alex/.emacs.d= /site-lisp/d-emacs/d-emacs-dirs/killermacro /home/alex/.emacs.d/site-lisp/add-tex-envs hides /home/alex/.emacs.d/site-l= isp/DEmacs.old/DEmacs/DEmacs-basic/add-tex-envs /home/alex/.emacs.d/site-lisp/d-emacs/old/d-macroexpansions hides /home/ale= x/.emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-macroexpansions /home/alex/.emacs.d/site-lisp/d-emacs/old/d-commands hides /home/alex/.emac= s.d/site-lisp/Daselt/d-emacs/pkg-configs/d-commands /home/alex/.emacs.d/site-lisp/d-emacs/old/d-functions hides /home/alex/.ema= cs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-functions /home/alex/.emacs.d/site-lisp/d-emacs/old/d-modes hides /home/alex/.emacs.d= /site-lisp/Daselt/d-emacs/pkg-configs/d-modes /home/alex/.emacs.d/site-lisp/d-emacs/old/d-constants hides /home/alex/.ema= cs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-constants /home/alex/.emacs.d/site-lisp/d-emacs/old/d-customs hides /home/alex/.emacs= .d/site-lisp/Daselt/d-emacs/pkg-configs/d-customs /home/alex/.emacs.d/site-lisp/Daselt/d-lua/d-lua hides /home/alex/.emacs.d/= site-lisp/Daselt/d-lua/auto/d-lua /home/alex/.emacs.d/site-lisp/Daselt/auto/DLua hides /home/alex/.emacs.d/si= te-lisp/Daselt/d-lua/auto/DLua /home/alex/.emacs.d/site-lisp/d-emacs/d-emacs-stump/d-emacs-stump hides /ho= me/alex/.emacs.d/site-lisp/d-emacs/d-emacs-stump/test/d-emacs-stump /home/alex/.emacs.d/site-lisp/d-emacs/d-dfk/d-dfk-customs hides /home/alex/= .emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-dfk/d-dfk-customs /home/alex/.emacs.d/site-lisp/d-emacs/old/d-emacs-special-example-user-defi= ned-bindlists hides /home/alex/.emacs.d/site-lisp/Daselt/d-emacs/pkg-config= s/d-emacs/d-emacs-special-example-user-defined-bindlists /home/alex/.emacs.d/site-lisp/d-emacs/old/d-emacs-eval-maps hides /home/ale= x/.emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-emacs/d-emacs-eval-maps /home/alex/.emacs.d/site-lisp/d-emacs/old/d-emacs-commands hides /home/alex= /.emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-emacs/d-emacs-commands /home/alex/.emacs.d/site-lisp/d-emacs/old/d-emacs-functions hides /home/ale= x/.emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-emacs/d-emacs-functions /home/alex/.emacs.d/site-lisp/d-emacs/old/d-emacs-customs hides /home/alex/= .emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-emacs/d-emacs-customs /home/alex/.emacs.d/site-lisp/d-emacs/old/d-emacs-constants hides /home/ale= x/.emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-emacs/d-emacs-constants /home/alex/.emacs.d/site-lisp/d-emacs/d-lua/d-lua-eval-commands hides /home= /alex/.emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-lua/d-lua-eval-comman= ds /home/alex/.emacs.d/site-lisp/d-emacs/d-lua/d-lua-eval hides /home/alex/.em= acs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-lua/d-lua-eval /home/alex/.emacs.d/site-lisp/d-emacs/d-lua/d-lua-functions hides /home/ale= x/.emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-lua/d-lua-functions /home/alex/.emacs.d/site-lisp/d-emacs/d-lua/d-lua-customs hides /home/alex/= .emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-lua/d-lua-customs /home/alex/.emacs.d/site-lisp/d-emacs/d-lua/d-lua-constants hides /home/ale= x/.emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-lua/d-lua-constants /home/alex/.emacs.d/site-lisp/d-emacs/d-emacs-stump/d-stump-functions hides= /home/alex/.emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-stump/d-stump-f= unctions /home/alex/.emacs.d/site-lisp/d-emacs/d-emacs-stump/d-stump-customs hides /= home/alex/.emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-stump/d-stump-cus= toms /home/alex/.emacs.d/site-lisp/d-emacs/d-emacs-stump/d-stump-constants hides= /home/alex/.emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-stump/d-stump-c= onstants /home/alex/.emacs.d/site-lisp/d-emacs/d-tri/d-tri-functions hides /home/ale= x/.emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-tri/d-tri-functions /home/alex/.emacs.d/site-lisp/d-emacs/d-tri/d-tri-customs hides /home/alex/= .emacs.d/site-lisp/Daselt/d-emacs/pkg-configs/d-tri/d-tri-customs Features: (shadow mail-extr gnus-msg emacsbug corfu-info cl-print d-emacs-icicles cus-start icicles two-column icicles-mode dired+ image-file image-converter mb-depth+ mb-depth icicles-cmd2 icicles-cmd1 icicles-mcmd image-dired image-dired-tags image-dired-external image-dired-util icicles-fn icicles-var apropos-fn+var apropos icicles-opt ffap- fuzzy-match icicles-face tramp-cache time-stamp tramp-sh shortdoc mixed-pitch dabbrev cape-char vertico-directory isearch+ isearch-prop menu-bar+ bookmark+ bookmark+-key bookmark+-bmu info+ fit-frame help-fns+ wid-edit+ bookmark+-lit pp+ dired-x bookmark+-1 smtpmail gnus-registry registry gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source nnoo gnus-spec gnus-win gnus-int gnus-range imap rfc2104 utf7 d-emacs-org d-emacs-eww d-emacs-gnus d-emacs-emacs d-emacs-corfu d-emacs-doremi d-emacs-cdlatex d-emacs-ext checkdoc d-emacs-pdf-tools vc-git vc-dispatcher recentf tree-widget edit-server epa-file goto-addr autoinsert completion elec-pair corfu-history delsel undo-tree desktop frameset d-emacs d-emacs-mode d-emacs-stump d-emacs-dirs d-emacs-bind d-emacs-dfk d-emacs-xkb smartparens-c cc-mode-expansions cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs d-emacs-coords d-emacs-base avy-act eww vtable mule-util shr pixel-fill kinsoku mm-url gnus nnheader range emms-idapi-browser emms-idapi emms-idapi-musicbrainz emms-mpris emms-librefm-stream emms-librefm-scrobbler emms-playlist-limit emms-i18n emms-history emms-score emms-stream-info emms-metaplaylist-mode emms-bookmarks emms-cue emms-mode-line-icon emms-browser sort emms-volume emms-volume-sndioctl emms-volume-mixerctl emms-volume-pulse emms-volume-amixer emms-playlist-sort emms-last-played emms-player-xine emms-lyrics emms-streams emms-show-all emms-tag-editor emms-tag-tracktag emms-mark emms-mode-line emms-info-native emms-info-native-spc emms-info-native-mp3 emms-info-native-ogg emms-info-native-opus emms-info-native-flac emms-info-native-vorbis bindat emms-info-exiftool emms-info-tinytag emms-info-metaflac emms-info-opusinfo emms-info-ogginfo emms-info-mp3info emms-player-vlc emms-player-mpv emms-playing-time emms-player-mplayer emms-setup emms-player-mpd emms-url emms-cache emms-info emms-later-do emms-playlist-mode emms-source-playlist emms-source-file locate emms-player-simple emms emms-compat empv back-button nav-flash smartrep rainbow-blocks org-rainbow-tags dired-rainbow dired-hacks-utils dired-aux rainbow-delimiters rainbow-mode modus-themes abyss-theme yaml-mode-expansions yaml-mode julia-snail spinner pulse popup eldoc-box flycheck ox-md org-modern math-delimiters add-tex-envs cdlatex reftex reftex-loaddefs reftex-vars latex-extra preview smartparens-latex latex-mode-expansions latex latex-flymake flymake tex-ispell tex-style tex dbus texmathp auctex mentor url-scgi mentor-rpc mentor-files mentor-data xml-rpc fancy-compilation eshell-vterm em-term esh-ext esh-proc esh-opt esh-io esh-arg esh-module esh-module-loaddefs esh-util vterm tramp trampver tramp-integration files-x tramp-message tramp-compat tramp-loaddefs face-remap term disp-table ehelp vterm-module term/xterm xterm unicode-fonts font-utils dynamic-fonts ztree ztree-diff ztree-diff-model ztree-dir ztree-view ztree-protocol ztree-util yasnippet elgrep async grep dedicated auto-dictionary flyspell ispell all-the-icons-completion all-the-icons-dired all-the-icons all-the-icons-faces data-material data-weathericons data-octicons data-fileicons data-faicons data-alltheicons go-translate gt-text-utility gt-engine-echo gt-engine-libre gt-engine-chatgpt gt-engine-youdao gt-engine-stardict gt-engine-deepl gt-engine-google-rpc gt-engine-google gt-engine-bing gt-extension gt-faces gt-core plz gt-httpx gptel-extensions gptel gptel-org gptel-openai tabgo tab-line dired-quick-sort ls-lisp aggressive-indent visible-mark org-noter-org-roam org-noter org-noter-djvu org-noter-nov org-noter-pdf pdf-tools pdf-view jka-compr pdf-cache pdf-info tq pdf-util pdf-macs image-mode exif org-noter-core ekg-import-subdirectories triples org-roam-export use-package-ensure-system-package system-packages consult-org-roam consult-org-roam-buffer org-ref org-ref-core openalex request org-ref-glossary org-ref-bibtex smartparens-html html-mode-expansions sgml-mode facemenu avy doi-utils url-http url-auth url-gw nsm org-ref-utils org-ref-export citeproc citeproc-itemgetters citeproc-cite citeproc-biblatex citeproc-bibtex ol-bibtex parse-time citeproc-subbibs citeproc-sort citeproc-name citeproc-formatters citeproc-proc citeproc-disamb citeproc-itemdata citeproc-generic-elements citeproc-macro citeproc-choose citeproc-date citeproc-number smartparens-rst smartparens-markdown rst compile citeproc-context citeproc-prange citeproc-style citeproc-locale citeproc-term citeproc-rt citeproc-lib citeproc-s queue ox-pandoc ht ox-org ox-odt rng-loc rng-uri rng-parse rng-match rng-dt rng-util rng-pttrn nxml-parse nxml-ns nxml-enc xmltok nxml-util ox-latex ox-icalendar ox-html table ox-ascii ox-publish ox org-ref-misc-links org-ref-label-link org-ref-ref-links org-ref-citation-links xref project org-ref-bibliography-links hydra lv bibtex-completion parsebib org-roam-migrate org-roam-log org-roam-mode org-roam-capture org-roam-id org-roam-node org-roam-db emacsql-sqlite-builtin sqlite org-roam-utils org-roam-compat org-roam org-capture emacsql-sqlite emacsql emacsql-compiler org-brain picture org-agenda org-attach embark-org smartparens-org the-org-mode-expansions org-element org-persist org-id org-refile org-element-ast inline org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src sh-script smie treesit executable ob-comint org-pcomplete org-list org-footnote org-faces org-entities foldout noutline outline ob-emacs-lisp ob-core ob-eval org-cycle org-table org-keys oc org-loaddefs cal-menu calendar cal-loaddefs ol org-fold org-fold-core org-compat avl-tree generator org-version org-macs biblio biblio-download biblio-dissemin biblio-ieee biblio-hal biblio-dblp biblio-crossref biblio-arxiv timezone biblio-doi biblio-core let-alist url-queue url-file ido bibtex iso8601 cape pass f s password-store auth-source-pass kind-icon svg-lib svg dom xml corfu-prescient vertico-prescient prescient char-fold windsize corfu-terminal popon corfu consult-gh consult-gh-autoloads compat-autoloads seq-autoloads embark-consult consult magit-bookmark bookmark embark marginalia orderless magit-submodule magit-blame magit-stash magit-reflog 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 imenu magit-diff smerge-mode diff diff-mode track-changes git-commit log-edit message sendmail yank-media puny rfc822 mml mml-sec epa epg rfc6068 epg-config gnus-util text-property-search time-date mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log magit-core magit-autorevert autorevert filenotify magit-margin magit-transient magit-process with-editor shell pcomplete comint ansi-osc server ansi-color magit-mode transient benchmark magit-git magit-base magit-section format-spec cursor-sensor crm persistent-soft list-utils pcache eieio-base savehist vertico-buffer vertico-mouse vertico compat smartparens-config smartparens-text smartparens loadhist dash expand-region text-mode-expansions er-basic-expansions expand-region-core expand-region-custom easy-kill-extras easy-kill-line-edge easy-kill-buffer easy-kill-to-char easy-kill smart-mark buffer-move windmove anchored-transpose second-sel doremi-frm frame-cmds palette eyedropper crosshairs col-highlight vline hl-line+ hl-line advice misc-cmds rect faces+ thingatpt+ frame-fns avoid hexrgb doremi-cmd cus-theme cus-edit pp wid-edit doremi info-colors winner ring curry-compose rebinder gnus-dired finder-inf dired-du find-dired edmacro auto-install cl ffap thingatpt dired dired-loaddefs straight-autoloads straight quelpa-use-package quelpa mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr lisp-mnt help-fns radix-tree comp comp-cstr cl-extra warnings comp-run comp-common kmacro functions rx use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key easy-mmode use-package-core edebug debug backtrace help-mode find-func sanityinc-tomorrow-bright-theme color-theme-sanityinc-tomorrow color allout cus-load Icicles-autoloads abyss-theme-autoloads aggressive-indent-autoloads all-the-icons-completion-autoloads all-the-icons-dired-autoloads auctex-cluttex-autoloads auto-dictionary-autoloads avy-act-autoloads back-button-autoloads backup-walker-autoloads buffer-move-autoloads cape-autoloads cdlatex-autoloads citar-embark-autoloads citar-autoloads color-theme-sanityinc-tomorrow-autoloads consult-flycheck-autoloads consult-lsp-autoloads consult-org-roam-autoloads corfu-prescient-autoloads corfu-terminal-autoloads corfu-autoloads dedicated-autoloads default-text-scale-autoloads diminish-autoloads dired-quick-sort-autoloads dired-rainbow-autoloads dired-hacks-utils-autoloads doremi-autoloads dynamic-fonts-autoloads easy-kill-extras-autoloads eldoc-box-autoloads elgrep-autoloads embark-consult-autoloads consult-autoloads embark-autoloads emms-autoloads empv-autoloads eshell-vterm-autoloads expand-region-autoloads fancy-compilation-autoloads flycheck-package-autoloads flycheck-autoloads forge-autoloads closql-autoloads ghub-autoloads gnuplot-autoloads go-translate-autoloads gptel-autoloads julia-snail-autoloads kind-icon-autoloads latex-extra-autoloads auctex-autoloads tex-site latex-pretty-symbols-autoloads lsp-julia-autoloads julia-mode-autoloads lsp-ui-autoloads lsp-mode-autoloads marginalia-autoloads mentor-autoloads mixed-pitch-autoloads modus-themes-autoloads mood-line-autoloads nav-flash-autoloads orderless-autoloads org-brain-autoloads org-modern-autoloads org-noter-autoloads helm-autoloads helm-core-autoloads async-autoloads org-rainbow-tags-autoloads org-ref-prettify-autoloads org-ref-autoloads citeproc-autoloads htmlize-autoloads org-roam-bibtex-autoloads bibtex-completion-autoloads biblio-autoloads biblio-core-autoloads org-roam-autoloads emacsql-autoloads ox-pandoc-autoloads package-build-autoloads derived package-lint-autoloads paredit-autoloads parsebib-autoloads pass-autoloads f-autoloads password-store-otp-autoloads password-store-autoloads perspective-autoloads plz-autoloads popon-autoloads popup-autoloads quelpa-autoloads rainbow-blocks-autoloads rainbow-mode-autoloads smart-mark-autoloads smartparens-autoloads smartrep-autoloads smudge-autoloads oauth2-autoloads speed-type-autoloads spinner-autoloads sqlite3-autoloads string-inflection-autoloads svg-lib-autoloads swiper-autoloads ivy-autoloads sx-autoloads markdown-mode-autoloads tabgo-autoloads tablist-autoloads telega-autoloads treemacs-all-the-icons-autoloads all-the-icons-autoloads treemacs-icons-dired-autoloads treemacs-magit-autoloads magit-autoloads pcase transient-autoloads magit-section-autoloads treemacs-persp-autoloads persp-mode-autoloads treemacs-projectile-autoloads projectile-autoloads treemacs-tab-bar-autoloads treemacs-autoloads posframe-autoloads avy-autoloads treepy-autoloads triples-autoloads try-autoloads unicode-fonts-autoloads ucs-utils-autoloads font-utils-autoloads persistent-soft-autoloads list-utils-autoloads pcache-autoloads url-scgi-autoloads use-package-ensure-system-package-autoloads system-packages-autoloads vertico-prescient-autoloads vertico-autoloads prescient-autoloads visible-mark-autoloads visual-fill-column-autoloads vterm-autoloads wfnames-autoloads windresize-autoloads windsize-autoloads with-editor-autoloads xml-rpc-autoloads yaml-autoloads yaml-mode-autoloads yasnippet-autoloads zotero-autoloads oauth-autoloads info dash-autoloads ztree-autoloads package browse-url xdg url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs icons password-cache json subr-x map byte-opt gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo gtk x-toolkit xinput2 x multi-tty move-toolbar make-network-process tty-child-frames native-compile emacs) Memory information: ((conses 16 1951125 2657062) (symbols 48 144894 73) (strings 32 538701 1063= 78) (string-bytes 1 18911727) (vectors 16 157064) (vector-slots 8 2821542 6799= 30) (floats 8 1763 14500) (intervals 56 20858 10787) (buffers 992 52)) From unknown Sat Jun 21 12:25:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#75651: Acknowledgement (31.0.50; error after pop-to-buffer with fullscreen messes up window config when called non-interactively) Resent-From: Alexander =?UTF-8?Q?Pr=C3=A4hauser?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 18 Jan 2025 18:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 75651 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 75651@debbugs.gnu.org X-Debbugs-Original-To: help-debbugs@gnu.org X-Debbugs-Original-Cc: 75651@debbugs.gnu.org Received: via spool by 75651-submit@debbugs.gnu.org id=B75651.173722352018231 (code B ref 75651); Sat, 18 Jan 2025 18:06:02 +0000 Received: (at 75651) by debbugs.gnu.org; 18 Jan 2025 18:05:20 +0000 Received: from localhost ([127.0.0.1]:43672 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tZDCC-0004jz-EC for submit@debbugs.gnu.org; Sat, 18 Jan 2025 13:05:20 -0500 Received: from mail-4322.protonmail.ch ([185.70.43.22]:57627) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tZDCA-0004jk-3B for 75651@debbugs.gnu.org; Sat, 18 Jan 2025 13:05:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1737223511; x=1737482711; bh=Iw0TZ63n48Y56EzH3byXSMlYis1ARpR1lBxun+u02Lo=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=WIq5oX/71a5qbTKG35YH2Ya1VoN5jt4L7cMJsJQC0xLjzD5hBOnTU/UjrzLJp36Qa zwOJJXQoNRkVcm1jpiClxRPXFut36Rt8YYvG2EOlde8/O+2p1JoY5gPumdJI5dh05A km5hvjGVBbi1l9tKgW+fujaN3kaH6ZwJEM0kcWXVN65VP+wG9riNCti39b5mvLrHk+ aR59cH3qK3tKogm/GjYFQ7HjYkiOL4a7Sot3WZ9UrJkobxhgj862RFLXAG4jx9iFkX voCn0cp9YrGMBsX4onDPFFck/k6Ycl7sHZYLzrggEuZ81qaXfnMw/bPZppLw32dZmo TXpq2sU4hLLBQ== Date: Sat, 18 Jan 2025 18:05:07 +0000 From: Alexander =?UTF-8?Q?Pr=C3=A4hauser?= Message-ID: <87cygk2e27.fsf@protonmail.com> In-Reply-To: References: <87h65w2ep0.fsf@protonmail.com> Feedback-ID: 39886207:user:proton X-Pm-Message-ID: da5d65d522eb09c8f1d0d05dd863cf9631cd8983 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.8 (-) 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.8 (--) writes: Sorry, I just got what's really happening: the error prevents the value of display-buffer-alist from being re-set. Still, if it can be prevented I'd guess it shouldn't happen. > Thank you for filing a new bug report with debbugs.gnu.org. > > This is an automatically generated reply to let you know your message > has been received. > > Your message is being forwarded to the package maintainers and other > interested parties for their attention; they will reply in due course. > > Your message has been sent to the package maintainer(s): > bug-gnu-emacs@gnu.org > > If you wish to submit further information on this problem, please > send it to 75651@debbugs.gnu.org. > > Please do not send mail to help-debbugs@gnu.org unless you wish > to report a problem with the Bug-tracking system. > > -- > 75651: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D75651 > GNU Bug Tracking System > Contact help-debbugs@gnu.org with problems From unknown Sat Jun 21 12:25:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#75651: 31.0.50; error after pop-to-buffer with fullscreen messes up window config when called non-interactively Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 19 Jan 2025 12:53:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 75651 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Alexander =?UTF-8?Q?Pr=C3=A4hauser?= , martin rudalics Cc: 75651@debbugs.gnu.org Received: via spool by 75651-submit@debbugs.gnu.org id=B75651.173729113518892 (code B ref 75651); Sun, 19 Jan 2025 12:53:02 +0000 Received: (at 75651) by debbugs.gnu.org; 19 Jan 2025 12:52:15 +0000 Received: from localhost ([127.0.0.1]:45201 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tZUml-0004ud-A0 for submit@debbugs.gnu.org; Sun, 19 Jan 2025 07:52:15 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55716) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tZUmh-0004uO-UC for 75651@debbugs.gnu.org; Sun, 19 Jan 2025 07:52:12 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tZUmb-0008Jv-B9; Sun, 19 Jan 2025 07:52:05 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=iu2B8k4yFM9C4JbbnqrU+1Rbn+TYeeZsO5PQdybzbxo=; b=JKT4bo4bRZWkiubJYwdN 9kbE7rdfw3m5tQ3MpVm76f/2pFre8/uKckrgsnUBf6qdufXt2iETDVWwSxziRkiyEolKhMzxIDyea X9q3OPJFq0wZ2KwKTuc0OdRAJU/U+grMoMB9OBc9po6uGPSTZ15JHgMlpIl4DMYyH8Enx5o+wFgPV mFEz/9gSukkKIZFZivwuPDVcMkrWEk28zCOX8/3tDWamNOU8RXAnkfvDwOgbCwTz7SOvTtAAlitbT 2Zmu6+O8iYkCsvuLljvSDJulJKuSjVKVO+EaxX5yjKu2SHsZD1mb3PwXLsw9BNy09b/f073f6wikC H5cE+sZksIpqFg==; Date: Sun, 19 Jan 2025 14:52:01 +0200 Message-Id: <86wmer6k5q.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <87cygk2e27.fsf@protonmail.com> (bug-gnu-emacs@gnu.org) References: <87h65w2ep0.fsf@protonmail.com> <87cygk2e27.fsf@protonmail.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Sat, 18 Jan 2025 18:05:07 +0000 > From: Alexander Prähauser via "Bug reports for GNU Emacs, > the Swiss army knife of text editors" > > writes: > > Sorry, I just got what's really happening: the error prevents the value of > display-buffer-alist from being re-set. Still, if it can be prevented I'd > guess it shouldn't happen. Martin, any comments or thoughts? From unknown Sat Jun 21 12:25:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#75651: 31.0.50; error after pop-to-buffer with fullscreen messes up window config when called non-interactively Resent-From: martin rudalics Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 19 Jan 2025 15:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 75651 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii , Alexander =?UTF-8?Q?Pr=C3=A4hauser?= Cc: 75651@debbugs.gnu.org Received: via spool by 75651-submit@debbugs.gnu.org id=B75651.173729959425505 (code B ref 75651); Sun, 19 Jan 2025 15:14:02 +0000 Received: (at 75651) by debbugs.gnu.org; 19 Jan 2025 15:13:14 +0000 Received: from localhost ([127.0.0.1]:47116 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tZWzB-0006dI-V7 for submit@debbugs.gnu.org; Sun, 19 Jan 2025 10:13:14 -0500 Received: from mout.gmx.net ([212.227.15.19]:60773) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tZWz9-0006d2-KU for 75651@debbugs.gnu.org; Sun, 19 Jan 2025 10:13:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmx.at; s=s31663417; t=1737299582; x=1737904382; i=rudalics@gmx.at; bh=wcNym27bpPGI4LDNmX9dmejdSKXF5MltwIKYkAoz9xg=; h=X-UI-Sender-Class:Message-ID:Date:MIME-Version:Subject:To:Cc: References:From:In-Reply-To:Content-Type: Content-Transfer-Encoding:cc:content-transfer-encoding: content-type:date:from:message-id:mime-version:reply-to:subject: to; b=eMkCXczLk9u+TtcYiMAZieeunwwsf0wDAWUI7ymueIknUxB02mBZmI1H3GtP6Or5 PfeDlsA4L7AigEeUgR+JkDNcRamw9jteM3YWdekVdA8wOEHFMrVf5hGYHRCStMjnU xXnEd1xITv9zz16dUwgDINyox1kR16R/wNK7ebC/o1QaE8aAPBGhrq/dd2TVXf9eo rusLbbpx9lPQ2BsXR/J/MTsL1D9jmG5kGeuCSkawQHuPa83kWyNFePNSAHBLNrIWg eKUoXZv0Ne1C7oTb8BLDaq3gB4N43WgBa6+5+Y91bOyjfVUBBjQit2qdQeuNpkJQ3 gM8QvsBTEZxzjJoInQ== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from [192.168.31.113] ([212.95.5.209]) by mail.gmx.net (mrgmx004 [212.227.17.190]) with ESMTPSA (Nemesis) id 1McpJg-1t11FH3cri-00iXfc; Sun, 19 Jan 2025 16:13:01 +0100 Message-ID: Date: Sun, 19 Jan 2025 16:13:00 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird References: <87h65w2ep0.fsf@protonmail.com> <87cygk2e27.fsf@protonmail.com> <86wmer6k5q.fsf@gnu.org> Content-Language: en-US From: martin rudalics In-Reply-To: <86wmer6k5q.fsf@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:6Zb2EH+2IEmjruZ9PJdtOCy6yczdTDCasrLputO5KIn36s/Wt25 TpE8jNSZ8CUyugCpeh7pYAPXGpdOqJ8iJZRjo0EEe7RDkmkoYM1ZVEw62V2xd+bWYjqqKpa 4HwOS4wtUxXh7Wa24GqhTcjRfFLFW/nOv7HijEpz/gTQjMcZlRExPILnqNwA8o8NRQ3nO4X NB7XcWtux/9sZvvBVthNw== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:HunqSRqIHFs=;FnItDyBX/7bAoZjwCkXI3dHUY+2 zBtpu7RY0i6aFAHYhbg9Uraah+1a1/ok5Bffl2LrvQmDw+O1YwFphraOcb+wXs4s7IDDzxyr0 oXdZCQNDaW4FXYb6y/B+bOGzjD/8JnNgrlJ3C2h6S6IA3jN4ILvBuUQnTP00l6vZkKe/xASuh wCFQ5QYLzuWXG5QvT15mg7CgDx1rMVoNvJRcMEWpr3sAHjS7QBtKFH9uVG293vJJPTfUzZyJe z0PpayTxoKJi9+DHfUb0GJSBZdXTEcZvuZ/eLGjZBMiRAM2x8GYpxiRMRC7cum8M8T9rDsJl1 8AHZyBLESe2K8JRR2m4VBblEpuuBRQeJCdcF9DFuROWd24iimkY5SXeMle1EiTkZv0Jq8ELsk fs7P00v9+lXdzM64fYf2xAdYwpBldpZvA/Q5Q34mvSLYGDFlQI1VO6tjxqLGevR7hxUjUkKQo I5Asy4bXchOmYlHQ+rbg6rXaPsNPa29N0N+VGLiPrAtccCujq+X/G9uPluGCCqfQhEInGAuIj c9HBHtXcrO4SOie9mlW4Jya39vJSgk2oQcA44C7U5LLBT6UfkJh4uuC+0JpZe5aNkY9wbk8AX T8GJ1dTiY4DdLiJCU0IFSQJyxtQNZS985BIi8VYXd00JEiBIqHtS9WCiCGr7iTBzwrOm5+QVt McCD0/LKCoMbxZOUgRsnPYF8Qcu5ZWtND3Qxu6RiEa+Ae7/8D9DgG5BSRW83AzRocJuChVJ7X fPEJqCs2k2GTRiXn5pXM65bcEoAYfXK/dUn3zDIQaRr3DAXjd0l/NrG/HBiYS2vPwFsbzQ1u2 xzw9vINvhS7U2MoXzVKzsl3hWVgLaRRHReJWW63t0X7kvX/VCOn01iENu+ARRf4DzN9M1YYyY 5sBYk/4dXVxNfgTqNliapvQgKcD7fKc8EUmToKcuFeHKgpg3uQxKVNGujIrMMoqxVeuXGh9EE 0UtduaOAU5c45/ePb8lErWY+nZO28ENf39hxlSdB7mj0X84ShkGx+ozPNl2/hTkMmjdsPa7yC op0jGQ0SBPeFlnJtG4uj6v0ZC1kll2qbkiO75awTiBJ4o/0sej3p62d4LrvfwhetGrZdeRHA6 p44m3TpBLdkd7rHDROdCyIRUxkdf9UsD0TpyfJvT5IQwQC5B2rXxNYk13NOYh3zO5+i6mMuFp ikt6CHi8C6mRUb/HHL3/sZkXAR94mpk/ZzttSgiuO9w== X-Spam-Score: 1.1 (+) 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: >> Sorry, I just got what's really happening: the error prevents the value of >> display-buffer-alist from being re-set. Still, if it can be prevented I'd >> guess it shouldn't happen. > > Martin, an [...] Content analysis details: (1.1 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [212.227.15.19 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [212.227.15.19 listed in sa-accredit.habeas.com] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [212.95.5.209 listed in zen.spamhaus.org] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [212.227.15.19 listed in list.dnswl.org] -1.8 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [212.227.15.19 listed in wl.mailspike.net] 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (rudalics[at]gmx.at) -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 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.1 (/) >> Sorry, I just got what's really happening: the error prevents the value of >> display-buffer-alist from being re-set. Still, if it can be prevented I'd >> guess it shouldn't happen. > > Martin, any comments or thoughts? When Emacs enters the debugger any bindings stay as they were set up at the time the error occurred - otherwise I could not investigate the cause of the error. As soon as I quit the debugger, I leave the let-binding and things work as before. So IIUC this must not be prevented until the debugger has been left. Or am I missing something? martin From unknown Sat Jun 21 12:25:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#75651: 31.0.50; error after pop-to-buffer with fullscreen messes up window config when called non-interactively Resent-From: Alexander =?UTF-8?Q?Pr=C3=A4hauser?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 19 Jan 2025 18:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 75651 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: martin rudalics Cc: Eli Zaretskii , 75651@debbugs.gnu.org Received: via spool by 75651-submit@debbugs.gnu.org id=B75651.173731253211189 (code B ref 75651); Sun, 19 Jan 2025 18:49:02 +0000 Received: (at 75651) by debbugs.gnu.org; 19 Jan 2025 18:48:52 +0000 Received: from localhost ([127.0.0.1]:47450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tZaLs-0002uP-7l for submit@debbugs.gnu.org; Sun, 19 Jan 2025 13:48:52 -0500 Received: from mail-10628.protonmail.ch ([79.135.106.28]:60657) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tZaLp-0002u5-6t for 75651@debbugs.gnu.org; Sun, 19 Jan 2025 13:48:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1737312521; x=1737571721; bh=R9vgWdNs1L04ojotjH0kvLXK8w9GkWhCEaSWRyyTfMc=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=EJ52LIlELkb3bY3s0ntbPCOePIqbxcCYU3wN2P+yzR8ZKHIY85tULqpAhN7ucAKLg XIo7MP0JOXAHso9SwDOTqqqz2nrGjT306g8bo4HlGTT0jg0cjEdUROyNbGnPzr6Wt4 4VjlTskWSb5ava17MIakNdKuZJWrNy1j9Vf6wutOIpLEcaLz0eeMAArPOWtjkGdUh1 bziSdRJA9rlcziGhdnscwjxIe7DqdT27wfFfN31VT3N2kTC6hTmJznRMTtQ7M4hOO+ rMHhJ73h6CvBHRLE/Wh49bJyzBEsCQBx8jgQydCWDhpYZTooqFwNhV4B3B1KtWVyF2 E2TK/dzHcfBLw== Date: Sun, 19 Jan 2025 18:48:36 +0000 From: Alexander =?UTF-8?Q?Pr=C3=A4hauser?= Message-ID: <87r04yod1a.fsf@protonmail.com> In-Reply-To: References: <87h65w2ep0.fsf@protonmail.com> <87cygk2e27.fsf@protonmail.com> <86wmer6k5q.fsf@gnu.org> Feedback-ID: 39886207:user:proton X-Pm-Message-ID: 328106168d3ed6a5e36ee2f704ccf4adad36f183 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) "martin rudalics" writes: Huh. I hadn't quit the debugger because I had experienced that issue for some time and just wanted to find the exact cause to write a bug report. Could I really just not have quit the debugger each time I encountered it? That seems incredible to me, but I don't have any better explanation. If it happens again when I can surely say I've quit the debugger I'll write another reply, but otherwise the error seems to lie with me. Sorry, everyone! > >> Sorry, I just got what's really happening: the error prevents the val= ue of > >> display-buffer-alist from being re-set. Still, if it can be prevented= I'd > >> guess it shouldn't happen. > > > > Martin, any comments or thoughts? > > When Emacs enters the debugger any bindings stay as they were set up > at the time the error occurred - otherwise I could not investigate the > cause of the error. As soon as I quit the debugger, I leave the > let-binding and things work as before. So IIUC this must not be > prevented until the debugger has been left. Or am I missing something? > > martin From unknown Sat Jun 21 12:25:06 2025 X-Loop: help-debbugs@gnu.org Subject: bug#75651: 31.0.50; error after pop-to-buffer with fullscreen messes up window config when called non-interactively Resent-From: martin rudalics Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 20 Jan 2025 08:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 75651 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Alexander =?UTF-8?Q?Pr=C3=A4hauser?= Cc: Eli Zaretskii , 75651@debbugs.gnu.org Received: via spool by 75651-submit@debbugs.gnu.org id=B75651.173736211612619 (code B ref 75651); Mon, 20 Jan 2025 08:36:02 +0000 Received: (at 75651) by debbugs.gnu.org; 20 Jan 2025 08:35:16 +0000 Received: from localhost ([127.0.0.1]:48899 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tZnFc-0003HT-4b for submit@debbugs.gnu.org; Mon, 20 Jan 2025 03:35:16 -0500 Received: from mout.gmx.net ([212.227.15.18]:49661) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tZnFY-0003Et-OV for 75651@debbugs.gnu.org; Mon, 20 Jan 2025 03:35:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmx.at; s=s31663417; t=1737362098; x=1737966898; i=rudalics@gmx.at; bh=m24ay9vWxhXJ8HdGO2qwVvB9UC4pAVHtQ2RgdxG66TE=; h=X-UI-Sender-Class:Message-ID:Date:MIME-Version:Subject:To:Cc: References:From:In-Reply-To:Content-Type: Content-Transfer-Encoding:cc:content-transfer-encoding: content-type:date:from:message-id:mime-version:reply-to:subject: to; b=Oq2ZgRtpH+soyfXWNXkV9+bkO3wzqOVFGTf8B0e2oXdtsU7w84MmMKCOJHUenZuk BfJR1Qxrm99YBf2HzoxB5z/WZL/V64WyF8BnM/hF+MJoW1l18/6+K8QoPc5omnOkk v5ZEMNL+UpjU//ieBN2Y6oZBMhLrit1m4WceDB9uuWdcy4UdIel9y7HKchKvndD3W O6EonSbN34GGhEkJ4DISC2fWvm2EpRN+FIyuVg8pMD/hloqBXTa2X0wF9nDRo/rvG khcHnJ8knbY7jtOiZCVfqb12D/kxpz4SW3Ml8ZSXBaC6tCE6lZz/hQJGxlu9HkinJ utYCvmJvUQMre5Bv1w== X-UI-Sender-Class: 724b4f7f-cbec-4199-ad4e-598c01a50d3a Received: from [192.168.31.113] ([46.125.249.106]) by mail.gmx.net (mrgmx005 [212.227.17.190]) with ESMTPSA (Nemesis) id 1MJmGZ-1tpWqe3jJJ-00Y2NE; Mon, 20 Jan 2025 09:34:57 +0100 Message-ID: <1b66ef41-70f8-4f37-ba72-523a29d4931b@gmx.at> Date: Mon, 20 Jan 2025 09:34:57 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird References: <87h65w2ep0.fsf@protonmail.com> <87cygk2e27.fsf@protonmail.com> <86wmer6k5q.fsf@gnu.org> <87r04yod1a.fsf@protonmail.com> Content-Language: en-US From: martin rudalics In-Reply-To: <87r04yod1a.fsf@protonmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K1:/XfIZOH2Y/9c3niubeYtHSNE02fDzDFLepaSbmBVeXhRjQ9y0Bi 8EVdZYV7799i/q8xESldoODXJxLcrOPFB3ZC19GcUTa/TgVF7y9AG4GhRYM0VTttIgZYiNm 5E8kwwar/Kw6H/f10/Fu55rKYl0lE4ht42GuCBm0ZmiMcDnP2exQNN+tWK6hebisY7Ok51e H23tc2EPxSo0drR0ds1Vw== X-Spam-Flag: NO UI-OutboundReport: notjunk:1;M01:P0:ALbnN5SPoJc=;3RPMFDRy1s+1ArKjjwi3cEBAp4E 4jXn2lVjVUb+ISTUxaA6qM46e0CyTRIjmb/pzWlHYKWCObuH52umG2nCG1d5vDTiEKXsPgJl5 xt98swsMWuJNb6yQwgEHRC3FbQnvMjrEb7nDEJ5JLZBOimYZqbKZy9VrGPk5VKjmKytHtCCvE zimVOUG04nb+DrmzyzPuCft71I23F+giiQ8dh73KBc05EmxYJbRRtPNv3ThvOJPoggHtZjjQr f5Uq2u1MFPh3E75wqdEEBbLMm1uqsKeocK/vN0tDCRX7uJ8l8lhq2YM7jh/hQKXl4BMd3Brbc YiwsO+UzKQpEkDQ6WQi8mvgWOPxBkIubps+5shF5UGdFD18Q9fYNHiwHCVJ3j5GX5vL+fyLHB KDMw3Tn+fZY9Hcd3B4QVybcHCrOnDQPOkjF68vEiaVQyFNNNLAiHGbroXy46i+uhuWZWNeaFj bzQ4S2EVTb/5pyfEhIwUoUrFZ4mZtg1jYhaEeM/AIThWtH7olXR8d90Pph+UC8hx2hdEBQi5t DRTYWlNfo81OsMG4esKKGttzsqRAObfO76lNM3z68FfEA2QSYAPE1NM8BsNv4b4vlC3N65IPT vUJyMwC0xg9YUh1cb18bMNADyxScTWgaYQVH5ppBgkOfzxtyxKabGZtkVGBSAaggttDPwcV0c JTBqCv9uXml1TSDCapz+XT/F7LMvtBUk0v0VQ+SPeuKRzOWMmkQQGLpn/Utxidy1zyaulSZlw haOl3q/l0xWZi8WX9sQsu+5y37KzuVNWSjn/Q5P4H3EDO4tS+UWgQ+QnA59FSbZZB2K0iKQmH A1FnRKlBT790RgRUyPlojaz9rJikbEcbXBRpqp8Kc85ezWnYvCU1j46WeSup/ivPBXftuZLEm 02Nf+0Ur10/JAVCvGrT9j4BE5BbFZWjMnIV6nnS+VBsoKsPOMX5N+tWbIAMfAK/AKTDnj8/nv 1PIyGoTQRI7+mR46T81iKh6yTNFdjAh7u8UR/zNuSCDmhabN4EJR14P82LxjJHh2w3JHohDzC sBGYa/V/JVYcDbJwdIIeMJRf4iuSqmp34kqJ5Kq2sVZe7HwaWKWhYSkF1FKve8r39+TAwlyQ0 M6fxXlv1JT11kbzlst2kknbnnX8bes2YVGVsBvVQicac/1vtYPusJATPtFPdOgkNSYmKCgHFB Nm4QWZyc/EpQ47SMnqWj6d5UDl1dE5LpkFrpIW2ZSBQ== X-Spam-Score: 2.8 (++) 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: > Huh. I hadn't quit the debugger because I had experienced that issue > for some time and just wanted to find the exact cause to write a bug > report. Could I really just not have quit the debugger [...] Content analysis details: (2.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [46.125.249.106 listed in zen.spamhaus.org] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [212.227.15.18 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [212.227.15.18 listed in sa-trusted.bondedsender.org] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [212.227.15.18 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [212.227.15.18 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (rudalics[at]gmx.at) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders 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.8 (+) 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: > Huh. I hadn't quit the debugger because I had experienced that issue > for some time and just wanted to find the exact cause to write a bug > report. Could I really just not have quit the debugger [...] Content analysis details: (1.8 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [46.125.249.106 listed in zen.spamhaus.org] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [212.227.15.18 listed in list.dnswl.org] -0.0 RCVD_IN_MSPIKE_H3 RBL: Good reputation (+3) [212.227.15.18 listed in wl.mailspike.net] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [212.227.15.18 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_SAFE_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [212.227.15.18 listed in sa-accredit.habeas.com] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (rudalics[at]gmx.at) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_WL Mailspike good senders -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager > Huh. I hadn't quit the debugger because I had experienced that issue > for some time and just wanted to find the exact cause to write a bug > report. Could I really just not have quit the debugger each time I > encountered it? That seems incredible to me, but I don't have any better > explanation. If it happens again when I can surely say I've quit the > debugger I'll write another reply, but otherwise the error seems to lie > with me. Sorry, everyone! The ways of the debugger are unfathomable. martin (Romans 11:33)