From unknown Sun Jun 22 22:40:22 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#61850 <61850@debbugs.gnu.org> To: bug#61850 <61850@debbugs.gnu.org> Subject: Status: 29.0.60; Emacs 29 removes the ability to suppress ediff frames Reply-To: bug#61850 <61850@debbugs.gnu.org> Date: Mon, 23 Jun 2025 05:40:22 +0000 retitle 61850 29.0.60; Emacs 29 removes the ability to suppress ediff frames reassign 61850 emacs submitter 61850 Morgan Willcock severity 61850 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 27 14:47:44 2023 Received: (at submit) by debbugs.gnu.org; 27 Feb 2023 19:47:44 +0000 Received: from localhost ([127.0.0.1]:48873 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWjTK-00019U-DI for submit@debbugs.gnu.org; Mon, 27 Feb 2023 14:47:44 -0500 Received: from lists.gnu.org ([209.51.188.17]:57570) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWcgl-0007RG-1d for submit@debbugs.gnu.org; Mon, 27 Feb 2023 07:33: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 1pWcgk-0004FC-MN for bug-gnu-emacs@gnu.org; Mon, 27 Feb 2023 07:33:06 -0500 Received: from relay11.mail.gandi.net ([2001:4b98:dc4:8::231]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWcgg-0008Dn-1V for bug-gnu-emacs@gnu.org; Mon, 27 Feb 2023 07:33:06 -0500 Received: (Authenticated sender: morgan@ice9.digital) by mail.gandi.net (Postfix) with ESMTPSA id DCF20100006 for ; Mon, 27 Feb 2023 12:32:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ice9.digital; s=gm1; t=1677501177; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=BjnMY595uXQpomWqmGzE8L1CPcvoeX+x331o1XzpXEM=; b=HE1xmbEXVAo3XBeaCRuP2gUY5+/At3XeWThFHj4z+fv5FN05uoT690G2DQfEVx6tdfPp6T 5PwRtN9nat45n75MYCCAi3wc3Xcv/s8lpFcld5gFG9mit1RtXgJbphJfup0OvTaf8TyBBG An1Cu+BhwUBPDazQX6VtmCveB4C+StGKoLoHJENN/Xvbx+vodxYmr/VcKggE6vCOvqpunK jcaVpiisTyyRarKoHf9P2CMYSFW8AUEoNM69h41MhDtVBF+SX8AfgYjgGi862PbB/kwfqU fJO0KpBiGG7vTeIBnn/CV6VrZHgsl+mSLmnmErxGHAX2NLboptTSeRPU95ckpw== From: Morgan Willcock To: bug-gnu-emacs@gnu.org Subject: 29.0.60; Emacs 29 removes the ability to suppress ediff frames Date: Mon, 27 Feb 2023 12:32:52 +0000 Message-ID: <86ilfnthjf.fsf@ice9.digital> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=2001:4b98:dc4:8::231; envelope-from=morgan@ice9.digital; helo=relay11.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 27 Feb 2023 14:47:37 -0500 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.6 (--) It no longer seems possible to prevent ediff creating additional frames. Previously this behaviour could be altered with: (advice-add 'ediff-window-display-p :override #'ignore) This no longer seems to work, I imagine because this functions is now an alias: (define-obsolete-function-alias 'ediff-window-display-p #'display-graphic-p "29.1") The problems caused by opening an additional frame do not necessarily correspond with the result of display-graphic-p. For example, when using EXWM a frame is a workspace and creating a new workspace is unlikely to be desirable or usable within an ediff session. If ediff-window-display-p is obsolete I think there needs to be a custom variable added to allow users to suppress the creation of new frames by ediff. Thanks, Morgan In GNU Emacs 29.0.60 (build 1, x86_64-w64-mingw32) of 2023-02-19 built on AVALON Repository revision: 497ed0fb42e90b9f1815b520fc632a2f70eb43e1 Repository branch: emacs-29 Windowing system distributor 'Microsoft Corp.', version 10.0.19044 System Description: Microsoft Windows 10 Pro (v10.0.2009.19044.2604) Configured using: 'configure --with-modules --without-dbus --with-native-compilation --without-compress-install CFLAGS=-O2' Configured features: ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NATIVE_COMP NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS WEBP XPM ZLIB (NATIVE_COMP present but libgccjit not available) Important settings: value of $LANG: ENG locale-coding-system: cp1252 Major mode: ELisp/l Minor modes in effect: jabber-activity-mode: t server-mode: t display-fill-column-indicator-mode: t vertico-multiform-mode: t vertico-flat-mode: t vertico-mode: t global-corfu-mode: t corfu-mode: t which-key-mode: t erc-spelling-mode: t savehist-mode: t minibuffer-electric-default-mode: t minibuffer-depth-indicate-mode: t recentf-mode: t shell-dirtrack-mode: t global-hl-line-mode: t display-time-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: c:/Users/mwillcock/.emacs.d/custom/powershell.el/powershell hides c:/Users/mwillcock/.emacs.d/custom/powershell c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox hides c:/emacs/share/emacs/29.0.60/lisp/org/ox c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox-texinfo hides c:/emacs/share/emacs/29.0.60/lisp/org/ox-texinfo c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox-publish hides c:/emacs/share/emacs/29.0.60/lisp/org/ox-publish c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox-org hides c:/emacs/share/emacs/29.0.60/lisp/org/ox-org c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox-odt hides c:/emacs/share/emacs/29.0.60/lisp/org/ox-odt c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox-md hides c:/emacs/share/emacs/29.0.60/lisp/org/ox-md c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox-man hides c:/emacs/share/emacs/29.0.60/lisp/org/ox-man c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox-latex hides c:/emacs/share/emacs/29.0.60/lisp/org/ox-latex c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox-koma-letter hides c:/emacs/share/emacs/29.0.60/lisp/org/ox-koma-letter c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox-icalendar hides c:/emacs/share/emacs/29.0.60/lisp/org/ox-icalendar c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox-html hides c:/emacs/share/emacs/29.0.60/lisp/org/ox-html c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox-beamer hides c:/emacs/share/emacs/29.0.60/lisp/org/ox-beamer c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ox-ascii hides c:/emacs/share/emacs/29.0.60/lisp/org/ox-ascii c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org hides c:/emacs/share/emacs/29.0.60/lisp/org/org c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-version hides c:/emacs/share/emacs/29.0.60/lisp/org/org-version c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-timer hides c:/emacs/share/emacs/29.0.60/lisp/org/org-timer c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-tempo hides c:/emacs/share/emacs/29.0.60/lisp/org/org-tempo c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-table hides c:/emacs/share/emacs/29.0.60/lisp/org/org-table c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-src hides c:/emacs/share/emacs/29.0.60/lisp/org/org-src c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-refile hides c:/emacs/share/emacs/29.0.60/lisp/org/org-refile c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-protocol hides c:/emacs/share/emacs/29.0.60/lisp/org/org-protocol c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-plot hides c:/emacs/share/emacs/29.0.60/lisp/org/org-plot c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-persist hides c:/emacs/share/emacs/29.0.60/lisp/org/org-persist c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-pcomplete hides c:/emacs/share/emacs/29.0.60/lisp/org/org-pcomplete c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-num hides c:/emacs/share/emacs/29.0.60/lisp/org/org-num c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-mouse hides c:/emacs/share/emacs/29.0.60/lisp/org/org-mouse c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-mobile hides c:/emacs/share/emacs/29.0.60/lisp/org/org-mobile c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-macs hides c:/emacs/share/emacs/29.0.60/lisp/org/org-macs c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-macro hides c:/emacs/share/emacs/29.0.60/lisp/org/org-macro c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-loaddefs hides c:/emacs/share/emacs/29.0.60/lisp/org/org-loaddefs c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-list hides c:/emacs/share/emacs/29.0.60/lisp/org/org-list c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-lint hides c:/emacs/share/emacs/29.0.60/lisp/org/org-lint c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-keys hides c:/emacs/share/emacs/29.0.60/lisp/org/org-keys c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-inlinetask hides c:/emacs/share/emacs/29.0.60/lisp/org/org-inlinetask c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-indent hides c:/emacs/share/emacs/29.0.60/lisp/org/org-indent c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-id hides c:/emacs/share/emacs/29.0.60/lisp/org/org-id c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-habit hides c:/emacs/share/emacs/29.0.60/lisp/org/org-habit c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-goto hides c:/emacs/share/emacs/29.0.60/lisp/org/org-goto c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-footnote hides c:/emacs/share/emacs/29.0.60/lisp/org/org-footnote c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-fold hides c:/emacs/share/emacs/29.0.60/lisp/org/org-fold c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-fold-core hides c:/emacs/share/emacs/29.0.60/lisp/org/org-fold-core c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-feed hides c:/emacs/share/emacs/29.0.60/lisp/org/org-feed c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-faces hides c:/emacs/share/emacs/29.0.60/lisp/org/org-faces c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-entities hides c:/emacs/share/emacs/29.0.60/lisp/org/org-entities c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-element hides c:/emacs/share/emacs/29.0.60/lisp/org/org-element c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-duration hides c:/emacs/share/emacs/29.0.60/lisp/org/org-duration c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-datetree hides c:/emacs/share/emacs/29.0.60/lisp/org/org-datetree c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-cycle hides c:/emacs/share/emacs/29.0.60/lisp/org/org-cycle c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-ctags hides c:/emacs/share/emacs/29.0.60/lisp/org/org-ctags c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-crypt hides c:/emacs/share/emacs/29.0.60/lisp/org/org-crypt c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-compat hides c:/emacs/share/emacs/29.0.60/lisp/org/org-compat c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-colview hides c:/emacs/share/emacs/29.0.60/lisp/org/org-colview c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-clock hides c:/emacs/share/emacs/29.0.60/lisp/org/org-clock c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-capture hides c:/emacs/share/emacs/29.0.60/lisp/org/org-capture c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-attach hides c:/emacs/share/emacs/29.0.60/lisp/org/org-attach c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-attach-git hides c:/emacs/share/emacs/29.0.60/lisp/org/org-attach-git c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-archive hides c:/emacs/share/emacs/29.0.60/lisp/org/org-archive c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/org-agenda hides c:/emacs/share/emacs/29.0.60/lisp/org/org-agenda c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol hides c:/emacs/share/emacs/29.0.60/lisp/org/ol c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-w3m hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-w3m c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-rmail hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-rmail c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-mhe hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-mhe c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-man hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-man c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-irc hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-irc c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-info hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-info c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-gnus hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-gnus c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-eww hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-eww c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-eshell hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-eshell c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-doi hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-doi c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-docview hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-docview c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-bibtex hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-bibtex c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ol-bbdb hides c:/emacs/share/emacs/29.0.60/lisp/org/ol-bbdb c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/oc hides c:/emacs/share/emacs/29.0.60/lisp/org/oc c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/oc-natbib hides c:/emacs/share/emacs/29.0.60/lisp/org/oc-natbib c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/oc-csl hides c:/emacs/share/emacs/29.0.60/lisp/org/oc-csl c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/oc-bibtex hides c:/emacs/share/emacs/29.0.60/lisp/org/oc-bibtex c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/oc-biblatex hides c:/emacs/share/emacs/29.0.60/lisp/org/oc-biblatex c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/oc-basic hides c:/emacs/share/emacs/29.0.60/lisp/org/oc-basic c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob hides c:/emacs/share/emacs/29.0.60/lisp/org/ob c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-tangle hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-tangle c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-table hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-table c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-sqlite hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-sqlite c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-sql hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-sql c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-shell hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-shell c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-sed hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-sed c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-screen hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-screen c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-scheme hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-scheme c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-sass hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-sass c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-ruby hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-ruby c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-ref hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-ref c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-R hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-R c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-python hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-python c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-processing hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-processing c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-plantuml hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-plantuml c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-perl hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-perl c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-org hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-org c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-octave hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-octave c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-ocaml hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-ocaml c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-maxima hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-maxima c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-matlab hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-matlab c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-makefile hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-makefile c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-lua hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-lua c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-lob hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-lob c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-lisp hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-lisp c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-lilypond hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-lilypond c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-latex hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-latex c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-julia hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-julia c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-js hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-js c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-java hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-java c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-haskell hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-haskell c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-groovy hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-groovy c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-gnuplot hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-gnuplot c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-fortran hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-fortran c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-forth hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-forth c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-exp hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-exp c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-eval hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-eval c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-eshell hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-eshell c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-emacs-lisp hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-emacs-lisp c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-dot hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-dot c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-ditaa hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-ditaa c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-css hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-css c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-core hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-core c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-comint hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-comint c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-clojure hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-clojure c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-calc hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-calc c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-C hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-C c:/Users/mwillcock/.emacs.d/elpa/org-9.6.1/ob-awk hides c:/emacs/share/emacs/29.0.60/lisp/org/ob-awk Features: (shadow emacsbug shortdoc ediff-ptch ediff-vers pcmpl-unix sh-script executable url-http url-gw url-cache url-auth emacs-news-mode two-column view log-edit add-log gnus-search eieio-opt speedbar ezimage dframe cl-print help-fns radix-tree tramp-cmds mhtml-mode css-mode smie js c-ts-common goto-addr mule-util cal-move smerge-mode diff vc misearch multi-isearch vc-cvs vc-rcs log-view pcvs-util tramp-cache time-stamp tramp-sh tramp tramp-loaddefs trampver tramp-integration cus-edit cus-start cus-load files-x tramp-compat sort mm-archive mail-extr textsec uni-scripts idna-mapping ucs-normalize uni-confusable textsec-check qp gnus-async gnus-bcklg gnus-ml jabber-keepalive jabber-ping jabber-bookmarks jabber jabber-libnotify jabber-awesome jabber-osd jabber-wmii jabber-xmessage jabber-festival jabber-sawfish jabber-ratpoison jabber-tmux jabber-screen jabber-socks5 jabber-ft-server jabber-si-server jabber-ft-client jabber-ft-common jabber-si-client jabber-si-common jabber-feature-neg jabber-truncate jabber-time jabber-autoaway jabber-vcard-avatars jabber-chatstates jabber-events jabber-vcard jabber-avatar jabber-activity jabber-watch jabber-modeline jabber-ahc-presence jabber-ahc jabber-version jabber-ourversion jabber-muc-nick-completion hippie-exp jabber-browse jabber-search jabber-register jabber-roster jabber-private jabber-presence jabber-muc jabber-muc-nick-coloring hexrgb jabber-newdisco jabber-widget jabber-disco jabber-chat jabber-history jabber-chatbuffer jabber-alert jabber-iq jabber-core jabber-console sgml-mode facemenu ewoc jabber-keymap jabber-sasl sasl sasl-anonymous sasl-login sasl-plain fsm jabber-logon cl jabber-conn srv dns starttls tls jabber-xml jabber-menu jabber-util gnus-topic nndraft nnmh utf-7 cursor-sensor epa-file network-stream nsm nnfolder nnnil gnus-agent gnus-srvr gnus-score score-mode nnvirtual nntp gnus-cache server org-duration cal-iso autorevert face-remap display-fill-column-indicator vertico-reverse vertico-quick vertico-multiform vertico-flat vertico-directory vertico corfu sly sly-completion sly-buttons sly-messages sly-common apropos etags fileloop xref arc-mode archive-mode hyperspec plantuml-mode dash orderless powershell compile jabber-autoloads yaml-mode markdown-mode lua-mode advice edmacro kmacro kixtart-mode tempo imenu org-msg let-alist color 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 htmlize gnus-msg gnus-icalendar icalendar gnus-dired gnus-cite which-key ags-mode cc-langs cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs python project treesit erc-spelling flyspell erc-goodies erc pp erc-backend erc-networks erc-common erc-compat compat erc-loaddefs ediff ediff-merg ediff-mult ediff-wind ediff-diff ediff-help ediff-init ediff-util dired-aux vc-git diff-mode easy-mmode vc-dispatcher org-indent oc-basic cl-extra org-element org-persist org-id avl-tree generator ol-eww eww xdg url-queue thingatpt mm-url ol-rmail ol-mhe ol-irc ol-info ol-gnus nnselect gnus-art mm-uu mml2015 mm-view mml-smime smime gnutls dig gnus-sum gnus-group gnus-undo gnus-start gnus-dbus dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo parse-time gnus-spec gnus-int gnus-range gnus-win ol-docview doc-view filenotify jka-compr image-mode exif ol-bibtex bibtex iso8601 ol-bbdb ol-w3m ol-doi org-link-doi org-agenda appt diary-lib diary-loaddefs org-capture org-refile ob-shell ob-plantuml ob-dot org-clock org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-src ob-comint org-pcomplete org-list org-footnote org-faces org-entities noutline outline icons ob-emacs-lisp ob-core ob-eval org-cycle org-table ol rx org-fold org-fold-core org-keys oc org-loaddefs cal-menu calendar cal-loaddefs org-version org-compat org-macs format-spec autoinsert savehist minibuf-eldef mb-depth recentf tree-widget ibuffer ibuffer-loaddefs shell pcomplete comint ansi-osc ansi-color ring hl-line time gnus nnheader range wid-edit ispell shr pixel-fill kinsoku url-file svg xml dom modus-vivendi-theme modus-themes ecomplete message sendmail yank-media puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util text-property-search time-date mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr mailabbrev mail-utils gmm-utils mailheader help-mode find-func pcase yaml-mode-autoloads which-key-autoloads vertico-autoloads sly-autoloads php-mode-autoloads org-autoloads orderless-autoloads modus-themes-autoloads markdown-mode-autoloads lua-mode-autoloads htmlize-autoloads dash-autoloads corfu-autoloads info compat-autoloads package browse-url 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 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 dos-w32 ls-lisp disp-table term/w32-win w32-win w32-vars term/common-win 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 w32notify w32 lcms2 multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 1660441 112217) (symbols 48 49094 8) (strings 32 349337 12805) (string-bytes 1 9312025) (vectors 16 135921) (vector-slots 8 2512230 136946) (floats 8 800 237) (intervals 56 114320 7827) (buffers 976 61)) From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 27 15:02:08 2023 Received: (at 61850) by debbugs.gnu.org; 27 Feb 2023 20:02:08 +0000 Received: from localhost ([127.0.0.1]:48891 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWjhI-0001d0-7j for submit@debbugs.gnu.org; Mon, 27 Feb 2023 15:02:08 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35366) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWjhG-0001cW-Aq for 61850@debbugs.gnu.org; Mon, 27 Feb 2023 15:02:07 -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 1pWjhA-0001zW-M5; Mon, 27 Feb 2023 15:02:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=grYJ2JJs248ActgGzvwLvbcqW7nFww+PEp7eVPTRlPw=; b=nWkR3yY1VUZG uqlWM0+PhBnGiAqUizW14qkeiZESWqMgBJY4SO7DxDR8LRk/suiPkKWmSSgpo6xpEafhlosgPOJyM vFRPYXMuB7Ol5axBP+I30MTimobVeUTpGJNhbpNgDqQIjBG1zmO2YQKfugKu4/e8izjKHUqfPf9Ob eWhZug7WJWXQE4vnRv76lckqFRWKykUeIMPZ+NkNIrYuiXy4eMJk8lgEqj2jtYG8wTvK6NWtIymfB 1yHjGdPhztkRgKU99J8zE/kvnQ9pmBi0zd3prdM08aAK190Z9Q/IuP9MkJkYG/+HY4kAYkRM4r1e6 YRduDlnn1HMDOy6vehLMYw==; Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWjh9-0005ZJ-DJ; Mon, 27 Feb 2023 15:02:00 -0500 Date: Mon, 27 Feb 2023 22:02:09 +0200 Message-Id: <83mt4yho72.fsf@gnu.org> From: Eli Zaretskii To: Morgan Willcock In-Reply-To: <86ilfnthjf.fsf@ice9.digital> (message from Morgan Willcock on Mon, 27 Feb 2023 12:32:52 +0000) Subject: Re: bug#61850: 29.0.60; Emacs 29 removes the ability to suppress ediff frames References: <86ilfnthjf.fsf@ice9.digital> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 61850 Cc: 61850@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: -3.3 (---) > From: Morgan Willcock > Date: Mon, 27 Feb 2023 12:32:52 +0000 > > If ediff-window-display-p is obsolete I think there needs to be a custom > variable added to allow users to suppress the creation of new frames by > ediff. I agree. Would you like to submit a patch to that effect? From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 27 15:56:46 2023 Received: (at 61850) by debbugs.gnu.org; 27 Feb 2023 20:56:46 +0000 Received: from localhost ([127.0.0.1]:48949 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWkY9-00034m-Sr for submit@debbugs.gnu.org; Mon, 27 Feb 2023 15:56:46 -0500 Received: from sonic309-25.consmr.mail.ir2.yahoo.com ([77.238.179.83]:43032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWkY6-00034U-SW for 61850@debbugs.gnu.org; Mon, 27 Feb 2023 15:56:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s2048; t=1677531395; bh=6YEE5NvdVNrYqNgeY+5t0opTaTPCRKHfCGmEm+Qqkvo=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=JUm6qfQOc1ALMJFpbuoadgU4VxUPfreIfG/TpsuwHrTmFMfiuB636QAvMPsbjj3amimqA6fBwJyxNEIGNzmqBar6DejXyNh/EqUVp4kMjdh/jb9QVdl1xPNARnxhXjd0HSlnGHpsjXv0xTKbeo2dIFhB12ocWr47IfzBDiYZhEKnFLnoQqVVO7V9abQ4ih7gvgmn77UdcgCvLbDdRcvBJ2oaknMxGtIxB/lajLDfCmMWH5YH0zkwJOWir9boFVqDC+lZFtggt09HH+/GmRdZphcqzVQJ3mrgzRkBGTl0MN3+jeZIemTXLP6OtFyHg+zqa8OW+p3v7AyksxPP17tdjA== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1677531395; bh=LVfaRK6jw8lQW8ALYwFw5HhwY4d8a7CNJdYlKnLToOK=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=ZjEqARLkwIe+tYMdm58h3NnaEJQZowd+mcEe3JAUNUJqgnvoeba1Tzucq2tbcEqa1iWGssDYPwfuuF2dMY4ZWMSMATjcdPYZbey9ENPH57YgKOzyO5pFUdau/xr2nBBSl1y0SQ4V4gYi0YI449u4RVf3EYXThHvrwW/zLw0AD++fdTrR7M2AGfCbYUHsnc58EYxtvQoV59qXiQ2vyEWFIhKFz83XGLpY4zj1uCNQEA+mEVBiE2Kw3BVNtkC5j0XLQs9hIkprv2cdAi8PfvGACHKvRBX8ZUA3E1DLXXZJMf/qhO1idJadquN01T1CbGic+fp9W+WzJyragayuNQf3fA== X-YMail-OSG: AYgX4fIVM1m6jsZMbAY6rYbo39vnQskM5TwYZJXxhj09LoT5SWSnKlgA.A0fuWi V9APgeiAISBBIsjtCXk4c3kTEY8Wbub1qrZ3_vQc4pVPuNxRWd1X5iQLLvue.u21xacyZve_G3Pj LBGEpad_8c_AcpNo.lEmn7s1n4aSNCXVdTnTYQ1i_SCn24I0bveV.gO_.NEU4WfwPlqrfQiee97_ 2RHRlDzI9Ta1nT2yEdp3zfYJXZlqRik7BRP5qe6bHMG4ITHnrvJ0.MlAn268a4L1soUbUiiuOAlu 0kM9U8ujYvqQWq7PtE8GfIAPLVXlgXS4PNjuOz5meDqBhZy72PWp5eJszb877b4v8iu3JRlQjv7C 3OrNZFjLj_8ZGQoQqXt8k_hja.8aFDBf2cWo.jCJz7pYdYXHWRapS0hFxUk5mTHDLlXLYGKy5gs4 AsHCs8vJb1e2uZqmcXOn.H9NjaSW0K2bYKoPNUzHnKCvtjlqCte_0s5CYAuuD.dGr8eYsSuYmV1D CFkSSnx7OhQgfZ8NDJsz9Uqgbjj4AnsJEyPbzhO5Kwg9ElbOXfU27LUIjDw01Ov1fikMTKV4TwTE 45JRuhbIfN01Jceo.OBKGKJWKVTmF9ihGvnO574qJJwM0x.mvBmebptzAl74aFAoCEQj_zhRqc7R ejr_gmiVBQXVpe90aMQ3h4qQ7V12qeCnwpZsxzoykirFoZjRQPShwuDOwjgpFzuwwZrXinT7XgIx vcldmtriU20m28ykQhyP7G.p2yJqbJUcwhw2H3mpN19ALE1xJlgB.OwcAHFMs6nLx0F9GflxLf4F VjMvNGt9r1SUuio6GBUQEYypEI6y6aiLgWdsWch95m5_FatyejXKq5810Sa9QLorkc58LCYMTDgS 4Sma6Xwxn.2SEPwtxaMy4DWNs.9Zhi7QfMeDqk_1seFF9dbsjKMIVTzxcIj2FemeYt_38V0sl6sF A3xjXFf47nNMzGcnAfZHdFUkX_atG93P0ymiaBRpZL3G8AdAxJpA7GnyoGlLCiSMBkq0vi8_LHUd .0OosWtImr4H8OeGdiuOWM114FsQlf5tpXXqJ1FWmQRoWv7fw4JmEBj1l4AX4scSADAGYWhP9gud Xz.dZYTEWfA45HNpmwOGtCmzJH4k63rfjHw_Kf9PiTPGZ9fwvkzcaKsQLITazaqAxdu3FM.mfNI3 S1vCsW6yB90KePnvDgEO__odyZwaaqT_OZN2UIe85Q38ppZb_eG9aak5XpcKtarwcdna13pjNxn7 e42MDL4wIKDfOH1K3a_UFP0KUcf6WImLr7NO08sWMM6YRA.ESjAtDe._ZcAqGN2ew3Lsm5oP0Gc8 wtgG7traQPzBJztIMmKjvjZzA7ayaHgH_wNtlOXjsXPTv3sus2tgojaYmmp72Vkmx0i8TbHDlprW 3krua6lD8D_Gz.8IIWmjfyWDed4gwmPGaQkajeoExSBsnUc.9B1dsAzCe_cppt83gE9cOP27cUgF eo2PIxXW4HrvWiFzhNbinQVJgR9F.5BOo1FZ8kq6xCH9n7M1gFN3SsTzA.WTlYOI3_m_Yr41hkYu 3hBtiICHUm23f5Ce6g8hdE4sQhjKTX7KWs2o_1efqsBUkRBc0EpORaG_z4JYGVEDkH7qweFLb28l 5MiI4hVEQcYefWRgI4lrq8Z82o3g6f9BFGQa_oDf5n6uRLXVIGqnBX4mv.p9dAtdk2MEfPMLRAro ZUAI_h106xLI7SOkHSKuCZz6FPbVtn36rzLPuhJhuVlYaIGJ.s_hWlrvtnGHFMZ7UGVRY3Za9WQ9 K7TqVsdVET9FKa1OvM14IQcvCsIz29QEnEn0Wgh0G2z0FQkDK0O9.2wfPKIWJqLu1xmFMeirUhV8 xd4qn7cqQP4PW0wQRkxsrvMBxQpP7gr347Tu6ZYMjLcINqFLXIpOjKn9xxSvU2ReCGLkIX.WxXZx 2O8yqwcyyU_tV30YFduHFgxKqQcFDgby62Lqr0JHe3SrSiRMlbRJmxE_sROhMU4_hVlcjj2pd9BO TuQ4xIlzZeBwm8KkJ.ERQc8nK5sCEVt6fCEpKeVeEfIjxyTm0xIS9CisDL9VRyhPXaz.RJwd64r1 x1xpZr5am7FzQfH3_XrxK8wApb_9yNhkewsISzapqPFgExnyDE7mtoHkbE3sVfKdG3IC7kIapq35 2op0ejThLu_CVVW5PgIVu0ilN5QY_vUNDkgArBuftN86Lqxz5NdtyJWQpo6jF9bPNcyJ.cbT2qzK .cvOUbueuhA4aCUqmyie114HiR2e_LKAWimrgtbR0xHF6 X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic309.consmr.mail.ir2.yahoo.com with HTTP; Mon, 27 Feb 2023 20:56:35 +0000 Received: by hermes--production-ir2-65c64dfd66-2jlf9 (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 6a30c4ab0460ef9f400c5e80577538c2; Mon, 27 Feb 2023 20:56:30 +0000 (UTC) From: =?utf-8?Q?Daniel_Mart=C3=ADn?= To: Morgan Willcock Subject: Re: bug#61850: 29.0.60; Emacs 29 removes the ability to suppress ediff frames References: <86ilfnthjf.fsf@ice9.digital> Date: Mon, 27 Feb 2023 21:56:29 +0100 In-Reply-To: <86ilfnthjf.fsf@ice9.digital> (Morgan Willcock's message of "Mon, 27 Feb 2023 12:32:52 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (darwin) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.21221 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 989 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 61850 Cc: 61850@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Morgan Willcock writes: > It no longer seems possible to prevent ediff creating additional frames. > Previously this behaviour could be altered with: > > (advice-add 'ediff-window-display-p :override #'ignore) > > This no longer seems to work, I imagine because this functions is now an > alias: > > (define-obsolete-function-alias 'ediff-window-display-p #'display-graphic-p "29.1") > > The problems caused by opening an additional frame do not necessarily > correspond with the result of display-graphic-p. For example, when using > EXWM a frame is a workspace and creating a new workspace is unlikely to > be desirable or usable within an ediff session. > > If ediff-window-display-p is obsolete I think there needs to be a custom > variable added to allow users to suppress the creation of new frames by > ediff. I think the supported way to make Ediff work in a single frame is the following: (setq ediff-window-setup-function 'ediff-setup-windows-plain) From debbugs-submit-bounces@debbugs.gnu.org Mon Feb 27 20:10:31 2023 Received: (at 61850) by debbugs.gnu.org; 28 Feb 2023 01:10:31 +0000 Received: from localhost ([127.0.0.1]:49311 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWoVi-0007Zi-2H for submit@debbugs.gnu.org; Mon, 27 Feb 2023 20:10:31 -0500 Received: from relay6-d.mail.gandi.net ([217.70.183.198]:46929) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWku5-000692-DZ for 61850@debbugs.gnu.org; Mon, 27 Feb 2023 16:19:28 -0500 Received: (Authenticated sender: morgan@ice9.digital) by mail.gandi.net (Postfix) with ESMTPSA id 70EEAC0004; Mon, 27 Feb 2023 21:19:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ice9.digital; s=gm1; t=1677532758; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=q/Cb3xu7m0HSgLAE+7FsDakfdNu/WPMD/CYBBpncV58=; b=R+kRCfiWbDCTGJtfe9OKfKPyo7ib3q7iNIovswwPmNydGJJ16rWwGH4O2Uq2Kw7+pTAqVe MzDwoh/GP6BSR29IkyVNPz+ttPFszbHhezRvti+TmLhrpwFZdlAyzZG/sv/pcdV8vMMFBw B+uvbuovtmHoHtUOa/9kTnwCJ87Tis8MN6YTxj7pEe5IAbjJYmSz8l8Fo36y4ytSuzUry4 VeOmfn37gaC1sSHbv2rx1BuwbZ0yPVqphfI9rPDHgGt4XeUs3Su9NI+8rJsIKT7XX9BWM/ cJ+NE98+dqE/QFPKGfumX08HSB4hS5V5ITgCZA4+h+NJVWgOol5bjCrfFwKhSA== From: Morgan Willcock To: Daniel =?utf-8?Q?Mart=C3=ADn?= Subject: Re: bug#61850: 29.0.60; Emacs 29 removes the ability to suppress ediff frames In-Reply-To: ("Daniel =?utf-8?Q?Mart=C3=ADn=22's?= message of "Mon, 27 Feb 2023 21:56:29 +0100") References: <86ilfnthjf.fsf@ice9.digital> Date: Mon, 27 Feb 2023 21:19:15 +0000 Message-ID: <86edqau7qk.fsf@ice9.digital> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 61850 X-Mailman-Approved-At: Mon, 27 Feb 2023 20:10:25 -0500 Cc: 61850@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 (-) Daniel Mart=C3=ADn writes: > I think the supported way to make Ediff work in a single frame is the > following: > > (setq ediff-window-setup-function 'ediff-setup-windows-plain) You are absolutely correct. I went looking for where to add an option and have just found the same variable, which works with no issues. Apologies for the noise. From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 28 05:38:12 2023 Received: (at 61850-done) by debbugs.gnu.org; 28 Feb 2023 10:38:12 +0000 Received: from localhost ([127.0.0.1]:49799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWxN5-0000LK-Uf for submit@debbugs.gnu.org; Tue, 28 Feb 2023 05:38:12 -0500 Received: from sonic311-30.consmr.mail.ir2.yahoo.com ([77.238.176.162]:41316) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWxN3-0000L4-DA for 61850-done@debbugs.gnu.org; Tue, 28 Feb 2023 05:38:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.es; s=s2048; t=1677580682; bh=o8J6GaDl1CaGKJuThxao4gkAPHZr2o2szkuXEHXdaZ8=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=TjOEawI6R1oUuQH/IVZApVOVSOnLm/ry1MfyAHI+axlVgmXWCJhaSlHDNV+JsF10YtbheGEEGRgNRl5kxnyqm319DiisKT+Vs8Wz28zSY6xQPNOsNwIV6Hfot15bzulj4iCOnaCqwvzcx2ut/PLaWfyk0auNWs+Lu97+1ZhTrSllC2Mb6DU/3punCBh3exiMPswVbOEDN6CNc95MHZWhm86A4bawpMJwphmi71do6iLsnDbGg+VYrTr3YGbaVJPFjBmFOWojmROVWLWBn9yU1rFTo0iHjjBsNbnmht8u2INKdSB42MUH5OKJ+FM1DDYImbRlwFx8uekGw7TpMCCctw== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1677580682; bh=3vh9Smuba0+ln9ASqbGnrYyB27jMsccO4lGOqXKvW7a=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=DVwmdbZ7rPpOX0+3cEA9YHAs+LP9hwmiobxAKjT2MqV+Qdc2OqJuNyjN81ae+l5DKLxnePKWMtEZFN4l7ZtL5e+18JHIiSXoLewvsg7hcmtC5Ut/yCJ/7fpsOCpDkbdB7stDIGeWuHAx7L/yjfcRLAZr7WbvfJOuldSRkMHZlQ3tOI5Z+nIZlox9W/5PBYWIazGkaTrraNoe1nzqMHG4ULgNIzXWcg3ZWJ8obt7XFqrol2fgi2o42B5I9H8B0B3WrI6MPagyWZ6KqrVMxhYt3KrD3NHwli9DYA/3Y7pl+IK7ZAvE7kawNXo8llOz6od6GomX1JJYpkyZud5HpF82eA== X-YMail-OSG: bNnO2nsVM1mBg_9WIcwvoR7eAiQdoy_QPl3NHAmOJsxal4Jkr8p0hAqdUwRsIsb zwOBB3gtrbBSuQCG5pDctrE7ZLh3BPXIcA0I87d09xwM9jpNXCDnGmVjL7RLAIzc2WJWocHUF4W1 zuMaSTkmBwvPl5c9CGO_kB7WVXT3BSA4uB0Z9plD94lF339NgBaTJWWP0wKx0Og1yBVCvftLIkYO 8634pUggLO5Afnrvx6YkpXcXlM9rtLEygFLntjwZBhmWOfQetGsl.sjwL7wyk7H5G3FHz1oKONKf rgEO2klTP0nq_AUElnE.7qiGguqtV.X7PWGh9g5SlonO9Xiqfk9akdNhWvG3anAdOTEa.aGqtmVi VfwdqBS4WEgxYcAmyzVtZ94doAAkPtUHpGg9ufryGgINq0OG34jy2DZrGoDV1PHa0zFsdjRLYozj Zc2aCFNvfZat5s.kWidKu4ia9GFCDaKVmkgfxJe4fAjIe1uxhMIElD95l8zSZntlrBcOmeXldFKF jC2Xd5Ve7GehkqoOW93CYm2pgqVedllBJEoxwjvaZm7NoGjtcO3K4XFd3vIILG_sHrc9hiBOoWMs 1vz_m4hzn8SAkkOkjmTXEZaOEhcvL9.jQ1F1yfmOEvr7JC0uI9hXaPCOPegAuNLQaZpDPUsTN59e CuMl_H2k7wABBXm4Kkqq9BO28joaNDZfViXhzJ_I2HAwSFQfT1vw8k2TSuoabchyRp1NCezdZCB0 NwBU4MKT.3DLunqlGnmcTW7UjZ5_33RiPyrhzUWBMM1T49KxLc0DN87f8HhpSrFRAv8fixKx.Rra K4YLyHVhEclMK65.qTLn_X0ufp0gs4L9BiSZco.jicSmFqxZ4RkfkJyENledS7xHqh7oMgUD.ngj 1e6pWRKd8e5WJAq0SWi2UfTq9vGLEKjcMnC4Eke0By5NxCdBsTIrXz9VmW2vVE7VJ2caA8o4tcSG Nk3rjAOaiRs7KATl4td3_BqyUVQQZzATJxRxTTOsRiIVlWffSXiuLf6yQ8czok2QEdwcztL1YC2i Ztb9U.5wEQ3BBKXPjj2ePPEkl0Xw.k0i_6edO5bkP1BF_jXcVWrbav4jxG2g0.RpI8vFI4eA9ci_ THo3z3aqRgXdeGDwYJ3hJDqbIBz1daXlumSMdHi.DR3Vz8Hht1NutqhmuQ8xxIJeC6jWMcgspT0S Mydd9GkZbo41icsynvHYOtiIB9aEhCODg8GulrTCoWWL7sHL2Z5NkITUT7C.wadlYbsvRGgmOdUO 0W2hfyUPayI152iQrSbUJGuQJmDt0AyXkfcLIJDCIZKgXJIHjlHbksBpiBUFtVd3o1FDPGI6uxHy O1ADxn3SOZmdh4MVXVr6iJKP.PfGCn5a7xXy0UxJFiNUZGZTVdTNHB3GZZp2JCXDE.ARwLPkyHW6 R3wtXgOrdvI_YzAbP4Vky6dJgSKLMdLAUP3foeNlILTJy44log.xfiJjF97hgm065VEd5TMY6e0O 98UQbrOruyT2RSyS4pd3zSUA6ul1tbde8_ZPnJWVqbd4DVNQH.QdBgyR._j08L_mr6KKDRMfdc8Z aPf8HwpMoNjHgHgKCmzy9yKNt0qCMCriSDjMldN5XDcUnwb1vjioVOh.coQQvvThYcBuWLXw1jVU 9SPl_3kF7CBLnAsiNGw0xiLRtYRbZPB_R.B0SxSr8gVkr5qD1hK.wO8hfQqsF0qmQKfHeD4IUB4w 4Itl.J7Wz5CNOlqSp_rYXk.YTCRu0tBnMerc6fqIiXoZylblwu9gjj3MtLSE9c4YBzc8r12n1p.e 0yqDLlWLZJ4bfiL1WTQd3VF5SXJ5mFDizM8JE3Di2xSa2vQY52Iqk32BYI3TVeIPs35yogvEJ912 nerMZUR52Ss2kyyaRVM4wycYg9N5JvEy.hqWEuDCuzjrVdQBBWkpILJqqR5rEjHBtf0TDjZLRxSY WnMGn4ZXyRPEplR97s4U8FCyMR8tUx0uVReYms7yxq2RKrITgDr7Er.JtUUCndWPGUZIRfHI7iSA 7xJ001nfrZfQ5j4lcL7gmU_gXZ4_tMqK_1z9R.WC0c8egmDtBfS9J0p3hAoSFUCHLB981TkT8QFi Wc.gqRiykj9b7Zkrp6rThb3bDjGvsENlrLNpbIuwkXGtshf19YH7f0G4Bf_C_QsuIi6xpJDLZsk6 vCkteOMRJhmR37BCf7QuEcwTBRIkSJi3PALhJln_eH8kVEVH8vQ29X7X1mE1nAdlNS1k8xkbd5Pr sSywcogftskIX06YdiQLYp3J0iItj.yoUiA15EeENHz8k X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic311.consmr.mail.ir2.yahoo.com with HTTP; Tue, 28 Feb 2023 10:38:02 +0000 Received: by hermes--production-ir2-65c64dfd66-2jlf9 (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID 5a49103e3b58c9f057d3341a8f907ed5; Tue, 28 Feb 2023 10:37:58 +0000 (UTC) From: =?utf-8?Q?Daniel_Mart=C3=ADn?= To: Morgan Willcock Subject: Re: bug#61850: 29.0.60; Emacs 29 removes the ability to suppress ediff frames References: <86ilfnthjf.fsf@ice9.digital> <86edqau7qk.fsf@ice9.digital> Date: Tue, 28 Feb 2023 11:37:57 +0100 In-Reply-To: <86edqau7qk.fsf@ice9.digital> (Morgan Willcock's message of "Mon, 27 Feb 2023 21:19:15 +0000") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (darwin) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Mailer: WebService/1.1.21221 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 468 X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 61850-done Cc: 61850-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Morgan Willcock writes: > Daniel Mart=C3=ADn writes: > >> I think the supported way to make Ediff work in a single frame is the >> following: >> >> (setq ediff-window-setup-function 'ediff-setup-windows-plain) > > You are absolutely correct. I went looking for where to add an option > and have just found the same variable, which works with no issues. > > Apologies for the noise. No worries, I'm closing this bug, then. From unknown Sun Jun 22 22:40:22 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 28 Mar 2023 11:24:10 +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