From unknown Sat Aug 16 11:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53598: 28.0.91; occur-after-change function errors with args-out-of-range in occur-edit-mode Resent-From: Jack Henahan Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 28 Jan 2022 09:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 53598 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 53598@debbugs.gnu.org X-Debbugs-Original-To: "bug-gnu-emacs@gnu.org" Reply-To: Jack Henahan Received: via spool by submit@debbugs.gnu.org id=B.16433608114582 (code B ref -1); Fri, 28 Jan 2022 09:07:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 Jan 2022 09:06:51 +0000 Received: from localhost ([127.0.0.1]:57357 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDNDV-0001Bp-AW for submit@debbugs.gnu.org; Fri, 28 Jan 2022 04:06:50 -0500 Received: from lists.gnu.org ([209.51.188.17]:54130) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDLgv-0008Vh-Su for submit@debbugs.gnu.org; Fri, 28 Jan 2022 02:29:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40674) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDLgv-0002Pi-KI for bug-gnu-emacs@gnu.org; Fri, 28 Jan 2022 02:29:05 -0500 Received: from mail-0201.mail-europe.com ([51.77.79.158]:54871) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDLgr-0006e3-M6 for bug-gnu-emacs@gnu.org; Fri, 28 Jan 2022 02:29:05 -0500 Date: Fri, 28 Jan 2022 07:28:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proofte.ch; s=protonmail; t=1643354928; bh=eJjnv6LUvNDT1ygk1gVb9m6dfMd48pqyIbahR9qRxUY=; h=Date:To:From:Reply-To:Subject:Message-ID:From:To:Cc; b=MtNFezI/gKKb38XAd9py/iurIFvhjuabKz3AsyZKcK/8VypBScodt7c0yJOATaWcY Yy1ZiZp51FpU9A48WCFgVRItjrmTy76GEjuSdxiOWJdp8LHuRZl6WP3XGHDDXJj5aS S3qqLHFsTEO/MYUSsva7qgcPYDS1l8jCXe65h/A0= From: Jack Henahan Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=51.77.79.158; envelope-from=root@proofte.ch; helo=mail-0201.mail-europe.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-Mailman-Approved-At: Fri, 28 Jan 2022 04:06:48 -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.3 (--) >From `emacs -Q': M-x toggle-debug-on-error M-s o buffer RET C-x o C-s buffer C-s C-s RET e DEL DEL DEL Debugger entered--Lisp error: (args-out-of-range ";; This buf is for text t= hat is not saved, and for..." 11 -57) occur-after-change-function(64 64 1) delete-backward-char(1 nil) funcall-interactively(delete-backward-char 1 nil) command-execute(delete-backward-char) Similar stack traces arise if you choose an arbitrary place in an occurrence and, say M-d M-d M-d My daily driver is built with Nix (hence all the load path shadowing), but I also tested with the latest pretest at https://emacsformacosx.com/builds with /Volumes/Emacs/Emacs.app/MacOS/Emacs -Q and /Volumes/Emacs/Emacs.app/MacOS/Emacs -Q -nw to try to see if Nix was the problem or if terminal Emacs fared any better, but sadly the bug remains. I cannot reproduce with 27.2, so it seems this is a fairly recent regression. I can't quite say how recent since I only just started familiarizing myself with occur-edit-mode, and then I ran smack into this. Ain't that always the way? According to https://github.com/nix-community/emacs-overlay/commit/a85db7662ba9fb751b528= 68b0c36223860eacf92.patch my current build is based on a checkout at 8eaf04de8. Best as I can tell, the only commits on this function in the last year were: c52e26df30d5679dc2b9b34853a3c2db062524ac Keep track of match extents in occur-mode (bug#39121) b0d33d42535cc6aef2c518eba373332de59f210f Don't squash markers in occur-edit-mode 6b7c22e7ee87a57ff78e2baf0baa847e34b9b4da ; * lisp/replace.el (occur-after-change-function): Fix logic mistake In GNU Emacs 28.0.91 (build 1, x86_64-apple-darwin21.2.0, NS appkit-2113.20= Version 10.16 (Build 21C52)) Repository revision: emacs-28.0.91 Repository branch: master Windowing system distributor 'Apple', version 10.3.2113 System Description: macOS 12.1 Configured using: 'configure --prefix=3D/nix/store/zvz6h1bd87iwai7aim54n8wixhi8qvjc-emacs-gcc-28.0.91 --disable-build-details --with-modules --with-ns --disable-ns-self-contained --with-native-compilation' Configured features: ACL GLIB GMP GNUTLS JPEG JSON LIBXML2 MODULES NATIVE_COMP NOTIFY KQUEUE NS PDUMPER PNG RSVG THREADS TIFF TOOLKIT_SCROLL_BARS ZLIB Important settings: value of $EMACSLOADPATH: /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emac= s-packages-deps/share/emacs/site-lisp: value of $EMACSNATIVELOADPATH: /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k7= 2-emacs-packages-deps/share/emacs/native-lisp:: value of $LC_CTYPE: en_US.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t Load-path shadows: /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/ivy-20211231.1730/elpa hides /nix/store/qd67r4p41sinhhsj4vq= yy7yvq1az9k72-emacs-packages-deps/share/emacs/site-lisp/elpa/lispy-20220124= .1847/elpa /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/jsonrpc-1.0.15/jsonrpc hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/jsonrpc /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/transient-20220126.1647/transient hides /nix/store/zvz6h1bd= 87iwai7aim54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/transie= nt /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/xref-1.3.2/xref hides /nix/store/zvz6h1bd87iwai7aim54n8wixh= i8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/progmodes/xref /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/flymake-1.2.1/flymake hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/progmodes/flymake /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-exp hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-exp /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-emacs-lisp hides /nix/store/zvz6h1bd87iwai7aim= 54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-emacs-lisp /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/oc hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi8q= vjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-css hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-css /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-lob hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-lob /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-irc hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-irc /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-forth hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-forth /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-macs hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-macs /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi8q= vjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-version hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-version /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-scheme hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-scheme /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi8q= vjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-C hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi= 8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-C /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-capture hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-capture /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-ref hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-ref /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-clojure hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-clojure /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-mouse hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-mouse /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-ctags hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-ctags /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-entities hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-entities /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-archive hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-archive /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-screen hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-screen /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-bibtex hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-bibtex /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-haskell hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-haskell /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-table hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-table /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-eww hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-eww /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-man hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-man /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-org hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-org /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-num hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-num /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-plot hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-plot /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-rmail hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-rmail /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-awk hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-awk /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-groovy hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-groovy /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-octave hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-octave /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-faces hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-faces /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/oc-biblatex hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc-biblatex /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-colview hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-colview /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-R hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi= 8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-R /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-refile hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-refile /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-timer hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-timer /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-mobile hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-mobile /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-fortran hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-fortran /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-shell hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-shell /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-perl hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-perl /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-sqlite hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-sqlite /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/oc-basic hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc-basic /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-sed hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-sed /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-list hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-list /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-ruby hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-ruby /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-eval hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-eval /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-habit hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-habit /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-clock hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-clock /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-goto hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-goto /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-html hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-html /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-src hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-src /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-lisp hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-lisp /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-eshell hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-eshell /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-ditaa hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-ditaa /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-pcomplete hides /nix/store/zvz6h1bd87iwai7aim= 54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-pcomplete /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-lint hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-lint /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-latex hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-latex /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-sass hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-sass /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-tangle hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-tangle /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-calc hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-calc /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-java hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-java /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-icalendar hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-icalendar /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-mhe hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-mhe /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-attach-git hides /nix/store/zvz6h1bd87iwai7ai= m54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-attach-g= it /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-md hides /nix/store/zvz6h1bd87iwai7aim54n8wixh= i8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-md /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-beamer hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-beamer /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-element hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-element /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/oc-natbib hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc-natbib /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-protocol hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-protocol /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-gnuplot hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-gnuplot /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-tempo hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-tempo /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-latex hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-latex /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-w3m hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-w3m /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-id hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-id /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-man hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-man /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-doi hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-doi /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-feed hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-feed /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-julia hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-julia /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-lua hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-lua /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-table hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-table /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-ocaml hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-ocaml /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/oc-csl hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc-csl /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-gnus hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-gnus /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-indent hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-indent /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-lilypond hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-lilypond /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-matlab hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-matlab /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-datetree hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-datetree /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-docview hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-docview /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-python hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-python /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-makefile hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-makefile /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-duration hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-duration /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-agenda hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-agenda /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-dot hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-dot /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-js hides /nix/store/zvz6h1bd87iwai7aim54n8wixh= i8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-js /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-publish hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-publish /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-inlinetask hides /nix/store/zvz6h1bd87iwai7ai= m54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-inlineta= sk /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-org hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-org /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-keys hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-keys /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-core hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-core /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-compat hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-compat /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi8q= vjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-odt hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-odt /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-info hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-info /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-plantuml hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-plantuml /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-eshell hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-eshell /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-ascii hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-ascii /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-loaddefs hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-loaddefs /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-koma-letter hides /nix/store/zvz6h1bd87iwai7ai= m54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-koma-lett= er /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-maxima hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-maxima /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi8= qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-bbdb hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-bbdb /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-macro hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-macro /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-sql hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-sql /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-attach hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-attach /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-processing hides /nix/store/zvz6h1bd87iwai7aim= 54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-processing /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-texinfo hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-texinfo /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-crypt hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-crypt /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-footnote hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-footnote /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-comint hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-comint /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/let-alist-1.0.6/let-alist hides /nix/store/zvz6h1bd87iwai7a= im54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/emacs-lisp/let-= alist /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/nadvice-0.3/nadvice hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/emacs-lisp/nadvice /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/eldoc-1.11.0/eldoc hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/emacs-lisp/eldoc Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util rmail rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map text-property-search time-date subr-x seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/ns-win ns-win ucs-normalize mule-util 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 cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads kqueue cocoa ns multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 69451 5576) (symbols 48 6560 0) (strings 32 19574 4947) (string-bytes 1 731916) (vectors 16 15058) (vector-slots 8 304053 6638) (floats 8 23 27) (intervals 56 213 0) (buffers 992 10)) From unknown Sat Aug 16 11:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53598: 28.0.91; occur-after-change function errors with args-out-of-range in occur-edit-mode Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 28 Jan 2022 14:29:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53598 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jack Henahan , Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= Cc: 53598@debbugs.gnu.org Received: via spool by 53598-submit@debbugs.gnu.org id=B53598.164338009817288 (code B ref 53598); Fri, 28 Jan 2022 14:29:01 +0000 Received: (at 53598) by debbugs.gnu.org; 28 Jan 2022 14:28:18 +0000 Received: from localhost ([127.0.0.1]:57940 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDSET-0004UZ-7R for submit@debbugs.gnu.org; Fri, 28 Jan 2022 09:28:18 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDSER-0004U3-5T for 53598@debbugs.gnu.org; Fri, 28 Jan 2022 09:28:07 -0500 Received: from [2001:470:142:3::e] (port=56058 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 1nDSEL-0004By-G2; Fri, 28 Jan 2022 09:28:01 -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=GaIGAXilure1e9JD95MdL4calhlQNBsFFnxGZ3Vwvh0=; b=bo0whPS0Q6/xt55eyW0k 5Vj5s7e6A96kcSDx2S7OZMOlBBTuazCugCQuiQWtowyOt5Si1SaEnBhAJ3If7kuOi6yGslnf8hgim b7oB8g2Nbw1x7rsJ/MMC6pzoEyq95myWXXfgy9Bw0PUmqgh/ehDUkuRzmO/p3Z+65QGV70+pg3InW yMmBuZ2QW8xJsHvr8xFPBnuIDmrvCUmKCkKI5pGT26lDf+EjN47UdZryM+kX1RR8AIOJXGYgyA7+c VTO8quUYcvuaiNZ2CJVxzEqveVr2ruB05bDbQWxzn6nrQgKcTyCvzCcCf1vujIB2JnziSFeon/7Wj f46n29O5RRWRxQ==; Received: from [87.69.77.57] (port=2642 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 1nDSEK-0000hD-IK; Fri, 28 Jan 2022 09:28:01 -0500 Date: Fri, 28 Jan 2022 16:27:57 +0200 Message-Id: <83ilu4c4uq.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: (message from Jack Henahan on Fri, 28 Jan 2022 07:28:47 +0000) References: 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: -1.0 (-) > Date: Fri, 28 Jan 2022 07:28:47 +0000 > From: Jack Henahan > > >From `emacs -Q': > > M-x toggle-debug-on-error > M-s o buffer RET > C-x o > C-s buffer C-s C-s RET > e > DEL DEL DEL > > Debugger entered--Lisp error: (args-out-of-range ";; This buf is for text that is not saved, and for..." 11 -57) > occur-after-change-function(64 64 1) > delete-backward-char(1 nil) > funcall-interactively(delete-backward-char 1 nil) > command-execute(delete-backward-char) > > Similar stack traces arise if you choose an arbitrary place in an > occurrence and, say > > M-d M-d M-d Thanks. Does the patch below give good results? diff --git a/lisp/replace.el b/lisp/replace.el index 45bd05d..a784388 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -1413,7 +1413,10 @@ occur-after-change-function (length s1))))) (prefix-len (funcall common-prefix buf-str text)) (suffix-len (funcall common-prefix - (reverse buf-str) (reverse text)))) + (reverse (substring + buf-str prefix-len)) + (reverse (substring + text prefix-len))))) (setq beg-pos (+ beg-pos prefix-len)) (setq end-pos (- end-pos suffix-len)) (setq text (substring text prefix-len (- suffix-len))) From unknown Sat Aug 16 11:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53598: 28.0.91; occur-after-change function errors with args-out-of-range in occur-edit-mode Resent-From: Jack Henahan Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 28 Jan 2022 16:11:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53598 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= , 53598@debbugs.gnu.org Reply-To: Jack Henahan Received: via spool by 53598-submit@debbugs.gnu.org id=B53598.164338625810196 (code B ref 53598); Fri, 28 Jan 2022 16:11:01 +0000 Received: (at 53598) by debbugs.gnu.org; 28 Jan 2022 16:10:58 +0000 Received: from localhost ([127.0.0.1]:60317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDTpx-0002eO-Ld for submit@debbugs.gnu.org; Fri, 28 Jan 2022 11:10:58 -0500 Received: from mail-40136.proton.ch ([185.70.40.136]:52840) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDTi8-0002P2-8D for 53598@debbugs.gnu.org; Fri, 28 Jan 2022 11:02:52 -0500 Date: Fri, 28 Jan 2022 16:02:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proofte.ch; s=protonmail; t=1643385765; bh=3aeQxq3OiqAcLqH9Wc0OQV+HL3vIraKBW23KfXGdwAQ=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc; b=JaSKzy/pN5tyd9RqIagMOOInqysbEUbEss58G//s9gidCW8sjbL+fTjFKW+r+A9CT j2HoQXdttYEbJDwKiUkiT5KpNd8iL9+YDhBEsapJc5zW+sdjMKetG76qeHyYqtO7Oh PBjUZcgafbPxB7tdBQkV5e3FX1HjLUH3HqwcFozU= From: Jack Henahan Message-ID: <0NPcz-lChmODiW2pVH7owoZ-WjNR6NZOTXu-MTBKffpWKXgls36rAs9M0AT8Y81PGeNqZaCsFteFxnUDa4v-HaCFSBZfHcFfLjVkh-mKZqg=@proofte.ch> In-Reply-To: <83ilu4c4uq.fsf@gnu.org> References: <83ilu4c4uq.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-Mailman-Approved-At: Fri, 28 Jan 2022 11:10:56 -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: -1.0 (-) Yep, that looks like it does the trick for me. Thank you! From unknown Sat Aug 16 11:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53598: 28.0.91; occur-after-change function errors with args-out-of-range in occur-edit-mode Resent-From: Jack Henahan Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 29 Jan 2022 00:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53598 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: Mattias =?UTF-8?Q?Engdeg=C3=A5rd?= , 53598@debbugs.gnu.org Reply-To: Jack Henahan Received: via spool by 53598-submit@debbugs.gnu.org id=B53598.164341476830470 (code B ref 53598); Sat, 29 Jan 2022 00:07:01 +0000 Received: (at 53598) by debbugs.gnu.org; 29 Jan 2022 00:06:08 +0000 Received: from localhost ([127.0.0.1]:60733 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDbFm-0007vJ-81 for submit@debbugs.gnu.org; Fri, 28 Jan 2022 19:06:08 -0500 Received: from mail-4323.proton.ch ([185.70.43.23]:53615) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDapU-0007CJ-SM for 53598@debbugs.gnu.org; Fri, 28 Jan 2022 18:38:57 -0500 Date: Fri, 28 Jan 2022 23:38:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proofte.ch; s=protonmail; t=1643413130; bh=PUfJkjRIhsRxwRClsyByzYVph2FBEsDjRzA93Fpa2LY=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc; b=gU5J84zYKF9kESpnSqglG+okOY71ZntfMCLvURNhWhW8rLrBHp8xF5iXppDC/iSUY KHCfLj07VyuD5KL6318A8Etm/+TG8OTTAFjcuUADNBP8EH9nYe9IG3v33zTtXcvPkp YnBfdhACKyprPJ08bCDMooJIVvvkW6lIepNyPs18= From: Jack Henahan Message-ID: In-Reply-To: <0NPcz-lChmODiW2pVH7owoZ-WjNR6NZOTXu-MTBKffpWKXgls36rAs9M0AT8Y81PGeNqZaCsFteFxnUDa4v-HaCFSBZfHcFfLjVkh-mKZqg=@proofte.ch> References: <83ilu4c4uq.fsf@gnu.org> <0NPcz-lChmODiW2pVH7owoZ-WjNR6NZOTXu-MTBKffpWKXgls36rAs9M0AT8Y81PGeNqZaCsFteFxnUDa4v-HaCFSBZfHcFfLjVkh-mKZqg=@proofte.ch> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="b1_qjvxs3QL5TSHxDwdi68q5S8vwNuvrlcU9JWs4LzEGJ0" X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-Mailman-Approved-At: Fri, 28 Jan 2022 19:06:04 -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: -1.0 (-) This is a multi-part message in MIME format. --b1_qjvxs3QL5TSHxDwdi68q5S8vwNuvrlcU9JWs4LzEGJ0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I may have spoken too soon. It looks like there's an edge case on either en= d of an occurrence line. With the attached reproducer file in `emacs -Q': M-s o buffer RET C-x o n C-e e DEL Debugger entered--Lisp error: (args-out-of-range "(setq minibuffer-prompt-p= e" 26 0) occur-after-change-function(77 77 1) delete-backward-char(1 nil) funcall-interactively(delete-backward-char 1 nil) command-execute(delete-backward-char) Similarly, M-s o buffer RET C-x o n C-r ( RET e DEL Debugger entered--Lisp error: (args-out-of-range "(setq minibuffer-prompt-p= es" 27 0) occur-after-change-function(50 50 1) delete-backward-char(1 nil) funcall-interactively(delete-backward-char 1 nil) command-execute(delete-backward-char) Trying to grok what all's going on in the code to hopefully be more helpful= than just finding the thing. Testing in 27.2 shows no errors in these edge cases. In the latter example,= deleting backward past the occurrence's first char deletes into the line i= ndicator, but with no effect on the buffer. This is weird to look at, but a= t least not totally surprising. I'm attempting to learn enough about text-p= roperty to see if I can figure out how to make only the occur-items writabl= e and leave everything else read-only. --b1_qjvxs3QL5TSHxDwdi68q5S8vwNuvrlcU9JWs4LzEGJ0 Content-Type: text/plain; name=test.el Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename=test.el KHNldHEgbWluaWJ1ZmZlci1wcm9tcHQtcHJvcGVydGllcwogICAgICAnKHJlYWQtb25seSB0IGN1 cnNvci1pbnRhbmdpYmxlIHQgZmFjZSBtaW5pYnVmZmVyLXByb21wdCkpCihhZGQtaG9vayAnbWlu aWJ1ZmZlci1zZXR1cC1ob29rICMnY3Vyc29yLWludGFuZ2libGUtbW9kZSkKKHNldHEgcmVhZC1l eHRlbmRlZC1jb21tYW5kLXByZWRpY2F0ZQogICAgICAjJ2NvbW1hbmQtY29tcGxldGlvbi1kZWZh dWx0LWluY2x1ZGUtcCkKKHNldHEgZW5hYmxlLXJlY3Vyc2l2ZS1taW5pYnVmZmVycyB0KQooc2V0 cSBjb21wbGV0aW9uLWN5Y2xlLXRocmVzaG9sZCAzKQooc2V0cSB0YWItYWx3YXlzLWluZGVudCAn Y29tcGxldGUpCg== --b1_qjvxs3QL5TSHxDwdi68q5S8vwNuvrlcU9JWs4LzEGJ0-- From unknown Sat Aug 16 11:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53598: 28.0.91; occur-after-change function errors with args-out-of-range in occur-edit-mode Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 29 Jan 2022 07:58:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53598 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Jack Henahan Cc: mattiase@acm.org, 53598@debbugs.gnu.org Received: via spool by 53598-submit@debbugs.gnu.org id=B53598.164344305129793 (code B ref 53598); Sat, 29 Jan 2022 07:58:01 +0000 Received: (at 53598) by debbugs.gnu.org; 29 Jan 2022 07:57:31 +0000 Received: from localhost ([127.0.0.1]:60949 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDibz-0007kT-FD for submit@debbugs.gnu.org; Sat, 29 Jan 2022 02:57:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51880) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDibx-0007kF-3N for 53598@debbugs.gnu.org; Sat, 29 Jan 2022 02:57:29 -0500 Received: from [2001:470:142:3::e] (port=41690 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 1nDibq-000379-Vf; Sat, 29 Jan 2022 02:57:22 -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=427KIo2ACLJdWFE+3t3hZw47vvAC081UF9fLpHbBxXI=; b=NGnRRLvZ/CR327LvFaxu Y9W2ryYCEWQaxpxI1mnCB7VLRfXI8eK8FADtZ6cmwaV+l4X7Gfu3zCLYJV0g4eORNCJLbLZEFjbZL o3dDn1KZsHtbqmj/1ZZqYoisS1rzYvSr0WIoD+EUOhpDAas5GB9li1dYFrYjT0G6VdsFmcGF/besd UPioVyNryoRNW/w5qMbn9qeqwHSGSrt55C3HD1KS8K/Qs99TtJ/03jN/5Kdba9DD37KVlOrTWZetK FcCbTxpGqqz6YtYgLgI61WRc1EWXlRnNRaRfHv1Dg652Xf0TGXnprqYDTWEUe51sn7oMFUl42yDoe xtjjAJnt2VeMRA==; Received: from [87.69.77.57] (port=3097 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 1nDibo-0001S8-WE; Sat, 29 Jan 2022 02:57:22 -0500 Date: Sat, 29 Jan 2022 09:57:10 +0200 Message-Id: <83v8y3asa1.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: (message from Jack Henahan on Fri, 28 Jan 2022 23:38:49 +0000) References: <83ilu4c4uq.fsf@gnu.org> <0NPcz-lChmODiW2pVH7owoZ-WjNR6NZOTXu-MTBKffpWKXgls36rAs9M0AT8Y81PGeNqZaCsFteFxnUDa4v-HaCFSBZfHcFfLjVkh-mKZqg=@proofte.ch> 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: Fri, 28 Jan 2022 23:38:49 +0000 > From: Jack Henahan > Cc: Mattias EngdegÄrd , 53598@debbugs.gnu.org > > I may have spoken too soon. It looks like there's an edge case on either end of an occurrence line. With the attached reproducer file in `emacs -Q': > > M-s o buffer RET > C-x o > n > C-e > e > DEL > > Debugger entered--Lisp error: (args-out-of-range "(setq minibuffer-prompt-pe" 26 0) > occur-after-change-function(77 77 1) > delete-backward-char(1 nil) > funcall-interactively(delete-backward-char 1 nil) > command-execute(delete-backward-char) Thanks, this is a separate problem. The following patch should solve that one as well: diff --git a/lisp/replace.el b/lisp/replace.el index 45bd05d..b1cfd7e 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -1413,10 +1413,15 @@ occur-after-change-function (length s1))))) (prefix-len (funcall common-prefix buf-str text)) (suffix-len (funcall common-prefix - (reverse buf-str) (reverse text)))) + (reverse (substring + buf-str prefix-len)) + (reverse (substring + text prefix-len))))) (setq beg-pos (+ beg-pos prefix-len)) (setq end-pos (- end-pos suffix-len)) - (setq text (substring text prefix-len (- suffix-len))) + (setq text (substring text prefix-len + (and (not (zerop suffix-len)) + (- suffix-len)))) (delete-region beg-pos end-pos) (goto-char beg-pos) (insert text))) From unknown Sat Aug 16 11:36:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#53598: 28.0.91; occur-after-change function errors with args-out-of-range in occur-edit-mode Resent-From: Jack Henahan Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 30 Jan 2022 02:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 53598 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: mattiase@acm.org, 53598@debbugs.gnu.org Reply-To: Jack Henahan Received: via spool by 53598-submit@debbugs.gnu.org id=B53598.1643508693518 (code B ref 53598); Sun, 30 Jan 2022 02:12:02 +0000 Received: (at 53598) by debbugs.gnu.org; 30 Jan 2022 02:11:33 +0000 Received: from localhost ([127.0.0.1]:35255 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDzgj-00008I-14 for submit@debbugs.gnu.org; Sat, 29 Jan 2022 21:11:33 -0500 Received: from mail-4317.proton.ch ([185.70.43.17]:51869) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDzgh-000085-1i for 53598@debbugs.gnu.org; Sat, 29 Jan 2022 21:11:31 -0500 Date: Sun, 30 Jan 2022 02:11:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proofte.ch; s=protonmail; t=1643508684; bh=DSfP3VCIZ0Gxji4gGdjulyn7EneNb/7ZpsB1PBs2z5s=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc; b=ZcEri+23rVTJF3YO5c3FQsEDZWBLD2Rs7n28ld9vF/k2LSC+KAQnH40eFnl2nFNw4 pKRkO09IFU/AnyEtY5IXh7roLmZhf9YeDHUjDmwIvVyM74S+2/hH1YT7/1fRyD/793 rbKKdEJJrO7I4udFm2eoO16Yybf5Q4SSn8jyprMM= From: Jack Henahan Message-ID: <2MWe8j-Y0RJZUeF4bOoKJFAVTSslaHfcHsDyqDKug6iOHGADGqliH6nXO0R380U-b5Q7IoXWI-TLF3Nl_UeAvfJB2gk0meh-mZQt3aaAqh0=@proofte.ch> In-Reply-To: <83v8y3asa1.fsf@gnu.org> References: <83ilu4c4uq.fsf@gnu.org> <0NPcz-lChmODiW2pVH7owoZ-WjNR6NZOTXu-MTBKffpWKXgls36rAs9M0AT8Y81PGeNqZaCsFteFxnUDa4v-HaCFSBZfHcFfLjVkh-mKZqg=@proofte.ch> <83v8y3asa1.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch 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 (-) That does seem to have done the trick. I haven't managed to trigger any out= -of-range errors, and as far as I can tell the behavior lines up between 27= .2 and 28.0.91 with this patch applied. Thanks again! From unknown Sat Aug 16 11:36:57 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Jack Henahan Subject: bug#53598: closed (Re: bug#53598: 28.0.91; occur-after-change function errors with args-out-of-range in occur-edit-mode) Message-ID: References: <835yq1btsv.fsf@gnu.org> X-Gnu-PR-Message: they-closed 53598 X-Gnu-PR-Package: emacs Reply-To: 53598@debbugs.gnu.org Date: Sun, 30 Jan 2022 06:52:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1643525522-30220-1" This is a multi-part message in MIME format... ------------=_1643525522-30220-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #53598: 28.0.91; occur-after-change function errors with args-out-of-range = in occur-edit-mode which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 53598@debbugs.gnu.org. --=20 53598: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D53598 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1643525522-30220-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 53598-done) by debbugs.gnu.org; 30 Jan 2022 06:51:40 +0000 Received: from localhost ([127.0.0.1]:35463 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nE43l-0007qm-5Y for submit@debbugs.gnu.org; Sun, 30 Jan 2022 01:51:40 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57866) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nE43j-0007qY-SC for 53598-done@debbugs.gnu.org; Sun, 30 Jan 2022 01:51:36 -0500 Received: from [2001:470:142:3::e] (port=42638 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 1nE43c-0002Fn-7f; Sun, 30 Jan 2022 01:51:29 -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=Z9GusUHU7CTYu6/AAWhCTNoN88wHnseA16FOVf+Z1R0=; b=GJz2GndFNCkp XQscDVyejOYATWGqMQpydck+J442jjve5r9NG9qbqOBfX4JnyjJDk5XhmbxNrV7Ol1PeU5adK6Fbx biZ9PisaEr5Q2becBN0gEQW+2YUTLPvNr4/u3Gj/Ruqyz9x8rcTpFwFZVXdnozwRK3M4PLaWy5H5O sUM9LvFDrKLM6MiTD0PntL/F3iCc7w1TPAtQi88VfgKekg2LAC0h15xCcIi7mR7MinaEIJahmSGyM w1RyH3h8bKSQmFgW4se0g/TkwNqyNmSAvN4/lwIa+gdcyhROXSFELETyiUEOdi9+VkfSescrYWPiB +nElr0bTgczVe12A7I5UqA==; Received: from [87.69.77.57] (port=4149 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 1nE43T-0001an-28; Sun, 30 Jan 2022 01:51:26 -0500 Date: Sun, 30 Jan 2022 08:51:12 +0200 Message-Id: <835yq1btsv.fsf@gnu.org> From: Eli Zaretskii To: Jack Henahan In-Reply-To: <2MWe8j-Y0RJZUeF4bOoKJFAVTSslaHfcHsDyqDKug6iOHGADGqliH6nXO0R380U-b5Q7IoXWI-TLF3Nl_UeAvfJB2gk0meh-mZQt3aaAqh0=@proofte.ch> (message from Jack Henahan on Sun, 30 Jan 2022 02:11:21 +0000) Subject: Re: bug#53598: 28.0.91; occur-after-change function errors with args-out-of-range in occur-edit-mode References: <83ilu4c4uq.fsf@gnu.org> <0NPcz-lChmODiW2pVH7owoZ-WjNR6NZOTXu-MTBKffpWKXgls36rAs9M0AT8Y81PGeNqZaCsFteFxnUDa4v-HaCFSBZfHcFfLjVkh-mKZqg=@proofte.ch> <83v8y3asa1.fsf@gnu.org> <2MWe8j-Y0RJZUeF4bOoKJFAVTSslaHfcHsDyqDKug6iOHGADGqliH6nXO0R380U-b5Q7IoXWI-TLF3Nl_UeAvfJB2gk0meh-mZQt3aaAqh0=@proofte.ch> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 53598-done Cc: mattiase@acm.org, 53598-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: -3.3 (---) > Date: Sun, 30 Jan 2022 02:11:21 +0000 > From: Jack Henahan > Cc: mattiase@acm.org, 53598@debbugs.gnu.org > X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, > DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,T_SCC_BODY_TEXT_LINE > shortcircuit=no autolearn=disabled version=3.4.4 > > That does seem to have done the trick. I haven't managed to trigger any out-of-range errors, and as far as I can tell the behavior lines up between 27.2 and 28.0.91 with this patch applied. Thanks again! Thanks for testing. I've now installed the fix on the emacs-28 branch, and I'm therefore closing this bug report. ------------=_1643525522-30220-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Jan 2022 09:06:51 +0000 Received: from localhost ([127.0.0.1]:57357 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDNDV-0001Bp-AW for submit@debbugs.gnu.org; Fri, 28 Jan 2022 04:06:50 -0500 Received: from lists.gnu.org ([209.51.188.17]:54130) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nDLgv-0008Vh-Su for submit@debbugs.gnu.org; Fri, 28 Jan 2022 02:29:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:40674) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDLgv-0002Pi-KI for bug-gnu-emacs@gnu.org; Fri, 28 Jan 2022 02:29:05 -0500 Received: from mail-0201.mail-europe.com ([51.77.79.158]:54871) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nDLgr-0006e3-M6 for bug-gnu-emacs@gnu.org; Fri, 28 Jan 2022 02:29:05 -0500 Date: Fri, 28 Jan 2022 07:28:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=proofte.ch; s=protonmail; t=1643354928; bh=eJjnv6LUvNDT1ygk1gVb9m6dfMd48pqyIbahR9qRxUY=; h=Date:To:From:Reply-To:Subject:Message-ID:From:To:Cc; b=MtNFezI/gKKb38XAd9py/iurIFvhjuabKz3AsyZKcK/8VypBScodt7c0yJOATaWcY Yy1ZiZp51FpU9A48WCFgVRItjrmTy76GEjuSdxiOWJdp8LHuRZl6WP3XGHDDXJj5aS S3qqLHFsTEO/MYUSsva7qgcPYDS1l8jCXe65h/A0= To: "bug-gnu-emacs@gnu.org" From: Jack Henahan Subject: 28.0.91; occur-after-change function errors with args-out-of-range in occur-edit-mode Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch Received-SPF: pass client-ip=51.77.79.158; envelope-from=root@proofte.ch; helo=mail-0201.mail-europe.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-Mailman-Approved-At: Fri, 28 Jan 2022 04:06:48 -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: , Reply-To: Jack Henahan Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) >From `emacs -Q': M-x toggle-debug-on-error M-s o buffer RET C-x o C-s buffer C-s C-s RET e DEL DEL DEL Debugger entered--Lisp error: (args-out-of-range ";; This buf is for text t= hat is not saved, and for..." 11 -57) occur-after-change-function(64 64 1) delete-backward-char(1 nil) funcall-interactively(delete-backward-char 1 nil) command-execute(delete-backward-char) Similar stack traces arise if you choose an arbitrary place in an occurrence and, say M-d M-d M-d My daily driver is built with Nix (hence all the load path shadowing), but I also tested with the latest pretest at https://emacsformacosx.com/builds with /Volumes/Emacs/Emacs.app/MacOS/Emacs -Q and /Volumes/Emacs/Emacs.app/MacOS/Emacs -Q -nw to try to see if Nix was the problem or if terminal Emacs fared any better, but sadly the bug remains. I cannot reproduce with 27.2, so it seems this is a fairly recent regression. I can't quite say how recent since I only just started familiarizing myself with occur-edit-mode, and then I ran smack into this. Ain't that always the way? According to https://github.com/nix-community/emacs-overlay/commit/a85db7662ba9fb751b528= 68b0c36223860eacf92.patch my current build is based on a checkout at 8eaf04de8. Best as I can tell, the only commits on this function in the last year were: c52e26df30d5679dc2b9b34853a3c2db062524ac Keep track of match extents in occur-mode (bug#39121) b0d33d42535cc6aef2c518eba373332de59f210f Don't squash markers in occur-edit-mode 6b7c22e7ee87a57ff78e2baf0baa847e34b9b4da ; * lisp/replace.el (occur-after-change-function): Fix logic mistake In GNU Emacs 28.0.91 (build 1, x86_64-apple-darwin21.2.0, NS appkit-2113.20= Version 10.16 (Build 21C52)) Repository revision: emacs-28.0.91 Repository branch: master Windowing system distributor 'Apple', version 10.3.2113 System Description: macOS 12.1 Configured using: 'configure --prefix=3D/nix/store/zvz6h1bd87iwai7aim54n8wixhi8qvjc-emacs-gcc-28.0.91 --disable-build-details --with-modules --with-ns --disable-ns-self-contained --with-native-compilation' Configured features: ACL GLIB GMP GNUTLS JPEG JSON LIBXML2 MODULES NATIVE_COMP NOTIFY KQUEUE NS PDUMPER PNG RSVG THREADS TIFF TOOLKIT_SCROLL_BARS ZLIB Important settings: value of $EMACSLOADPATH: /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emac= s-packages-deps/share/emacs/site-lisp: value of $EMACSNATIVELOADPATH: /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k7= 2-emacs-packages-deps/share/emacs/native-lisp:: value of $LC_CTYPE: en_US.UTF-8 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: tooltip-mode: t global-eldoc-mode: t eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t indent-tabs-mode: t transient-mark-mode: t Load-path shadows: /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/ivy-20211231.1730/elpa hides /nix/store/qd67r4p41sinhhsj4vq= yy7yvq1az9k72-emacs-packages-deps/share/emacs/site-lisp/elpa/lispy-20220124= .1847/elpa /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/jsonrpc-1.0.15/jsonrpc hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/jsonrpc /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/transient-20220126.1647/transient hides /nix/store/zvz6h1bd= 87iwai7aim54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/transie= nt /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/xref-1.3.2/xref hides /nix/store/zvz6h1bd87iwai7aim54n8wixh= i8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/progmodes/xref /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/flymake-1.2.1/flymake hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/progmodes/flymake /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-exp hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-exp /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-emacs-lisp hides /nix/store/zvz6h1bd87iwai7aim= 54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-emacs-lisp /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/oc hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi8q= vjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-css hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-css /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-lob hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-lob /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-irc hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-irc /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-forth hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-forth /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-macs hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-macs /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi8q= vjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-version hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-version /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-scheme hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-scheme /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi8q= vjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-C hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi= 8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-C /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-capture hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-capture /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-ref hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-ref /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-clojure hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-clojure /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-mouse hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-mouse /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-ctags hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-ctags /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-entities hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-entities /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-archive hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-archive /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-screen hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-screen /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-bibtex hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-bibtex /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-haskell hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-haskell /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-table hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-table /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-eww hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-eww /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-man hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-man /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-org hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-org /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-num hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-num /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-plot hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-plot /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-rmail hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-rmail /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-awk hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-awk /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-groovy hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-groovy /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-octave hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-octave /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-faces hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-faces /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/oc-biblatex hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc-biblatex /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-colview hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-colview /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-R hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi= 8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-R /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-refile hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-refile /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-timer hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-timer /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-mobile hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-mobile /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-fortran hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-fortran /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-shell hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-shell /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-perl hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-perl /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-sqlite hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-sqlite /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/oc-basic hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc-basic /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-sed hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-sed /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-list hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-list /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-ruby hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-ruby /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-eval hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-eval /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-habit hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-habit /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-clock hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-clock /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-goto hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-goto /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-html hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-html /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-src hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-src /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-lisp hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-lisp /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-eshell hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-eshell /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-ditaa hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-ditaa /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-pcomplete hides /nix/store/zvz6h1bd87iwai7aim= 54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-pcomplete /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-lint hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-lint /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-latex hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-latex /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-sass hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-sass /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-tangle hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-tangle /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-calc hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-calc /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-java hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-java /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-icalendar hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-icalendar /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-mhe hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-mhe /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-attach-git hides /nix/store/zvz6h1bd87iwai7ai= m54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-attach-g= it /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-md hides /nix/store/zvz6h1bd87iwai7aim54n8wixh= i8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-md /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-beamer hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-beamer /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-element hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-element /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/oc-natbib hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc-natbib /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-protocol hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-protocol /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-gnuplot hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-gnuplot /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-tempo hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-tempo /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-latex hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-latex /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-w3m hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-w3m /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-id hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-id /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-man hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-man /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-doi hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-doi /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-feed hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-feed /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-julia hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-julia /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-lua hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-lua /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-table hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-table /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-ocaml hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-ocaml /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/oc-csl hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/oc-csl /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-gnus hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-gnus /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-indent hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-indent /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-lilypond hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-lilypond /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-matlab hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-matlab /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-datetree hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-datetree /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-docview hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-docview /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-python hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-python /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-makefile hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-makefile /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-duration hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-duration /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-agenda hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-agenda /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-dot hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-dot /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-js hides /nix/store/zvz6h1bd87iwai7aim54n8wixh= i8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-js /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-publish hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-publish /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-inlinetask hides /nix/store/zvz6h1bd87iwai7ai= m54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-inlineta= sk /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-org hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-org /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-keys hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-keys /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-core hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-core /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-compat hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-compat /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi8q= vjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-odt hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-odt /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-info hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-info /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-plantuml hides /nix/store/zvz6h1bd87iwai7aim54= n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-plantuml /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-eshell hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-eshell /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-ascii hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-ascii /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-loaddefs hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-loaddefs /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-koma-letter hides /nix/store/zvz6h1bd87iwai7ai= m54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-koma-lett= er /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-maxima hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-maxima /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org hides /nix/store/zvz6h1bd87iwai7aim54n8wixhi8= qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ol-bbdb hides /nix/store/zvz6h1bd87iwai7aim54n8wi= xhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ol-bbdb /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-macro hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-macro /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-sql hides /nix/store/zvz6h1bd87iwai7aim54n8wix= hi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-sql /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-attach hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-attach /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-processing hides /nix/store/zvz6h1bd87iwai7aim= 54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-processing /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ox-texinfo hides /nix/store/zvz6h1bd87iwai7aim54n= 8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ox-texinfo /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-crypt hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-crypt /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/org-footnote hides /nix/store/zvz6h1bd87iwai7aim5= 4n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/org-footnote /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.5.2/ob-comint hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/org/ob-comint /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/let-alist-1.0.6/let-alist hides /nix/store/zvz6h1bd87iwai7a= im54n8wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/emacs-lisp/let-= alist /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/nadvice-0.3/nadvice hides /nix/store/zvz6h1bd87iwai7aim54n8= wixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/emacs-lisp/nadvice /nix/store/qd67r4p41sinhhsj4vqyy7yvq1az9k72-emacs-packages-deps/share/emacs= /site-lisp/elpa/eldoc-1.11.0/eldoc hides /nix/store/zvz6h1bd87iwai7aim54n8w= ixhi8qvjc-emacs-gcc-28.0.91/share/emacs/28.0.91/lisp/emacs-lisp/eldoc Features: (shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util rmail rmail-loaddefs auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json map text-property-search time-date subr-x seq byte-opt gv bytecomp byte-compile cconv mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader cl-loaddefs cl-lib sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils iso-transl tooltip eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/ns-win ns-win ucs-normalize mule-util 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 cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice button loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads kqueue cocoa ns multi-tty make-network-process native-compile emacs) Memory information: ((conses 16 69451 5576) (symbols 48 6560 0) (strings 32 19574 4947) (string-bytes 1 731916) (vectors 16 15058) (vector-slots 8 304053 6638) (floats 8 23 27) (intervals 56 213 0) (buffers 992 10)) ------------=_1643525522-30220-1--