From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 06 12:17:16 2023 Received: (at submit) by debbugs.gnu.org; 6 Jul 2023 16:17:16 +0000 Received: from localhost ([127.0.0.1]:41918 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHRfP-0001f2-4g for submit@debbugs.gnu.org; Thu, 06 Jul 2023 12:17:16 -0400 Received: from lists.gnu.org ([209.51.188.17]:60586) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHRfK-0001eq-G3 for submit@debbugs.gnu.org; Thu, 06 Jul 2023 12:17:14 -0400 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 1qHRfK-0002LN-88 for bug-gnu-emacs@gnu.org; Thu, 06 Jul 2023 12:17:10 -0400 Received: from whuk14.whukhost.com ([5.77.41.174]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qHRfF-00045c-On for bug-gnu-emacs@gnu.org; Thu, 06 Jul 2023 12:17:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=heagren.com ; s=default; h=Content-Transfer-Encoding:Content-Type:Message-ID:Subject:To: From:Date:MIME-Version:Sender:Reply-To:Cc:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: In-Reply-To:References:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=ZvL+TwBMClV91GuZxo6uASW6fPqUzdbRlTCzafK1Fy8=; b=uL7sUs1BkF7oYVV+RphyV3jnHY GqzjMTUR/c7AKyffZieeNHrK6SUk38aPGzaH+2lZX9LoKhhxBHo4E9gkwZ2a4Vg44Yc1nJHRckZRg 3eQ4LynlFouRbLfRaMYQGddI2J3x11P/hnEW0EkraTQYdHBSEmQTVszXzYGGa+BffLve7OrT/yeqX 0kBX/wHNUunJ8GrgWXH/pGZIPJdWOVzYtaQGJBw1O1mhQTmCtmgD0f/ngwjRhgXeLfJBnvgFYVd+y Q7OE27qE9rYMxsLO7e5b+TLGuw6AIn8S2B2+myYJe2srGM9UwQzsNTaMewKQ6TwNrke+Jyx28Oxmu GODBpUXg==; Received: from [::1] (port=53572 helo=whuk14.whukhost.com) by whuk14.whukhost.com with esmtpa (Exim 4.96) (envelope-from ) id 1qHReX-00G8Tw-2p for bug-gnu-emacs@gnu.org; Thu, 06 Jul 2023 17:16:21 +0100 MIME-Version: 1.0 Date: Thu, 06 Jul 2023 17:16:21 +0100 From: hugo@heagren.com To: bug-gnu-emacs@gnu.org Subject: 30.0.50; `other-buffer' returns current buffer User-Agent: Roundcube Webmail/1.6.0 Message-ID: X-Sender: hugo@heagren.com Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - whuk14.whukhost.com X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - heagren.com X-Get-Message-Sender-Via: whuk14.whukhost.com: authenticated_id: hugo@heagren.com X-Authenticated-Sender: whuk14.whukhost.com: hugo@heagren.com X-Source: X-Source-Args: X-Source-Dir: Received-SPF: pass client-ip=5.77.41.174; envelope-from=hugo@heagren.com; helo=whuk14.whukhost.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I've just built Emacs from master. My binding to `mode-line-other-buffer' wasn't doing what it should, so I investigated. On my machine, the form `(other-buffer)' returns the current buffer. I notice that a recent change to `other-buffer' relates to scratch buffers (though my C isn't good enough to know what it really does). I have tested this in a scratch buffer, and there too `(other-buffer)' returns the current buffer (i.e. *scratch*). `(other-buffer (current-buffer))' behaves as it -- i.e. returns a buffer other than the current buffer. I presume this behaviour is not intended. If it IS, then `mode-line-other-buffer' no longer does anything (it just switches to the current buffer), and an explicit `(current-buffer)' arg should probably be added. Best, Hugo In GNU Emacs 30.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.5, cairo version 1.16.0) of 2023-07-06 built on undertown Repository revision: 65c90040eb08cd551120eda0e6647b59b25563d5 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12004000 System Description: Debian GNU/Linux 10 (buster) Configured using: 'configure --with-json --with-xwidgets --with-tree-sitter' Configured features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER X11 XDBE XIM XINPUT2 XPM XWIDGETS GTK3 ZLIB Important settings: value of $LANG: en_GB.UTF-8 locale-coding-system: utf-8-unix Major mode: ELisp/d Minor modes in effect: flyspell-mode: t visual-fill-column-mode: t persp-mode: t outshine-mode: t citar-embark-mode: t corfu-prescient-mode: t global-corfu-mode: t corfu-mode: t emms-mode-line-mode: t emms-playing-time-display-mode: t emms-playing-time-mode: t flymake-mode: t TeX-PDF-mode: t TeX-source-correlate-mode: auto global-git-gutter+-mode: t git-gutter+-mode: t magit-todos-mode: t global-git-commit-mode: t magit-auto-revert-mode: t auto-revert-mode: t shell-dirtrack-mode: t all-the-icons-completion-mode: t global-hl-todo-mode: t hl-todo-mode: t global-form-feed-mode: t form-feed-mode: t org-roam-db-autosync-mode: t outline-minor-mode: t display-time-mode: t display-battery-mode: t pixel-scroll-precision-mode: t global-reveal-mode: t reveal-mode: t marginalia-mode: t vertico-prescient-mode: t savehist-mode: t vertico-multiform-mode: t vertico-mouse-mode: t vertico-mode: t recentf-mode: t url-handler-mode: t electric-pair-mode: t global-subword-mode: t subword-mode: t delete-selection-mode: t repeat-mode: t server-mode: t leaf-key-override-global-mode: t straight-use-package-mode: t straight-package-neutering-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 prettify-symbols-mode: t tab-bar-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 indent-tabs-mode: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t abbrev-mode: t Load-path shadows: /home/hugo/.config/emacs/straight/build/transient/transient hides /usr/local/share/emacs/30.0.50/lisp/transient /home/hugo/.config/emacs/straight/build/xref/xref hides /usr/local/share/emacs/30.0.50/lisp/progmodes/xref /home/hugo/.config/emacs/straight/build/flymake/flymake hides /usr/local/share/emacs/30.0.50/lisp/progmodes/flymake /home/hugo/.config/emacs/straight/build/project/project hides /usr/local/share/emacs/30.0.50/lisp/progmodes/project /home/hugo/.config/emacs/straight/build/org/ob-org hides /usr/local/share/emacs/30.0.50/lisp/org/ob-org /home/hugo/.config/emacs/straight/build/org/oc-biblatex hides /usr/local/share/emacs/30.0.50/lisp/org/oc-biblatex /home/hugo/.config/emacs/straight/build/org/ob-gnuplot hides /usr/local/share/emacs/30.0.50/lisp/org/ob-gnuplot /home/hugo/.config/emacs/straight/build/org/ol-eww hides /usr/local/share/emacs/30.0.50/lisp/org/ol-eww /home/hugo/.config/emacs/straight/build/org/ob-makefile hides /usr/local/share/emacs/30.0.50/lisp/org/ob-makefile /home/hugo/.config/emacs/straight/build/org/ox-publish hides /usr/local/share/emacs/30.0.50/lisp/org/ox-publish /home/hugo/.config/emacs/straight/build/org/org-version hides /usr/local/share/emacs/30.0.50/lisp/org/org-version /home/hugo/.config/emacs/straight/build/org/org-list hides /usr/local/share/emacs/30.0.50/lisp/org/org-list /home/hugo/.config/emacs/straight/build/org/org-pcomplete hides /usr/local/share/emacs/30.0.50/lisp/org/org-pcomplete /home/hugo/.config/emacs/straight/build/org/ob-groovy hides /usr/local/share/emacs/30.0.50/lisp/org/ob-groovy /home/hugo/.config/emacs/straight/build/org/ob-haskell hides /usr/local/share/emacs/30.0.50/lisp/org/ob-haskell /home/hugo/.config/emacs/straight/build/org/org-ctags hides /usr/local/share/emacs/30.0.50/lisp/org/org-ctags /home/hugo/.config/emacs/straight/build/org/org-src hides /usr/local/share/emacs/30.0.50/lisp/org/org-src /home/hugo/.config/emacs/straight/build/org/org-habit hides /usr/local/share/emacs/30.0.50/lisp/org/org-habit /home/hugo/.config/emacs/straight/build/org/ox hides /usr/local/share/emacs/30.0.50/lisp/org/ox /home/hugo/.config/emacs/straight/build/org/ol-eshell hides /usr/local/share/emacs/30.0.50/lisp/org/ol-eshell /home/hugo/.config/emacs/straight/build/org/org-num hides /usr/local/share/emacs/30.0.50/lisp/org/org-num /home/hugo/.config/emacs/straight/build/org/org hides /usr/local/share/emacs/30.0.50/lisp/org/org /home/hugo/.config/emacs/straight/build/org/ol-irc hides /usr/local/share/emacs/30.0.50/lisp/org/ol-irc /home/hugo/.config/emacs/straight/build/org/ob-eval hides /usr/local/share/emacs/30.0.50/lisp/org/ob-eval /home/hugo/.config/emacs/straight/build/org/oc-csl hides /usr/local/share/emacs/30.0.50/lisp/org/oc-csl /home/hugo/.config/emacs/straight/build/org/org-capture hides /usr/local/share/emacs/30.0.50/lisp/org/org-capture /home/hugo/.config/emacs/straight/build/org/org-tempo hides /usr/local/share/emacs/30.0.50/lisp/org/org-tempo /home/hugo/.config/emacs/straight/build/org/ob-js hides /usr/local/share/emacs/30.0.50/lisp/org/ob-js /home/hugo/.config/emacs/straight/build/org/ob-java hides /usr/local/share/emacs/30.0.50/lisp/org/ob-java /home/hugo/.config/emacs/straight/build/org/ox-ascii hides /usr/local/share/emacs/30.0.50/lisp/org/ox-ascii /home/hugo/.config/emacs/straight/build/org/ox-beamer hides /usr/local/share/emacs/30.0.50/lisp/org/ox-beamer /home/hugo/.config/emacs/straight/build/org/ob-shell hides /usr/local/share/emacs/30.0.50/lisp/org/ob-shell /home/hugo/.config/emacs/straight/build/org/org-mobile hides /usr/local/share/emacs/30.0.50/lisp/org/org-mobile /home/hugo/.config/emacs/straight/build/org/oc-basic hides /usr/local/share/emacs/30.0.50/lisp/org/oc-basic /home/hugo/.config/emacs/straight/build/org/org-indent hides /usr/local/share/emacs/30.0.50/lisp/org/org-indent /home/hugo/.config/emacs/straight/build/org/oc hides /usr/local/share/emacs/30.0.50/lisp/org/oc /home/hugo/.config/emacs/straight/build/org/ob-calc hides /usr/local/share/emacs/30.0.50/lisp/org/ob-calc /home/hugo/.config/emacs/straight/build/org/ob-comint hides /usr/local/share/emacs/30.0.50/lisp/org/ob-comint /home/hugo/.config/emacs/straight/build/org/org-footnote hides /usr/local/share/emacs/30.0.50/lisp/org/org-footnote /home/hugo/.config/emacs/straight/build/org/org-attach-git hides /usr/local/share/emacs/30.0.50/lisp/org/org-attach-git /home/hugo/.config/emacs/straight/build/org/ox-html hides /usr/local/share/emacs/30.0.50/lisp/org/ox-html /home/hugo/.config/emacs/straight/build/org/ob-ruby hides /usr/local/share/emacs/30.0.50/lisp/org/ob-ruby /home/hugo/.config/emacs/straight/build/org/ox-latex hides /usr/local/share/emacs/30.0.50/lisp/org/ox-latex /home/hugo/.config/emacs/straight/build/org/org-cycle hides /usr/local/share/emacs/30.0.50/lisp/org/org-cycle /home/hugo/.config/emacs/straight/build/org/org-persist hides /usr/local/share/emacs/30.0.50/lisp/org/org-persist /home/hugo/.config/emacs/straight/build/org/ob-lilypond hides /usr/local/share/emacs/30.0.50/lisp/org/ob-lilypond /home/hugo/.config/emacs/straight/build/org/ob-R hides /usr/local/share/emacs/30.0.50/lisp/org/ob-R /home/hugo/.config/emacs/straight/build/org/ob-exp hides /usr/local/share/emacs/30.0.50/lisp/org/ob-exp /home/hugo/.config/emacs/straight/build/org/ox-texinfo hides /usr/local/share/emacs/30.0.50/lisp/org/ox-texinfo /home/hugo/.config/emacs/straight/build/org/ob-css hides /usr/local/share/emacs/30.0.50/lisp/org/ob-css /home/hugo/.config/emacs/straight/build/org/ob-perl hides /usr/local/share/emacs/30.0.50/lisp/org/ob-perl /home/hugo/.config/emacs/straight/build/org/ob-julia hides /usr/local/share/emacs/30.0.50/lisp/org/ob-julia /home/hugo/.config/emacs/straight/build/org/ob-ocaml hides /usr/local/share/emacs/30.0.50/lisp/org/ob-ocaml /home/hugo/.config/emacs/straight/build/org/ob-sql hides /usr/local/share/emacs/30.0.50/lisp/org/ob-sql /home/hugo/.config/emacs/straight/build/org/oc-natbib hides /usr/local/share/emacs/30.0.50/lisp/org/oc-natbib /home/hugo/.config/emacs/straight/build/org/org-datetree hides /usr/local/share/emacs/30.0.50/lisp/org/org-datetree /home/hugo/.config/emacs/straight/build/org/org-element hides /usr/local/share/emacs/30.0.50/lisp/org/org-element /home/hugo/.config/emacs/straight/build/org/ob-latex hides /usr/local/share/emacs/30.0.50/lisp/org/ob-latex /home/hugo/.config/emacs/straight/build/org/ol-bibtex hides /usr/local/share/emacs/30.0.50/lisp/org/ol-bibtex /home/hugo/.config/emacs/straight/build/org/ox-koma-letter hides /usr/local/share/emacs/30.0.50/lisp/org/ox-koma-letter /home/hugo/.config/emacs/straight/build/org/ob-screen hides /usr/local/share/emacs/30.0.50/lisp/org/ob-screen /home/hugo/.config/emacs/straight/build/org/ob-sass hides /usr/local/share/emacs/30.0.50/lisp/org/ob-sass /home/hugo/.config/emacs/straight/build/org/ol hides /usr/local/share/emacs/30.0.50/lisp/org/ol /home/hugo/.config/emacs/straight/build/org/ox-icalendar hides /usr/local/share/emacs/30.0.50/lisp/org/ox-icalendar /home/hugo/.config/emacs/straight/build/org/ol-w3m hides /usr/local/share/emacs/30.0.50/lisp/org/ol-w3m /home/hugo/.config/emacs/straight/build/org/ol-bbdb hides /usr/local/share/emacs/30.0.50/lisp/org/ol-bbdb /home/hugo/.config/emacs/straight/build/org/org-archive hides /usr/local/share/emacs/30.0.50/lisp/org/org-archive /home/hugo/.config/emacs/straight/build/org/org-agenda hides /usr/local/share/emacs/30.0.50/lisp/org/org-agenda /home/hugo/.config/emacs/straight/build/org/org-loaddefs hides /usr/local/share/emacs/30.0.50/lisp/org/org-loaddefs /home/hugo/.config/emacs/straight/build/org/ob-sqlite hides /usr/local/share/emacs/30.0.50/lisp/org/ob-sqlite /home/hugo/.config/emacs/straight/build/org/ob-scheme hides /usr/local/share/emacs/30.0.50/lisp/org/ob-scheme /home/hugo/.config/emacs/straight/build/org/ox-odt hides /usr/local/share/emacs/30.0.50/lisp/org/ox-odt /home/hugo/.config/emacs/straight/build/org/org-fold hides /usr/local/share/emacs/30.0.50/lisp/org/org-fold /home/hugo/.config/emacs/straight/build/org/ob-dot hides /usr/local/share/emacs/30.0.50/lisp/org/ob-dot /home/hugo/.config/emacs/straight/build/org/org-table hides /usr/local/share/emacs/30.0.50/lisp/org/org-table /home/hugo/.config/emacs/straight/build/org/ob-table hides /usr/local/share/emacs/30.0.50/lisp/org/ob-table /home/hugo/.config/emacs/straight/build/org/org-faces hides /usr/local/share/emacs/30.0.50/lisp/org/org-faces /home/hugo/.config/emacs/straight/build/org/ol-docview hides /usr/local/share/emacs/30.0.50/lisp/org/ol-docview /home/hugo/.config/emacs/straight/build/org/ox-org hides /usr/local/share/emacs/30.0.50/lisp/org/ox-org /home/hugo/.config/emacs/straight/build/org/org-crypt hides /usr/local/share/emacs/30.0.50/lisp/org/org-crypt /home/hugo/.config/emacs/straight/build/org/ob-fortran hides /usr/local/share/emacs/30.0.50/lisp/org/ob-fortran /home/hugo/.config/emacs/straight/build/org/org-timer hides /usr/local/share/emacs/30.0.50/lisp/org/org-timer /home/hugo/.config/emacs/straight/build/org/ol-man hides /usr/local/share/emacs/30.0.50/lisp/org/ol-man /home/hugo/.config/emacs/straight/build/org/ob-awk hides /usr/local/share/emacs/30.0.50/lisp/org/ob-awk /home/hugo/.config/emacs/straight/build/org/ob-processing hides /usr/local/share/emacs/30.0.50/lisp/org/ob-processing /home/hugo/.config/emacs/straight/build/org/org-goto hides /usr/local/share/emacs/30.0.50/lisp/org/org-goto /home/hugo/.config/emacs/straight/build/org/ob-matlab hides /usr/local/share/emacs/30.0.50/lisp/org/ob-matlab /home/hugo/.config/emacs/straight/build/org/ol-mhe hides /usr/local/share/emacs/30.0.50/lisp/org/ol-mhe /home/hugo/.config/emacs/straight/build/org/ob-clojure hides /usr/local/share/emacs/30.0.50/lisp/org/ob-clojure /home/hugo/.config/emacs/straight/build/org/ob-sed hides /usr/local/share/emacs/30.0.50/lisp/org/ob-sed /home/hugo/.config/emacs/straight/build/org/ob-emacs-lisp hides /usr/local/share/emacs/30.0.50/lisp/org/ob-emacs-lisp /home/hugo/.config/emacs/straight/build/org/ox-md hides /usr/local/share/emacs/30.0.50/lisp/org/ox-md /home/hugo/.config/emacs/straight/build/org/org-refile hides /usr/local/share/emacs/30.0.50/lisp/org/org-refile /home/hugo/.config/emacs/straight/build/org/org-fold-core hides /usr/local/share/emacs/30.0.50/lisp/org/org-fold-core /home/hugo/.config/emacs/straight/build/org/ob-eshell hides /usr/local/share/emacs/30.0.50/lisp/org/ob-eshell /home/hugo/.config/emacs/straight/build/org/ol-doi hides /usr/local/share/emacs/30.0.50/lisp/org/ol-doi /home/hugo/.config/emacs/straight/build/org/ob-ref hides /usr/local/share/emacs/30.0.50/lisp/org/ob-ref /home/hugo/.config/emacs/straight/build/org/ol-gnus hides /usr/local/share/emacs/30.0.50/lisp/org/ol-gnus /home/hugo/.config/emacs/straight/build/org/ob-lua hides /usr/local/share/emacs/30.0.50/lisp/org/ob-lua /home/hugo/.config/emacs/straight/build/org/ob-lisp hides /usr/local/share/emacs/30.0.50/lisp/org/ob-lisp /home/hugo/.config/emacs/straight/build/org/ob-octave hides /usr/local/share/emacs/30.0.50/lisp/org/ob-octave /home/hugo/.config/emacs/straight/build/org/ob-python hides /usr/local/share/emacs/30.0.50/lisp/org/ob-python /home/hugo/.config/emacs/straight/build/org/ol-info hides /usr/local/share/emacs/30.0.50/lisp/org/ol-info /home/hugo/.config/emacs/straight/build/org/org-duration hides /usr/local/share/emacs/30.0.50/lisp/org/org-duration /home/hugo/.config/emacs/straight/build/org/ob-plantuml hides /usr/local/share/emacs/30.0.50/lisp/org/ob-plantuml /home/hugo/.config/emacs/straight/build/org/org-id hides /usr/local/share/emacs/30.0.50/lisp/org/org-id /home/hugo/.config/emacs/straight/build/org/org-keys hides /usr/local/share/emacs/30.0.50/lisp/org/org-keys /home/hugo/.config/emacs/straight/build/org/org-attach hides /usr/local/share/emacs/30.0.50/lisp/org/org-attach /home/hugo/.config/emacs/straight/build/org/org-clock hides /usr/local/share/emacs/30.0.50/lisp/org/org-clock /home/hugo/.config/emacs/straight/build/org/oc-bibtex hides /usr/local/share/emacs/30.0.50/lisp/org/oc-bibtex /home/hugo/.config/emacs/straight/build/org/org-inlinetask hides /usr/local/share/emacs/30.0.50/lisp/org/org-inlinetask /home/hugo/.config/emacs/straight/build/org/ol-rmail hides /usr/local/share/emacs/30.0.50/lisp/org/ol-rmail /home/hugo/.config/emacs/straight/build/org/ox-man hides /usr/local/share/emacs/30.0.50/lisp/org/ox-man /home/hugo/.config/emacs/straight/build/org/ob-C hides /usr/local/share/emacs/30.0.50/lisp/org/ob-C /home/hugo/.config/emacs/straight/build/org/ob-ditaa hides /usr/local/share/emacs/30.0.50/lisp/org/ob-ditaa /home/hugo/.config/emacs/straight/build/org/ob-lob hides /usr/local/share/emacs/30.0.50/lisp/org/ob-lob /home/hugo/.config/emacs/straight/build/org/ob-core hides /usr/local/share/emacs/30.0.50/lisp/org/ob-core /home/hugo/.config/emacs/straight/build/org/org-lint hides /usr/local/share/emacs/30.0.50/lisp/org/org-lint /home/hugo/.config/emacs/straight/build/org/org-macro hides /usr/local/share/emacs/30.0.50/lisp/org/org-macro /home/hugo/.config/emacs/straight/build/org/org-compat hides /usr/local/share/emacs/30.0.50/lisp/org/org-compat /home/hugo/.config/emacs/straight/build/org/org-mouse hides /usr/local/share/emacs/30.0.50/lisp/org/org-mouse /home/hugo/.config/emacs/straight/build/org/org-protocol hides /usr/local/share/emacs/30.0.50/lisp/org/org-protocol /home/hugo/.config/emacs/straight/build/org/org-colview hides /usr/local/share/emacs/30.0.50/lisp/org/org-colview /home/hugo/.config/emacs/straight/build/org/ob-tangle hides /usr/local/share/emacs/30.0.50/lisp/org/ob-tangle /home/hugo/.config/emacs/straight/build/org/org-feed hides /usr/local/share/emacs/30.0.50/lisp/org/org-feed /home/hugo/.config/emacs/straight/build/org/ob-forth hides /usr/local/share/emacs/30.0.50/lisp/org/ob-forth /home/hugo/.config/emacs/straight/build/org/org-macs hides /usr/local/share/emacs/30.0.50/lisp/org/org-macs /home/hugo/.config/emacs/straight/build/org/ob hides /usr/local/share/emacs/30.0.50/lisp/org/ob /home/hugo/.config/emacs/straight/build/org/org-entities hides /usr/local/share/emacs/30.0.50/lisp/org/org-entities /home/hugo/.config/emacs/straight/build/org/org-plot hides /usr/local/share/emacs/30.0.50/lisp/org/org-plot /home/hugo/.config/emacs/straight/build/org/ob-maxima hides /usr/local/share/emacs/30.0.50/lisp/org/ob-maxima /home/hugo/.config/emacs/straight/build/dictionary/dictionary hides /usr/local/share/emacs/30.0.50/lisp/net/dictionary /home/hugo/.config/emacs/straight/build/let-alist/let-alist hides /usr/local/share/emacs/30.0.50/lisp/emacs-lisp/let-alist /home/hugo/.config/emacs/straight/build/eldoc/eldoc hides /usr/local/share/emacs/30.0.50/lisp/emacs-lisp/eldoc Features: (shadow bbdb-message mail-extr emacsbug goto-addr face-remap vertico-directory flymake-cc cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs cus-start dig gnus-sum shr pixel-fill kinsoku gnus-group gnus-undo gnus-start gnus-dbus gnus-cloud nnimap nnmail mail-source utf7 nnoo gnus-spec gnus-int gnus-range gnus-win gnus nnheader range ol-docview doc-view ol-bibtex ol-bbdb ol-w3m ol-doi org-link-doi emacs-news-mode pulse color xref cape shortdoc comp comp-cstr help-fns dired-aux mule-util ace-window avy svg-battery-indicator svg dom flyspell ispell checkdoc visual-fill-column outshine vc-hg vc-git vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs log-view vc vc-dispatcher breadcrumb breadcrumb-autoloads perspective perspective-autoloads inspector debug backtrace inspector-autoloads package-lint-flymake-autoloads package-lint-autoloads outshine-org-cmds outorg loaddefs-gen lisp-mnt radix-tree consult-emms-embark consult-emms citar-embark corfu-prescient corfu embark-org embark-consult embark ffap consult-vertico consult consult-emms-autoloads network-stream 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 bindat emms-info-exiftool emms-info-tinytag emms-info-metaflac emms-info-opusinfo emms-info-ogginfo emms-info-mp3info emms-playlist-mode 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-source-playlist emms-source-file locate emms-player-simple emms emms-compat emms-autoloads citar citar-file citar-cache citar-format related-files-recipe related-files related-files-autoloads easi-result-list-presenter easi-results-list-presenter easi easi-sort easi-result easi-searchable easi-utils easi-presenter easi-structured-object-getter pdf-view-restore-autoloads pdf-tools pdf-view magit-bookmark bookmark jka-compr pdf-cache pdf-info tq pdf-util pdf-macs image-mode exif pdf-tools-autoloads tablist-autoloads bbdb-mua bbdb-com bbdb bbdb-site bbdb-autoloads pinentry pinentry-autoloads password-store-autoloads auth-source-pass consult-reftex-autoloads auctex-latexmk tex-buf latex latex-flymake flymake-proc flymake project thingatpt tex-ispell tex-style auctex-latexmk-autoloads tex texmathp auctex-autoloads tex-site citar-embark-autoloads bibtex-completion 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 hl-line parsebib citar-autoloads bibtex-completion-autoloads biblio-autoloads biblio-core-autoloads ebib-autoloads bibtex shell-pop term disp-table ehelp shell-pop-autoloads git-gutter+ tramp tramp-loaddefs trampver tramp-integration files-x tramp-compat parse-time iso8601 git-gutter+-autoloads forge-core forge-db closql code-review-autoloads emojify-autoloads ht-autoloads deferred-autoloads uuidgen-autoloads a-autoloads magit-send-email-autoloads magit-todos pcre2el rxt re-builder f s async grep compile magit-todos-autoloads pcre2el-autoloads async-autoloads forge-autoloads yaml-autoloads ghub-autoloads treepy-autoloads let-alist-autoloads closql-autoloads git-modes-autoloads magit-patch magit-submodule magit-obsolete 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 package browse-url magit-repos magit-apply magit-wip magit-log which-func imenu magit-diff smerge-mode diff diff-mode easy-mmode git-commit log-edit message sendmail yank-media dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util text-property-search mm-decode mm-bodies mm-encode 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 magit-mode transient magit-git magit-base crm all-the-icons-completion all-the-icons-completion-autoloads all-the-icons all-the-icons-faces data-material data-weathericons data-octicons data-fileicons data-faicons data-alltheicons all-the-icons-autoloads humanoid-dark-theme hl-todo humanoid-themes humanoid-themes-autoloads hl-todo-autoloads form-feed form-feed-autoloads visual-fill-column-autoloads outshine-autoloads outorg-autoloads deft-autoloads org-roam-ui-autoloads websocket-autoloads simple-httpd-autoloads warnings org-roam-migrate org-roam-log org-roam-mode org-roam-capture org-roam-id org-roam-node org-roam-db org-roam-utils org-roam-compat org-roam org-capture org-attach emacsql-sqlite url-http url-auth mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr url-gw nsm puny url url-proxy url-privacy url-expand url-methods url-history url-cookie generate-lisp-file url-domsuf url-util mailcap advice emacsql emacsql-compiler magit-section dash org-roam-autoloads citeproc-autoloads parsebib-autoloads string-inflection-autoloads queue-autoloads f-autoloads s-autoloads emacsql-sqlite-autoloads emacsql-autoloads org-contrib-autoloads org-appear-autoloads 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 org-agenda ox-html table ox-ascii ox-publish ox org-element org-persist xdg org-id org-refile ol-man org org-macro org-footnote org-pcomplete pcomplete org-list org-faces org-entities time-date noutline outline ob-latex ob-emacs-lisp org-table org-loaddefs find-func cal-menu calendar cal-loaddefs avl-tree generator ob ob-tangle ol org-src ob-ref ob-lob ob-table ob-exp ob-comint comint ansi-osc ansi-color ob-core org-cycle org-fold org-fold-core ob-eval org-keys oc org-compat org-version org-macs orgit-autoloads magit-autoloads magit-section-autoloads git-commit-autoloads with-editor-autoloads transient-autoloads dash-autoloads undohist undohist-autoloads time svg-battery-indicator-autoloads format-spec battery dbus xml ace-window-autoloads flymake-autoloads eldoc-autoloads link-hint-autoloads avy-autoloads pixel-scroll cua-base ring reveal cape-autoloads corfu-prescient-autoloads corfu-autoloads embark-consult-autoloads consult-dir-autoloads project-autoloads xref-autoloads consult-autoloads embark-autoloads marginalia marginalia-autoloads vertico-prescient prescient char-fold vertico-prescient-autoloads savehist prescient-autoloads vertico-multiform vertico-mouse vertico compat vertico-autoloads compat-autoloads info recentf tree-widget url-handlers url-parse auth-source password-cache json map url-vars markdown-mode-autoloads embrace-autoloads expand-region-autoloads elec-pair dictionary-autoloads link-autoloads connection-autoloads iy-go-to-char-autoloads cap-words superword subword sentence-navigation-autoloads ample-regexps-autoloads rx delsel repeat restart-emacs-autoloads exwm exwm-input xcb-keysyms xcb-xkb exwm-manage exwm-floating xcb-cursor xcb-render exwm-layout exwm-workspace exwm-core xcb-ewmh xcb-icccm xcb xcb-xproto xcb-types xcb-debug eieio eieio-core server exwm-autoloads xelb-autoloads finder-inf pcase edmacro kmacro byte-opt leaf-keywords cus-edit pp cus-load icons wid-edit leaf leaf-keywords-autoloads leaf-autoloads straight-autoloads cl-seq cl-extra help-mode straight subr-x cl-macs gv cl-loaddefs cl-lib bytecomp byte-compile 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 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 xwidget-internal dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo gtk x-toolkit xinput2 x multi-tty move-toolbar make-network-process emacs) Memory information: ((conses 16 797994 226873) (symbols 48 62559 3) (strings 32 227840 15758) (string-bytes 1 7607736) (vectors 16 127322) (vector-slots 8 2424033 176648) (floats 8 1334 1154) (intervals 56 12016 6383) (buffers 984 25)) From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 06 13:40:43 2023 Received: (at 64497) by debbugs.gnu.org; 6 Jul 2023 17:40:43 +0000 Received: from localhost ([127.0.0.1]:41977 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHSyA-00045J-Ns for submit@debbugs.gnu.org; Thu, 06 Jul 2023 13:40:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:34346) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qHSy5-00044y-S1 for 64497@debbugs.gnu.org; Thu, 06 Jul 2023 13:40:41 -0400 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 1qHSy0-0005PF-14; Thu, 06 Jul 2023 13:40:32 -0400 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=pXPGBK2GEAuj15Wpm4rXJNv3FvjvoGAYugce9ZhKcuA=; b=NA0HTXd6bFAw bGMDnIA7ORN27X3mL447QgdeRW1D/NJg7mFvqoq+H4dEdR1cd4GmQTAn4i2lg9OmKHQwgPV2oD25J fjKsxhJB9xY1dnMLnPzrMz7SfwmEoFCoD2isSZ5zuO0O9EuG3dUTMOMI6zSEzsqiIhO0EgdT0VI+b QjmDhfZEMdsxgFlOMYKAARR+bnI3/aNr7W0x4yPVxNhW5A5PzIGE6QIfik6s/82T22gEBI7zPSOt6 6IzukzKu046qq3tHT18lC1zrKIymvxHv5wn/zGlBwrhIdBefu7fx7l+RqHUfS/Oz8F9lYiW23ON51 14N36UtbOnBqqgIf+puGsA==; 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 1qHSxz-0006SG-Fn; Thu, 06 Jul 2023 13:40:31 -0400 Date: Thu, 06 Jul 2023 20:40:31 +0300 Message-Id: <83o7kpgcq8.fsf@gnu.org> From: Eli Zaretskii To: hugo@heagren.com In-Reply-To: (hugo@heagren.com) Subject: Re: bug#64497: 30.0.50; `other-buffer' returns current buffer References: X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 64497 Cc: 64497@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 (---) > Date: Thu, 06 Jul 2023 17:16:21 +0100 > From: hugo@heagren.com > > I've just built Emacs from master. My binding to > `mode-line-other-buffer' wasn't doing what it should, so I investigated. > On my machine, the form `(other-buffer)' returns the current buffer. > > I notice that a recent change to `other-buffer' relates to scratch > buffers (though my C isn't good enough to know what it really does). I > have tested this in a scratch buffer, and there too `(other-buffer)' > returns the current buffer (i.e. *scratch*). > > `(other-buffer (current-buffer))' behaves as it -- i.e. returns a buffer > other than the current buffer. I cannot reproduce this with the current master branch, FWIW. From debbugs-submit-bounces@debbugs.gnu.org Sun Jun 02 17:11:36 2024 Received: (at 64497) by debbugs.gnu.org; 2 Jun 2024 21:11:36 +0000 Received: from localhost ([127.0.0.1]:40422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sDsUK-000550-2m for submit@debbugs.gnu.org; Sun, 02 Jun 2024 17:11:36 -0400 Received: from mail-40136.proton.ch ([185.70.40.136]:39337) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sDsUH-00054g-Ay for 64497@debbugs.gnu.org; Sun, 02 Jun 2024 17:11:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kubajecminek.cz; s=protonmail; t=1717362674; x=1717621874; bh=xA/FQXfRVGE9pFxCRuMXP7okaDzq7wfTJYPQ5k9Sagc=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID:BIMI-Selector; b=Eqon+AN9AOb2Gqc1+k/M7EUyH8GVd9HuPG0X9GydofFf8buM0QP3G8vFmsaKSXYT1 p/mYWp/TjzHuYouW4zkBAiwFapxV7e06/ygIyboD96slOTt+XC3N0EC9l10ux18qjh HliZ6O+M9+XKhYWWRaYrbWKV9aG8TF7TpKfd4bD3Kav1iy/8W/MdmS965OJCRiQwqs zmBa0DFSZSX5qmKfA6FaBKMh/+CedkKeWm7KkfktKV77BKiipgjOByPjdtINV8i2L4 94C+VcJwh5+c/doCrbyf0xL7pigXngQkWB4BxBAWYi7EOZGBRop6wKCH8R7vbIPJdH mIQ07gfUPNAPg== Date: Sun, 02 Jun 2024 21:11:08 +0000 To: Eli Zaretskii From: =?utf-8?Q?Jakub_Je=C4=8Dm=C3=ADnek?= Subject: Re: bug#64497: 30.0.50; `other-buffer' returns current buffer Message-ID: <87frtvxd7a.fsf@kubajecminek.cz> Feedback-ID: 98803324:user:proton X-Pm-Message-ID: 33cc79fcf1c0a5b592ce6eba82ffbff7ff3c4ab1 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: 64497 Cc: 64497@debbugs.gnu.org, hugo@heagren.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.3 (/) Eli Zaretskii writes: >> Date: Thu, 06 Jul 2023 17:16:21 +0100 >> From: hugo@heagren.com >>=20 >> I've just built Emacs from master. My binding to >> `mode-line-other-buffer' wasn't doing what it should, so I investigated. >> On my machine, the form `(other-buffer)' returns the current buffer. >>=20 >> I notice that a recent change to `other-buffer' relates to scratch >> buffers (though my C isn't good enough to know what it really does). I >> have tested this in a scratch buffer, and there too `(other-buffer)' >> returns the current buffer (i.e. *scratch*). >>=20 >> `(other-buffer (current-buffer))' behaves as it -- i.e. returns a buffer >> other than the current buffer. > > I cannot reproduce this with the current master branch, FWIW. Should we close this? No response in almost a year. From debbugs-submit-bounces@debbugs.gnu.org Mon Jun 03 07:50:50 2024 Received: (at 64497) by debbugs.gnu.org; 3 Jun 2024 11:50:50 +0000 Received: from localhost ([127.0.0.1]:33195 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sE6D8-0007ZZ-79 for submit@debbugs.gnu.org; Mon, 03 Jun 2024 07:50:50 -0400 Received: from eggs.gnu.org ([209.51.188.92]:48368) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sE6D5-0007YE-PI; Mon, 03 Jun 2024 07:50:44 -0400 Received: from [2001:470:142:3::e] (helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sE5qo-0000Uw-LZ; Mon, 03 Jun 2024 07:27:42 -0400 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=AkY39xfJA4HtWwEXJkiRVBxCCVdT/MC5JvLoAQXWF0E=; b=XqTxSeOn0UAG/A/UHjmX cqWIyoO+uka6lE13ec/seO4iIuoZ30NdXTGZo9v9Hg+OS8yJOxDKM5OnFLdsUw3AvxLsVtiCiU5QZ hE/NYnqEruQ6Vv4q5vK86sdffibvi2BSrbAG3FSnRlpdJ3x9GvHUkxCLgmEez0OnTiwsvVSkjGyh4 u+4OskoXI1ccvdEw9nveO01JUGJ2rvP//Xsl240Ndb7o9xanWKyXJFtNaOS1J1vx+k8L/8eluY0Um KbVYuoXfFV/0+/6gvois+QjaHtF7ygNVO6d6wxTSLFJH9eliSlzojpJhXdioXMjuFAXtC3rg8/Nso wp+Vx6yPY34ZEw==; Date: Mon, 03 Jun 2024 14:27:40 +0300 Message-Id: <865xuqmfkj.fsf@gnu.org> From: Eli Zaretskii To: Jakub =?utf-8?B?SmXEjW3DrW5law==?= In-Reply-To: <87frtvxd7a.fsf@kubajecminek.cz> (message from Jakub =?utf-8?B?SmXEjW3DrW5law==?= on Sun, 02 Jun 2024 21:11:08 +0000) Subject: Re: bug#64497: 30.0.50; `other-buffer' returns current buffer References: <87frtvxd7a.fsf@kubajecminek.cz> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: 64497 Cc: 64497@debbugs.gnu.org, hugo@heagren.com 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.5 (--) tags 64497 moreinfo unreproducible close 64497 thanks > Date: Sun, 02 Jun 2024 21:11:08 +0000 > From: Jakub Ječmínek > Cc: hugo@heagren.com, 64497@debbugs.gnu.org > > Eli Zaretskii writes: > > >> Date: Thu, 06 Jul 2023 17:16:21 +0100 > >> From: hugo@heagren.com > >> > >> I've just built Emacs from master. My binding to > >> `mode-line-other-buffer' wasn't doing what it should, so I investigated. > >> On my machine, the form `(other-buffer)' returns the current buffer. > >> > >> I notice that a recent change to `other-buffer' relates to scratch > >> buffers (though my C isn't good enough to know what it really does). I > >> have tested this in a scratch buffer, and there too `(other-buffer)' > >> returns the current buffer (i.e. *scratch*). > >> > >> `(other-buffer (current-buffer))' behaves as it -- i.e. returns a buffer > >> other than the current buffer. > > > > I cannot reproduce this with the current master branch, FWIW. > > Should we close this? No response in almost a year. Closing. From unknown Tue Sep 09 00:44: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, 02 Jul 2024 11:24:14 +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