From unknown Mon Jun 23 18:30:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#73256: 30.0.91; html-ts-mode crashes Emacs Resent-From: Damien Cassou Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 14 Sep 2024 19:10:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 73256 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 73256@debbugs.gnu.org Cc: Mickey Petersen X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17263409584951 (code B ref -1); Sat, 14 Sep 2024 19:10:01 +0000 Received: (at submit) by debbugs.gnu.org; 14 Sep 2024 19:09:18 +0000 Received: from localhost ([127.0.0.1]:47812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1spY8x-0001Hi-VI for submit@debbugs.gnu.org; Sat, 14 Sep 2024 15:09:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:51144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1spY8t-0001HX-Dn for submit@debbugs.gnu.org; Sat, 14 Sep 2024 15:09:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1spY8g-0006Ap-Hg for bug-gnu-emacs@gnu.org; Sat, 14 Sep 2024 15:09:00 -0400 Received: from mail.reprendre.net ([193.23.30.35]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1spY8Y-0001NC-LU for bug-gnu-emacs@gnu.org; Sat, 14 Sep 2024 15:08:56 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id CF1FD2C1D2D; Sat, 14 Sep 2024 21:08:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cassou.me; s=dkim; t=1726340925; h=from:subject:date:message-id:to:cc:mime-version:content-type; bh=6kBhFg8MqyEqXtMBacqAcyMq0v3mLnTrVKqDeqFAomw=; b=RoI8i/PjmR44JzYrC2Hln+xqkcZKM5xEo2kIbIHTFD5fj36lSk0O2H3CdDbPld9xmPper7 g4jun2M5Y02/bP5ojwACm/c/nAuXldLtVgo7J+3CQG+gHDwb30+9dk5iIuXLOZDNCheglj W2n05GJ0S6TVgI90aefy4pbhsbWu8gxudyUYB7jmE0Z+zufij0PmiBN1TWG7TTQiv/ZPIa sgaUoFZ+NmCXGntegsdfoUldBO8Z8NRH2InOewCzGhEbLUReQ0+HoOsDKom8e2uFDbY8TI iKwZsQFIWLLlVHZM30o6H/B3dAVUnwfYaytOLdEPlWWOtQfV2OdrhXYnQihJSg== From: Damien Cassou Date: Sat, 14 Sep 2024 21:08:42 +0200 Message-ID: <87y13uuk79.fsf@cassou.me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Last-TLS-Session-Version: TLSv1.3 Received-SPF: pass client-ip=193.23.30.35; envelope-from=damien@cassou.me; helo=mail.reprendre.net 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.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: -2.3 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I can reproducibly crash Emacs with html-ts-mode: 1. Save the attached file to your disk 2. Build libtree-sitter-html.so 0.22.6 if you haven't already 2. emacs -Q --eval "(setq treesit-extra-load-path '(\"=E2=80=A6location-of-= libtree-sitter-files/\"))" -l /=E2=80=A6/crash-html-ts-mode.el=20 3. Type a letter or two, press backspace to get rid of them 4. Repeat step 3 once or twice Fatal error 11: Segmentation fault Backtrace: /=E2=80=A6emacs-unstable-30.0.91/bin/emacs[0x57cc28] /=E2=80=A6-glibc-2.39-52/lib/libc.so.6(+0x405c0)[0x7f992da495c0] /=E2=80=A6-glibc-2.39-52/lib/libc.so.6(__libc_free+0x1e)[0x7f992daaa8be] /=E2=80=A6-emacs-packages-deps/lib/libtree-sitter-html.so(tree_sitter_html_= externa02] /=E2=80=A6-tree-sitter-0.22.6/lib/libtree-sitter.so.0(ts_parser_reset+0x164= )[0x7f9/=E2=80=A6-tree-sitter-0.22.6/lib/libtree-sitter.so.0(ts_parser_pars= e+0x112f)[0x7f/=E2=80=A6emacs-unstable-30.0.91/bin/emacs[0x67e4e9] /=E2=80=A6emacs-unstable-30.0.91/lib/emacs/30.0.91/native-lisp/30.0.91-be7d= c7d2/t657369742d2d7072652d7265646973706c6179_treesit__pre_redisplay_0+0x74)= [0x7f9917f83494] In GNU Emacs 30.0.91 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.0, Xaw3d scroll bars) Repository revision: 38de992a5a3ff13c6c727fd519b3f016f15264ea Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12014000 System Description: Fedora Linux 40 (Workstation Edition) Configured using: 'configure --prefix=3D/nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0= .91 --disable-build-details --with-modules --with-x-toolkit=3Dlucid --with-cairo --with-xft --with-compress-install --with-toolkit-scroll-bars --with-native-compilation --without-imagemagick --with-mailutils --without-small-ja-dic --with-tree-sitter --with-xinput2 --without-xwidgets --with-dbus --with-selinux' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XAW3D XDBE XIM XINPUT2 XPM LUCID ZLIB Important settings: value of $EMACSLOADPATH:=20 value of $EMACSNATIVELOADPATH:=20 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: VTerm Minor modes in effect: denote-menu-bar-mode: t global-jinx-mode: t editorconfig-mode: t global-ligature-mode: t ligature-mode: t spacious-padding-mode: t marginalia-mode: t vertico-multiform-mode: t vertico-mode: t savehist-mode: t mpdel-mode: t global-subword-mode: t subword-mode: t repeat-mode: t beginend-global-mode: t global-paren-face-mode: t electric-pair-mode: t drag-stuff-global-mode: t drag-stuff-mode: t which-function-mode: t global-git-commit-mode: t runner-run-in-background: t magit-auto-revert-mode: t server-mode: t recentf-mode: t lin-global-mode: t global-hl-line-mode: t global-auto-revert-mode: t winner-mode: t save-place-mode: t global-so-long-mode: t ace-window-display-mode: t auto-compile-on-load-mode: t auto-compile-on-save-mode: t override-global-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t buffer-read-only: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /home/cassou/.emacs.d/lib/marginalia/marginalia hides /=E2=80=A6-emacs-pack= ages-deps/share/emacs/site-lisp/elpa/marginalia-20240912.1621/marginalia /=E2=80=A6.d/lib/marginalia/marginalia-autoloads hides /nix/store/qnrdk591z= ibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs/site-=E2=80=A6-2024= 0912.1621/marginalia-autoloads /=E2=80=A6.d/lib/tablist/tablist hides /nix/store/qnrdk591zibx6q47sfjk0y2fc= 3g98ixj-emacs-packages-deps/share/emacs/site-lisp/=E2=80=A6.1126/tablist /home/cassou/.emacs.d/lib/tablist/tablist-filter hides /nix/store/qnrdk591z= ibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs/site-lisp/=E2=80=A6= .1126/tablist-filter /home/cassou/.emacs.d/lib/tablist/tablist-autoloads hides /nix/store/qnrdk5= 91zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs/site-lisp/=E2=80= =A6.1126/tablist-autoloads /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/site-start hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-ema= cs-unstable-30.0.91/share/emacs/site-lisp/site-start /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/transient-20240911.1551/transient hides /nix/store/jcizpg78= w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/tr= ansient /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/jsonrpc-1.0.25/jsonrpc hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/jsonrpc /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/external-completion-0.1/external-completion hides /nix/stor= e/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.= 91/lisp/external-completion /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/editorconfig-20240813.801/editorconfig hides /nix/store/jci= zpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/li= sp/editorconfig /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/editorconfig-20240813.801/editorconfig-fnmatch hides /nix/s= tore/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30= .0.91/lisp/editorconfig-fnmatch /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/editorconfig-20240813.801/editorconfig-core-handle hides /n= ix/store/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emac= s/30.0.91/lisp/editorconfig-core-handle /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/editorconfig-20240813.801/editorconfig-tools hides /nix/sto= re/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0= .91/lisp/editorconfig-tools /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/editorconfig-20240813.801/editorconfig-core hides /nix/stor= e/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.= 91/lisp/editorconfig-core /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/editorconfig-20240813.801/editorconfig-conf-mode hides /nix= /store/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/= 30.0.91/lisp/editorconfig-conf-mode /home/cassou/.emacs.d/lib/html-ts-mode/html-ts-mode hides /nix/store/jcizpg= 78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/= textmodes/html-ts-mode /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/xref-1.7.0/xref hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr= 3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/progmodes/xref /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/project-0.11.1/project hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/progmodes/pro= ject /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/eglot-1.17/eglot hides /nix/store/jcizpg78w8lkjk6dmjxwawnmr= r3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/progmodes/eglot /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/flymake-1.3.7/flymake hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/progmodes/flym= ake /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3= x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-odt hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-odt /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-table hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-table /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-latex hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-latex /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-agenda hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-agenda /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-publish hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-publish /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-org hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-org /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-html hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-html /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-md hides /nix/store/jcizpg78w8lkjk6dmjxwawnmr= r3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-md /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-man hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-man /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-ascii hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-ascii /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-icalendar hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-icale= ndar /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-koma-letter hides /nix/store/jcizpg78w8lkjk6d= mjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-kom= a-letter /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-beamer hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-beamer /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-list hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-list /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-src hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-src /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-timer hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-timer /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-lint hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-lint /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-tempo hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-tempo /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-refile hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-refile /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-persist hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-persi= st /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-plot hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-plot /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-mobile hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-mobile /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-protocol hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-prot= ocol /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-macs hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-macs /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-mouse hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-mouse /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-num hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-num /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-pcomplete hides /nix/store/jcizpg78w8lkjk6dm= jxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-pco= mplete /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-fold-core hides /nix/store/jcizpg78w8lkjk6dm= jxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-fol= d-core /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-element-ast hides /nix/store/jcizpg78w8lkjk6= dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-e= lement-ast /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-inlinetask hides /nix/store/jcizpg78w8lkjk6d= mjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-in= linetask /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-loaddefs hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-load= defs /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-indent hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-indent /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-clock hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-clock /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-keys hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-keys /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-id hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-id /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-habit hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-habit /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-footnote hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-foot= note /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-goto hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-goto /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-fold hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-fold /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-colview hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-colvi= ew /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-capture hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-captu= re /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-feed hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-feed /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-faces hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-faces /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-entities hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-enti= ties /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-datetree hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-date= tree /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-cycle hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-cycle /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-duration hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-dura= tion /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-ctags hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-ctags /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-compat hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-compat /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-crypt hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-crypt /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-attach hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-attach /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-archive hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-archi= ve /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-attach-git hides /nix/store/jcizpg78w8lkjk6d= mjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-at= tach-git /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-w3m hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-w3m /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-gnus hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-gnus /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-irc hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-irc /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-rmail hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-rmail /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-bibtex hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-bibtex /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-mhe hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-mhe /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-eww hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-eww /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-info hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-info /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-man hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-man /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-eshell hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-eshell /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-bbdb hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-bbdb /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/oc-csl hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/oc-csl /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-core hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-core /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-tangle hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-tangle /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-doi hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-doi /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-docview hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-docview /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/oc-basic hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/oc-basic /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/oc-natbib hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/oc-natbib /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/oc-biblatex hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/oc-biblat= ex /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-sql hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-sql /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/oc-bibtex hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/oc-bibtex /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-shell hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-shell /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x= 72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-sqlite hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-sqlite /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-table hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-table /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-python hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-python /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-ruby hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-ruby /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-scheme hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-scheme /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-sed hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-sed /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-screen hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-screen /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-sass hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-sass /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-ref hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-ref /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-processing hides /nix/store/jcizpg78w8lkjk6dm= jxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-proc= essing /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-plantuml hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-plantu= ml /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-fortran hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-fortran /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-octave hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-octave /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-perl hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-perl /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-ocaml hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-ocaml /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-org hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-org /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-maxima hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-maxima /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-lua hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-lua /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-matlab hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-matlab /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-makefile hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-makefi= le /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-lob hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-lob /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-C hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr= 3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-C /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-latex hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-latex /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-lilypond hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-lilypo= nd /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-lisp hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-lisp /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-julia hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-julia /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-java hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-java /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-haskell hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-haskell /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-js hides /nix/store/jcizpg78w8lkjk6dmjxwawnmr= r3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-js /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-gnuplot hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-gnuplot /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-groovy hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-groovy /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-exp hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-exp /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-forth hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-forth /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-eshell hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-eshell /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-dot hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-dot /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-eval hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-eval /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-emacs-lisp hides /nix/store/jcizpg78w8lkjk6dm= jxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-emac= s-lisp /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-ditaa hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-ditaa /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-R hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr= 3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-R /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-comint hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-comint /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-css hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-css /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-clojure hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-clojure /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-calc hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-calc /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-awk hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-awk /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-element hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-eleme= nt /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x= 72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/oc hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x= 72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/oc /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x= 72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-texinfo hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-texinfo /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-macro hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-macro /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-version hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-versi= on /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/let-alist-1.0.6/let-alist hides /nix/store/jcizpg78w8lkjk6d= mjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/emacs-lisp= /let-alist /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/compat-30.0.0.0/compat hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/emacs-lisp/co= mpat /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/seq-2.24/seq hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x7= 2wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/emacs-lisp/seq /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/eldoc-1.15.0/eldoc hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/emacs-lisp/eldoc Features: (shadow sort company-oddmuse company-keywords company-etags etags fileloop company-gtags company-dabbrev-code company-dabbrev company-files company-clang company-capf company-cmake company-semantic company-template company-bbdb company mail-extr emacsbug tramp-cmds combobulate combobulate-json combobulate-yaml combobulate-css combobulate-js-ts combobulate-python combobulate-html combobulate-query scheme combobulate-ui combobulate-display combobulate-ztree combobulate-contrib multiple-cursors mc-separate-operations rectangular-region-mode mc-mark-pop mc-edit-lines mc-hide-unmatched-lines-mode mc-mark-more mc-cycle-cursors multiple-cursors-core rect combobulate-envelope combobulate-manipulation python-el-fgallina-expansions python combobulate-procedure combobulate-navigation combobulate-misc combobulate-interface generator combobulate-rules combobulate-settings tempo html-ts-mode html-mode-expansions sgml-mode facemenu dom treesit vc-git vc-dispatcher executable tramp-cache tramp-sh shortdoc help-fns outli org-keys oc org-compat org-version org-macs nameless embrace expand-region subword-mode-expansions text-mode-expansions er-basic-expansions expand-region-core expand-region-custom yasnippet paredit aggressive-indent ws-butler all-the-icons-dired all-the-icons all-the-icons-faces data-material data-weathericons data-octicons data-fileicons data-faicons data-alltheicons gnus-dired denote xref project misearch multi-isearch goto-addr view consult-imenu embark-consult consult imenu-list hideshow epithet mule-util info-variable-pitch s olivetti vertico-directory vterm tramp trampver tramp-integration files-x tramp-message tramp-compat xdg tramp-loaddefs term disp-table ehelp vterm-module term/xterm xterm ispell jinx display-line-numbers editorconfig editorconfig-core editorconfig-core-handle editorconfig-fnmatch ligature spacious-padding mpdel-embark embark ffap cape orderless-kwd orderless epkg-marginalia epkg-elpa epkg-utils epkg-list epkg-desc epkg llama marginalia vertico-multiform vertico-quick vertico savehist minions mpdel mpdel-browser libmpdel-directory mpdel-playlist mpdel-tablist mpdel-song mpdel-core navigel magit-bookmark bookmark tablist advice tablist-filter semantic/wisent/comp semantic/wisent semantic/wisent/wisent semantic/util-modes semantic/util semantic pp semantic/tag semantic/lex semantic/fw mode-local find-func cedet libmpdel tq time-stamp alert log4e notifications dbus compile xml reformatter cap-words superword subword repeat beginend auth-source-pass paren-face elec-pair notmuch-mua notmuch-message notmuch-draft notmuch-tag notmuch-maildir-fcc notmuch-address notmuch-company notmuch-parser notmuch-lib notmuch-version notmuch-compat mm-view mml-smime smime dig unify-opening drag-stuff forge-repos forge-tablist forge-topics forge-commands forge-semi forge-bitbucket buck forge-gogs gogs forge-gitea gtea forge-gitlab glab forge-github ghub-graphql treepy gsexp ghub url-http url-gw nsm url-auth let-alist gnutls forge-notify forge-revnote forge-pullreq forge-issue forge-topic yaml parse-time iso8601 eieio-custom bug-reference forge-post markdown-mode edit-indirect color thingatpt noutline outline forge-repo forge forge-core forge-db closql emacsql-sqlite-common emacsql emacsql-compiler eieio-base magit-tbdiff magit-extras magit-submodule magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit package url-handlers magit-repos magit-apply magit-wip magit-log which-func magit-diff smerge-mode diff diff-mode track-changes git-commit log-edit message sendmail yank-media puny dired-imenu imenu runner dired-aux dired-x dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util text-property-search time-date mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log magit-core magit-autorevert magit-margin magit-transient magit-process with-editor shell pcomplete comint ansi-osc server ansi-color magit-mode browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source password-cache json map url-vars mailcap benchmark magit-git magit-base magit-section cursor-sensor crm dash recentf tree-widget wid-edit ibuf-macs lin face-remap hl-line autorevert filenotify winner saveplace so-long modus-operandi-theme modus-themes casual-isearch casual-lib casual-lib-version transient format-spec eieio eieio-core ace-window avy ring edmacro kmacro byte-opt jka-compr no-littering compat auto-compile comp-run use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key easy-mmode use-package-core ytdl-autoloads yasnippet-autoloads yaml-mode-autoloads yaml-autoloads xterm-color-autoloads xref-js2-autoloads ws-butler-autoloads workflows-autoloads with-editor-autoloads wgrep-autoloads webpaste-autoloads web-mode-autoloads vundo-autoloads vertico-autoloads verb-autoloads vdirel-autoloads unify-opening-autoloads undercover-autoloads typescript-mode-autoloads treesit-auto-autoloads treepy-autoloads tmr-autoloads tbdiff-autoloads tablist-autoloads stream-autoloads spinner-autoloads spacious-padding-autoloads sourcemap-autoloads snapshot-timemachine-rsnapshot-autoloads snapshot-timemachine-autoloads sicp-autoloads shut-up-autoloads sed-mode-autoloads s-autoloads runner-autoloads rjsx-mode-autoloads rg-autoloads related-files-autoloads reformatter-autoloads rainbow-identifiers-autoloads racket-mode-autoloads prot-emacs-autoloads projectile-autoloads prodigy-autoloads posframe-autoloads pos-tip-autoloads popup-autoloads poporg-autoloads pkg-info-autoloads pinentry-autoloads php-mode-autoloads cl-macs password-store-otp-autoloads password-store-autoloads pass-autoloads paren-face-autoloads paredit-everywhere-autoloads paredit-autoloads package-lint-autoloads ox-reveal-autoloads ox-linuxmag-fr-autoloads ox-gfm-autoloads ov-autoloads outli-autoloads orgtbl-show-header-autoloads org-vcard-autoloads org-make-toc-autoloads org-caldav-autoloads orderless-autoloads olivetti-autoloads ob-racket-autoloads ob-mermaid-autoloads oauth2-autoloads nov-autoloads no-littering-autoloads nix-ts-mode-autoloads nix-mode-autoloads nix-emacs-autoloads nix-buffer-autoloads navigel-autoloads nameless-autoloads multiple-cursors-autoloads mpdel-embark-autoloads mpdel-autoloads moldable-emacs-autoloads mmm-mode-autoloads mixed-pitch-autoloads minions-autoloads meson-mode-autoloads mermaid-mode-autoloads meow-autoloads memoize-autoloads markup-faces-autoloads markdown-mode-autoloads marginalia-autoloads makel-autoloads magit-tbdiff-autoloads magit-autoloads macrostep-autoloads m-buffer-autoloads loop-autoloads log4e-autoloads lintel-autoloads lin-autoloads ligature-autoloads libmpdel-autoloads libelcouch-autoloads libbcel-autoloads ledger-mode-autoloads ledger-import-autoloads know-your-http-well-autoloads khardel-autoloads json-snatcher-autoloads json-reformat-autoloads json-process-client-autoloads json-navigator-autoloads json-mode-autoloads js2-refactor-autoloads js2-mode-autoloads journalctl-mode-autoloads inheritenv-autoloads info-variable-pitch-autoloads info-colors-autoloads imenu-list-autoloads imenu-extra-autoloads hydra-autoloads htmlize-autoloads html-ts-mode-autoloads ht-autoloads helpful-autoloads helm-autoloads haskell-mode-autoloads graphviz-dot-mode-autoloads graphql-mode-autoloads graphql-autoloads gpastel-autoloads goggles-autoloads go-mode-autoloads gnuplot-mode-autoloads git-timemachine-autoloads git-modes-autoloads ghub-autoloads ftgp-autoloads frame-purpose-autoloads frame-fns-autoloads frame-cmds-autoloads forge-autoloads fontaine-autoloads font-lock+-autoloads flyspell-correct-autoloads flymake-hledger-autoloads flymake-eslint-autoloads flycheck-hledger-autoloads flycheck-autoloads flx-autoloads feature-mode-autoloads f-autoloads expand-region-autoloads esxml-autoloads ess-autoloads espuds-autoloads eslint-disable-rule-autoloads ert-async-autoloads epl-autoloads epithet-autoloads embrace-autoloads embark-autoloads emacs-everywhere-autoloads elisp-refs-autoloads elisp-lint-autoloads elcouch-autoloads el-mock-autoloads edit-indirect-autoloads ecukes-autoloads dwim-shell-command-autoloads dumb-jump-autoloads drag-stuff-autoloads dotenv-mode-autoloads docker-autoloads dired-rsync-autoloads dired-imenu-autoloads dired-du-autoloads desktop-environment-autoloads denote-autoloads define-word-autoloads debbugs-autoloads dash-autoloads dape-autoloads daemons-autoloads csv-autoloads css-eldoc-autoloads counsel-projectile-autoloads counsel-jq-autoloads corfu-autoloads consult-denote-autoloads consult-autoloads conner-autoloads company-quickhelp-autoloads company-ledger-autoloads company-autoloads combobulate-autoloads circe-notifications-autoloads casual-re-builder-autoloads casual-lib-autoloads casual-isearch-autoloads casual-dired-autoloads cask-autoloads cape-autoloads buttercup-autoloads bui-autoloads buffer-move-autoloads borg-autoloads beginend-autoloads avy-autoloads auto-compile-autoloads async-autoloads assess-autoloads ansi-autoloads all-the-icons-dired-autoloads all-the-icons-completion-autoloads alert-autoloads aio-autoloads aggressive-indent-autoloads ag-autoloads adoc-mode-autoloads adaptive-wrap-autoloads ace-window-autoloads borg loaddefs-gen generate-lisp-file lisp-mnt radix-tree pcase info comp cl-seq comp-cstr cl-extra help-mode comp-common warnings icons subr-x rx gv cl-loaddefs cl-lib bytecomp byte-compile rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo x-toolkit xinput2 x multi-tty move-toolbar make-network-process native-compile emacs) Memory information: ((conses 16 846284 311194) (symbols 48 42236 2) (strings 32 213888 45985) (string-bytes 1 7300050) (vectors 16 97625) (vector-slots 8 1043821 210489) (floats 8 1227 3296) (intervals 56 46719 9384) (buffers 992 22)) --=20 Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=crash-html-ts-mode.el (progn (switch-to-buffer (get-buffer-create "foo.html")) (html-ts-mode) (insert "") (goto-char (point-min)) (forward-word) (self-insert-command 1 ? )) --=-=-=-- From unknown Mon Jun 23 18:30:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#73256: 30.0.91; html-ts-mode crashes Emacs Resent-From: Yuan Fu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 15 Sep 2024 04:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 73256 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Damien Cassou Cc: Mickey Petersen , 73256@debbugs.gnu.org Received: via spool by 73256-submit@debbugs.gnu.org id=B73256.172637307122413 (code B ref 73256); Sun, 15 Sep 2024 04:05:02 +0000 Received: (at 73256) by debbugs.gnu.org; 15 Sep 2024 04:04:31 +0000 Received: from localhost ([127.0.0.1]:48094 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1spgUx-0005pR-7g for submit@debbugs.gnu.org; Sun, 15 Sep 2024 00:04:31 -0400 Received: from mail-pl1-f175.google.com ([209.85.214.175]:57447) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1spgUu-0005pB-PP for 73256@debbugs.gnu.org; Sun, 15 Sep 2024 00:04:30 -0400 Received: by mail-pl1-f175.google.com with SMTP id d9443c01a7336-207115e3056so30926225ad.2 for <73256@debbugs.gnu.org>; Sat, 14 Sep 2024 21:04:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1726372991; x=1726977791; darn=debbugs.gnu.org; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=itEJtxiIMce+uv0CAELyyQQ77Hp2zl6idhhNIEqQPYk=; b=kjqkU+10ORJGkaK/sJNkiA6kIn2xtoRNIzb1HwYoxPvDCRLbK+pn9l1Dv4oBXxEiVb o8c2Bxf2Cwxs16ZPt2n4b01EFs0c5f7Dn0bxw5ogyuitfCqK7gqphHHigtHChr8j+n8a Zp8kPZDT+4+kIJ8RLdvPWEaPOzeLQ9AclSofTZpcFy67Tdjvk0jDr/W7ai1NHsVR2JYs a2VWibDotqfDi1KdOQJs/0RHrN//CMZ7dwoEkMDu0NTmQkFlpUI0Khhp1rNz4UP4EXYU YOcN/h8OOCKy+u1hFvGoUC8F1Fg4g/oWm7olYRx0toyBWiCCRa0EmWVPU2kkaKPWXhx/ HTNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1726372991; x=1726977791; h=to:references:message-id:content-transfer-encoding:cc:date :in-reply-to:from:subject:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=itEJtxiIMce+uv0CAELyyQQ77Hp2zl6idhhNIEqQPYk=; b=F5+/cK1LKGJH4jCWZVsLCp7hVZLWRJmD9pquXc5mdg1cTZzzknTFIleNCRSsF8bh9J wjXvZcA4A2p3kvW8R0AfSnQoxfJqGHyw06ahJtp/GdgdG3LcypmwmIoGYl1OiSv1dpiC XCYlsYt1aU6+sotFTrfG3sdIE1EHtGxSC/b0o8TVObWGn4mS2uIeSkihIq0FQ8vNoba6 SrxN8p/AkASk4yRbZatYkXbHxfnNv5AvrIX0X+PjVYNE6EbC5iADSikMmTsS5bY5PjgI fxHNcFc4orwxy0sM345dxRYL4EwTUgppj6ybH6kzEopsM7xTm3qXtU44aOthPSzpQy5Y tAcg== X-Gm-Message-State: AOJu0YwaEdW531hawfaoFIsVOQTMYeTFZVPoTjA2aYmKw32kenyF+V6f BDOST5mEepc1S3Bx46Z/4eetn/SOC/5bs4IcC2QGk87U4evrUcCy X-Google-Smtp-Source: AGHT+IF8qc6i3H6sSUj8xoy6CxUgogdJCppPYFxgE232MMgPoA1GcuwfZHwdg4EcJucOISeo4cHRhw== X-Received: by 2002:a17:903:986:b0:1fb:6294:2e35 with SMTP id d9443c01a7336-2076e4854f3mr167439235ad.50.1726372991154; Sat, 14 Sep 2024 21:03:11 -0700 (PDT) Received: from smtpclient.apple ([2601:646:8f81:6120:c75:3002:9563:938e]) by smtp.gmail.com with ESMTPSA id d9443c01a7336-207945da827sm16038255ad.7.2024.09.14.21.03.10 (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 Sep 2024 21:03:10 -0700 (PDT) Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51\)) From: Yuan Fu In-Reply-To: <87y13uuk79.fsf@cassou.me> Date: Sat, 14 Sep 2024 21:02:59 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <969BA870-8E81-4ADF-A308-D1779AB77BFB@gmail.com> References: <87y13uuk79.fsf@cassou.me> X-Mailer: Apple Mail (2.3776.700.51) 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 (-) > On Sep 14, 2024, at 12:08=E2=80=AFPM, Damien Cassou = wrote: >=20 >=20 > I can reproducibly crash Emacs with html-ts-mode: >=20 > 1. Save the attached file to your disk >=20 > 2. Build libtree-sitter-html.so 0.22.6 if you haven't already >=20 > 2. emacs -Q --eval "(setq treesit-extra-load-path = '(\"=E2=80=A6location-of-libtree-sitter-files/\"))" -l = /=E2=80=A6/crash-html-ts-mode.el=20 >=20 > 3. Type a letter or two, press backspace to get rid of them >=20 > 4. Repeat step 3 once or twice >=20 > Fatal error 11: Segmentation fault > Backtrace: > /=E2=80=A6emacs-unstable-30.0.91/bin/emacs[0x57cc28] > /=E2=80=A6-glibc-2.39-52/lib/libc.so.6(+0x405c0)[0x7f992da495c0] > /=E2=80=A6-glibc-2.39-52/lib/libc.so.6(__libc_free+0x1e)[0x7f992daaa8be]= > = /=E2=80=A6-emacs-packages-deps/lib/libtree-sitter-html.so(tree_sitter_html= _externa02] > = /=E2=80=A6-tree-sitter-0.22.6/lib/libtree-sitter.so.0(ts_parser_reset+0x16= 4)[0x7f9/=E2=80=A6-tree-sitter-0.22.6/lib/libtree-sitter.so.0(ts_parser_pa= rse+0x112f)[0x7f/=E2=80=A6emacs-unstable-30.0.91/bin/emacs[0x67e4e9] > = /=E2=80=A6emacs-unstable-30.0.91/lib/emacs/30.0.91/native-lisp/30.0.91-be7= dc7d2/t657369742d2d7072652d7265646973706c6179_treesit__pre_redisplay_0+0x7= 4)[0x7f9917f83494] Hmm, that=E2=80=99s a new one. Might be a double-free or something. = I=E2=80=99ll look into it ASAP. Thanks for the report! Yuan= From unknown Mon Jun 23 18:30:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#73256: 30.0.91; html-ts-mode crashes Emacs Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 15 Sep 2024 05:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 73256 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Yuan Fu Cc: damien@cassou.me, mickey@masteringemacs.org, 73256@debbugs.gnu.org Received: via spool by 73256-submit@debbugs.gnu.org id=B73256.172637895411505 (code B ref 73256); Sun, 15 Sep 2024 05:43:01 +0000 Received: (at 73256) by debbugs.gnu.org; 15 Sep 2024 05:42:34 +0000 Received: from localhost ([127.0.0.1]:48159 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1spi1q-0002zV-Df for submit@debbugs.gnu.org; Sun, 15 Sep 2024 01:42:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:58266) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1spi1o-0002zE-1t for 73256@debbugs.gnu.org; Sun, 15 Sep 2024 01:42:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1spi1V-0003HC-T6; Sun, 15 Sep 2024 01:42:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-version:References:Subject:In-Reply-To:To:From: Date; bh=J/1x7+mPFnKwVe7PZf/373JG+qMlG0vBWGl7THeXslU=; b=q6cRKE719TFHcLPepg7x 4HTdBfpt7s94NEULbn4IGzDV5iGLxvUJvXnLPDHPS/V/YTOo+m/dOJTabY+pG9GVFmAcTTKW8YHDp 1iJHMg9rEDL2Sd2UCb7s793Ci5qbXqckgFwRjWjlRkccbhD0VGGtVTtJr1LshTaz/nym208HGs/+V EQPhyzibW5XpoSBgra0xHIk0ycuak0s0mok3ba/VAGTZ1bzJv8cS2n9fnSxVWvwEJVY6EOuzuKeMz 1WxRDYj/jOdjewLjXTmMWysKWS64yPtyVNsjidYCh4CKVH8wlnAnwxOuQdK7GAaDb9l7JNAiL1nO1 PfDh2LNKMUMvdQ==; Date: Sun, 15 Sep 2024 08:42:11 +0300 Message-Id: <86r09leamk.fsf@gnu.org> From: Eli Zaretskii In-Reply-To: <969BA870-8E81-4ADF-A308-D1779AB77BFB@gmail.com> (message from Yuan Fu on Sat, 14 Sep 2024 21:02:59 -0700) References: <87y13uuk79.fsf@cassou.me> <969BA870-8E81-4ADF-A308-D1779AB77BFB@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Cc: Mickey Petersen , 73256@debbugs.gnu.org > From: Yuan Fu > Date: Sat, 14 Sep 2024 21:02:59 -0700 > > > > > On Sep 14, 2024, at 12:08 PM, Damien Cassou wrote: > > > > > > I can reproducibly crash Emacs with html-ts-mode: > > > > 1. Save the attached file to your disk > > > > 2. Build libtree-sitter-html.so 0.22.6 if you haven't already > > > > 2. emacs -Q --eval "(setq treesit-extra-load-path '(\"…location-of-libtree-sitter-files/\"))" -l /…/crash-html-ts-mode.el > > > > 3. Type a letter or two, press backspace to get rid of them > > > > 4. Repeat step 3 once or twice > > > > Fatal error 11: Segmentation fault > > Backtrace: > > /…emacs-unstable-30.0.91/bin/emacs[0x57cc28] > > /…-glibc-2.39-52/lib/libc.so.6(+0x405c0)[0x7f992da495c0] > > /…-glibc-2.39-52/lib/libc.so.6(__libc_free+0x1e)[0x7f992daaa8be] > > /…-emacs-packages-deps/lib/libtree-sitter-html.so(tree_sitter_html_externa02] > > /…-tree-sitter-0.22.6/lib/libtree-sitter.so.0(ts_parser_reset+0x164)[0x7f9/…-tree-sitter-0.22.6/lib/libtree-sitter.so.0(ts_parser_parse+0x112f)[0x7f/…emacs-unstable-30.0.91/bin/emacs[0x67e4e9] > > /…emacs-unstable-30.0.91/lib/emacs/30.0.91/native-lisp/30.0.91-be7dc7d2/t657369742d2d7072652d7265646973706c6179_treesit__pre_redisplay_0+0x74)[0x7f9917f83494] > > Hmm, that’s a new one. Might be a double-free or something. I’ll look into it ASAP. Thanks for the report! FWIW, I cannot reproduce the crash here. It could be something related to Tree-sitter version (mine is 0.22.8) or version of the HTML grammar (mine was updated on Sep 8). From unknown Mon Jun 23 18:30:37 2025 X-Loop: help-debbugs@gnu.org Subject: bug#73256: 30.0.91; html-ts-mode crashes Emacs Resent-From: Damien Cassou Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Mon, 16 Sep 2024 20:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 73256 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii , Yuan Fu Cc: mickey@masteringemacs.org, 73256@debbugs.gnu.org Received: via spool by 73256-submit@debbugs.gnu.org id=B73256.172651748221747 (code B ref 73256); Mon, 16 Sep 2024 20:12:02 +0000 Received: (at 73256) by debbugs.gnu.org; 16 Sep 2024 20:11:22 +0000 Received: from localhost ([127.0.0.1]:53366 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sqI4A-0005eh-BR for submit@debbugs.gnu.org; Mon, 16 Sep 2024 16:11:22 -0400 Received: from mail.reprendre.net ([193.23.30.35]:41016) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sqI47-0005eW-HZ for 73256@debbugs.gnu.org; Mon, 16 Sep 2024 16:11:20 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 60BCF2C0A90; Mon, 16 Sep 2024 22:10:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cassou.me; s=dkim; t=1726517434; h=from:subject:date:message-id:to:cc:mime-version:content-type: in-reply-to:references; bh=scxebM3FmC1VnoH/HSi0XNQ4eYor9RYDX1W/Z14z30w=; b=YMLEqomCyEf0s4g2YMu62gR+6Dr719I/UPjjFVXcuyeF3sJoE5QLzSkVryRTxB5Wfy4z2b TX7GEbhqlM7jgIgrSKyoAtHpqg2zz31goq415ctrwuATlqe95jpVNyuyDulJRGmIm0fEka 5xWWLg7JboF1iM2sZF8b1dVK2XFkFcEBG2D+rZ1x3B/O+O3St6XUiKvrdMYyHXOBequoi6 Szs84CpTevKN0ipezJjFotbJAgZB54SlIGKHVZx2TU47i2qgYQewBBlomMZ85m2SPIt6zh EubTCtuITAsiuk5X2qAyUpJJ8yon7RRP+SHxqHujn/OXhv7aV4vMe0sYOr2tWw== From: Damien Cassou In-Reply-To: <86r09leamk.fsf@gnu.org> References: <87y13uuk79.fsf@cassou.me> <969BA870-8E81-4ADF-A308-D1779AB77BFB@gmail.com> <86r09leamk.fsf@gnu.org> Date: Mon, 16 Sep 2024 22:10:30 +0200 Message-ID: <87y13r9x6x.fsf@cassou.me> MIME-Version: 1.0 Content-Type: text/plain X-Last-TLS-Session-Version: TLSv1.3 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 (-) Eli Zaretskii writes: > FWIW, I cannot reproduce the crash here. It could be something > related to Tree-sitter version (mine is 0.22.8) or version of the HTML > grammar (mine was updated on Sep 8). Updating tree-sitter and the grammar to their latest version fixes the issue for me. Thank you Eli. Feel free to close the ticket. -- Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill From unknown Mon Jun 23 18:30:37 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: Damien Cassou Subject: bug#73256: closed (Re: bug#73256: 30.0.91; html-ts-mode crashes Emacs) Message-ID: References: <86v7yubj4e.fsf@gnu.org> <87y13uuk79.fsf@cassou.me> X-Gnu-PR-Message: they-closed 73256 X-Gnu-PR-Package: emacs Reply-To: 73256@debbugs.gnu.org Date: Tue, 17 Sep 2024 11:45:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1726573502-27827-1" This is a multi-part message in MIME format... ------------=_1726573502-27827-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #73256: 30.0.91; html-ts-mode crashes Emacs 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 73256@debbugs.gnu.org. --=20 73256: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D73256 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1726573502-27827-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 73256-done) by debbugs.gnu.org; 17 Sep 2024 11:44:12 +0000 Received: from localhost ([127.0.0.1]:54103 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sqWct-0007DF-RJ for submit@debbugs.gnu.org; Tue, 17 Sep 2024 07:44:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40722) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sqWcr-0007Cz-R0 for 73256-done@debbugs.gnu.org; Tue, 17 Sep 2024 07:44:10 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sqWcW-0001aZ-TY; Tue, 17 Sep 2024 07:43:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=IQqY6gsqUyFpxcpa1peeaQ32NJM5ZkI9Eo+m3CRTQP8=; b=ktyW7mLPghEZ GLBOod4VHFeTXT9PwoVdIhPx77EUZ2SzMFailJvOzmC9MiAAmXrXynY9B6oW1cQOhbXUOY1oM0F+a kA/bT490c2Oe3LUQm9KBMWj/spJhQwRzUoUUXnd+knxWpAYDBtnjqVjNCcWe/OW5TpuDqN1OrdFWB 0tCOEt2KBrexyrgWjs++3E8dodhEtc7t6DpPBYFM9PLKAzE4zCvSkyti/CD8zQoGlM195RuiDLNym jKmGAso9i2cDItPG+yDNQy3WKV6gIICxfOaEtpwc0tEaHLUT7yJOOSYx8Dvyd9Tq8aY4e9RiKRfxy tjyWYZaJYVYw46GLmL+MMQ==; Date: Tue, 17 Sep 2024 14:43:45 +0300 Message-Id: <86v7yubj4e.fsf@gnu.org> From: Eli Zaretskii To: Damien Cassou In-Reply-To: <87y13r9x6x.fsf@cassou.me> (message from Damien Cassou on Mon, 16 Sep 2024 22:10:30 +0200) Subject: Re: bug#73256: 30.0.91; html-ts-mode crashes Emacs References: <87y13uuk79.fsf@cassou.me> <969BA870-8E81-4ADF-A308-D1779AB77BFB@gmail.com> <86r09leamk.fsf@gnu.org> <87y13r9x6x.fsf@cassou.me> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 73256-done Cc: casouri@gmail.com, mickey@masteringemacs.org, 73256-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 (---) > From: Damien Cassou > Cc: mickey@masteringemacs.org, 73256@debbugs.gnu.org > Date: Mon, 16 Sep 2024 22:10:30 +0200 > > Eli Zaretskii writes: > > FWIW, I cannot reproduce the crash here. It could be something > > related to Tree-sitter version (mine is 0.22.8) or version of the HTML > > grammar (mine was updated on Sep 8). > > Updating tree-sitter and the grammar to their latest version fixes the issue > for me. Thank you Eli. > > Feel free to close the ticket. Thanks, closing. ------------=_1726573502-27827-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 14 Sep 2024 19:09:18 +0000 Received: from localhost ([127.0.0.1]:47812 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1spY8x-0001Hi-VI for submit@debbugs.gnu.org; Sat, 14 Sep 2024 15:09:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:51144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1spY8t-0001HX-Dn for submit@debbugs.gnu.org; Sat, 14 Sep 2024 15:09:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1spY8g-0006Ap-Hg for bug-gnu-emacs@gnu.org; Sat, 14 Sep 2024 15:09:00 -0400 Received: from mail.reprendre.net ([193.23.30.35]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1spY8Y-0001NC-LU for bug-gnu-emacs@gnu.org; Sat, 14 Sep 2024 15:08:56 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id CF1FD2C1D2D; Sat, 14 Sep 2024 21:08:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cassou.me; s=dkim; t=1726340925; h=from:subject:date:message-id:to:cc:mime-version:content-type; bh=6kBhFg8MqyEqXtMBacqAcyMq0v3mLnTrVKqDeqFAomw=; b=RoI8i/PjmR44JzYrC2Hln+xqkcZKM5xEo2kIbIHTFD5fj36lSk0O2H3CdDbPld9xmPper7 g4jun2M5Y02/bP5ojwACm/c/nAuXldLtVgo7J+3CQG+gHDwb30+9dk5iIuXLOZDNCheglj W2n05GJ0S6TVgI90aefy4pbhsbWu8gxudyUYB7jmE0Z+zufij0PmiBN1TWG7TTQiv/ZPIa sgaUoFZ+NmCXGntegsdfoUldBO8Z8NRH2InOewCzGhEbLUReQ0+HoOsDKom8e2uFDbY8TI iKwZsQFIWLLlVHZM30o6H/B3dAVUnwfYaytOLdEPlWWOtQfV2OdrhXYnQihJSg== From: Damien Cassou To: bug-gnu-emacs@gnu.org Subject: 30.0.91; html-ts-mode crashes Emacs X-Debbugs-Cc: Date: Sat, 14 Sep 2024 21:08:42 +0200 Message-ID: <87y13uuk79.fsf@cassou.me> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Last-TLS-Session-Version: TLSv1.3 Received-SPF: pass client-ip=193.23.30.35; envelope-from=damien@cassou.me; helo=mail.reprendre.net 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Mickey Petersen 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 (--) --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable I can reproducibly crash Emacs with html-ts-mode: 1. Save the attached file to your disk 2. Build libtree-sitter-html.so 0.22.6 if you haven't already 2. emacs -Q --eval "(setq treesit-extra-load-path '(\"=E2=80=A6location-of-= libtree-sitter-files/\"))" -l /=E2=80=A6/crash-html-ts-mode.el=20 3. Type a letter or two, press backspace to get rid of them 4. Repeat step 3 once or twice Fatal error 11: Segmentation fault Backtrace: /=E2=80=A6emacs-unstable-30.0.91/bin/emacs[0x57cc28] /=E2=80=A6-glibc-2.39-52/lib/libc.so.6(+0x405c0)[0x7f992da495c0] /=E2=80=A6-glibc-2.39-52/lib/libc.so.6(__libc_free+0x1e)[0x7f992daaa8be] /=E2=80=A6-emacs-packages-deps/lib/libtree-sitter-html.so(tree_sitter_html_= externa02] /=E2=80=A6-tree-sitter-0.22.6/lib/libtree-sitter.so.0(ts_parser_reset+0x164= )[0x7f9/=E2=80=A6-tree-sitter-0.22.6/lib/libtree-sitter.so.0(ts_parser_pars= e+0x112f)[0x7f/=E2=80=A6emacs-unstable-30.0.91/bin/emacs[0x67e4e9] /=E2=80=A6emacs-unstable-30.0.91/lib/emacs/30.0.91/native-lisp/30.0.91-be7d= c7d2/t657369742d2d7072652d7265646973706c6179_treesit__pre_redisplay_0+0x74)= [0x7f9917f83494] In GNU Emacs 30.0.91 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.0, Xaw3d scroll bars) Repository revision: 38de992a5a3ff13c6c727fd519b3f016f15264ea Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12014000 System Description: Fedora Linux 40 (Workstation Edition) Configured using: 'configure --prefix=3D/nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0= .91 --disable-build-details --with-modules --with-x-toolkit=3Dlucid --with-cairo --with-xft --with-compress-install --with-toolkit-scroll-bars --with-native-compilation --without-imagemagick --with-mailutils --without-small-ja-dic --with-tree-sitter --with-xinput2 --without-xwidgets --with-dbus --with-selinux' Configured features: CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG LIBOTF LIBSELINUX LIBSYSTEMD LIBXML2 M17N_FLT MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XAW3D XDBE XIM XINPUT2 XPM LUCID ZLIB Important settings: value of $EMACSLOADPATH:=20 value of $EMACSNATIVELOADPATH:=20 value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: VTerm Minor modes in effect: denote-menu-bar-mode: t global-jinx-mode: t editorconfig-mode: t global-ligature-mode: t ligature-mode: t spacious-padding-mode: t marginalia-mode: t vertico-multiform-mode: t vertico-mode: t savehist-mode: t mpdel-mode: t global-subword-mode: t subword-mode: t repeat-mode: t beginend-global-mode: t global-paren-face-mode: t electric-pair-mode: t drag-stuff-global-mode: t drag-stuff-mode: t which-function-mode: t global-git-commit-mode: t runner-run-in-background: t magit-auto-revert-mode: t server-mode: t recentf-mode: t lin-global-mode: t global-hl-line-mode: t global-auto-revert-mode: t winner-mode: t save-place-mode: t global-so-long-mode: t ace-window-display-mode: t auto-compile-on-load-mode: t auto-compile-on-save-mode: t override-global-mode: t global-eldoc-mode: t show-paren-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t minibuffer-regexp-mode: t buffer-read-only: t transient-mark-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t Load-path shadows: /home/cassou/.emacs.d/lib/marginalia/marginalia hides /=E2=80=A6-emacs-pack= ages-deps/share/emacs/site-lisp/elpa/marginalia-20240912.1621/marginalia /=E2=80=A6.d/lib/marginalia/marginalia-autoloads hides /nix/store/qnrdk591z= ibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs/site-=E2=80=A6-2024= 0912.1621/marginalia-autoloads /=E2=80=A6.d/lib/tablist/tablist hides /nix/store/qnrdk591zibx6q47sfjk0y2fc= 3g98ixj-emacs-packages-deps/share/emacs/site-lisp/=E2=80=A6.1126/tablist /home/cassou/.emacs.d/lib/tablist/tablist-filter hides /nix/store/qnrdk591z= ibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs/site-lisp/=E2=80=A6= .1126/tablist-filter /home/cassou/.emacs.d/lib/tablist/tablist-autoloads hides /nix/store/qnrdk5= 91zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs/site-lisp/=E2=80= =A6.1126/tablist-autoloads /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/site-start hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-ema= cs-unstable-30.0.91/share/emacs/site-lisp/site-start /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/transient-20240911.1551/transient hides /nix/store/jcizpg78= w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/tr= ansient /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/jsonrpc-1.0.25/jsonrpc hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/jsonrpc /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/external-completion-0.1/external-completion hides /nix/stor= e/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.= 91/lisp/external-completion /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/editorconfig-20240813.801/editorconfig hides /nix/store/jci= zpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/li= sp/editorconfig /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/editorconfig-20240813.801/editorconfig-fnmatch hides /nix/s= tore/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30= .0.91/lisp/editorconfig-fnmatch /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/editorconfig-20240813.801/editorconfig-core-handle hides /n= ix/store/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emac= s/30.0.91/lisp/editorconfig-core-handle /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/editorconfig-20240813.801/editorconfig-tools hides /nix/sto= re/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0= .91/lisp/editorconfig-tools /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/editorconfig-20240813.801/editorconfig-core hides /nix/stor= e/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.= 91/lisp/editorconfig-core /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/editorconfig-20240813.801/editorconfig-conf-mode hides /nix= /store/jcizpg78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/= 30.0.91/lisp/editorconfig-conf-mode /home/cassou/.emacs.d/lib/html-ts-mode/html-ts-mode hides /nix/store/jcizpg= 78w8lkjk6dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/= textmodes/html-ts-mode /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/xref-1.7.0/xref hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr= 3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/progmodes/xref /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/project-0.11.1/project hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/progmodes/pro= ject /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/eglot-1.17/eglot hides /nix/store/jcizpg78w8lkjk6dmjxwawnmr= r3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/progmodes/eglot /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/flymake-1.3.7/flymake hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/progmodes/flym= ake /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3= x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-odt hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-odt /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-table hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-table /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-latex hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-latex /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-agenda hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-agenda /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-publish hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-publish /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-org hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-org /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-html hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-html /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-md hides /nix/store/jcizpg78w8lkjk6dmjxwawnmr= r3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-md /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-man hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-man /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-ascii hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-ascii /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-icalendar hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-icale= ndar /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-koma-letter hides /nix/store/jcizpg78w8lkjk6d= mjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-kom= a-letter /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-beamer hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-beamer /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-list hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-list /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-src hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-src /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-timer hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-timer /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-lint hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-lint /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-tempo hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-tempo /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-refile hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-refile /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-persist hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-persi= st /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-plot hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-plot /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-mobile hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-mobile /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-protocol hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-prot= ocol /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-macs hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-macs /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-mouse hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-mouse /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-num hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-num /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-pcomplete hides /nix/store/jcizpg78w8lkjk6dm= jxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-pco= mplete /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-fold-core hides /nix/store/jcizpg78w8lkjk6dm= jxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-fol= d-core /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-element-ast hides /nix/store/jcizpg78w8lkjk6= dmjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-e= lement-ast /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-inlinetask hides /nix/store/jcizpg78w8lkjk6d= mjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-in= linetask /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-loaddefs hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-load= defs /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-indent hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-indent /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-clock hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-clock /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-keys hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-keys /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-id hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-id /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-habit hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-habit /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-footnote hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-foot= note /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-goto hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-goto /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-fold hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-fold /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-colview hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-colvi= ew /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-capture hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-captu= re /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-feed hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-feed /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-faces hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-faces /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-entities hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-enti= ties /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-datetree hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-date= tree /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-cycle hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-cycle /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-duration hides /nix/store/jcizpg78w8lkjk6dmj= xwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-dura= tion /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-ctags hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-ctags /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-compat hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-compat /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-crypt hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-crypt /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-attach hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-attach /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-archive hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-archi= ve /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-attach-git hides /nix/store/jcizpg78w8lkjk6d= mjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-at= tach-git /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-w3m hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-w3m /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-gnus hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-gnus /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-irc hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-irc /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-rmail hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-rmail /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-bibtex hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-bibtex /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-mhe hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-mhe /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-eww hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-eww /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-info hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-info /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-man hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-man /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-eshell hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-eshell /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-bbdb hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-bbdb /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/oc-csl hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/oc-csl /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-core hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-core /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-tangle hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-tangle /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-doi hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-doi /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol-docview hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol-docview /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/oc-basic hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/oc-basic /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/oc-natbib hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/oc-natbib /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/oc-biblatex hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/oc-biblat= ex /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-sql hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-sql /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/oc-bibtex hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/oc-bibtex /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-shell hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-shell /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x= 72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-sqlite hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-sqlite /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-table hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-table /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-python hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-python /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-ruby hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-ruby /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-scheme hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-scheme /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-sed hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-sed /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-screen hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-screen /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-sass hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-sass /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-ref hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-ref /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-processing hides /nix/store/jcizpg78w8lkjk6dm= jxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-proc= essing /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-plantuml hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-plantu= ml /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-fortran hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-fortran /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-octave hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-octave /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-perl hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-perl /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-ocaml hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-ocaml /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-org hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-org /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-maxima hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-maxima /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-lua hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-lua /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-matlab hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-matlab /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-makefile hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-makefi= le /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-lob hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-lob /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-C hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr= 3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-C /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-latex hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-latex /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-lilypond hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-lilypo= nd /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-lisp hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-lisp /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-julia hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-julia /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-java hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-java /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-haskell hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-haskell /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-js hides /nix/store/jcizpg78w8lkjk6dmjxwawnmr= r3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-js /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-gnuplot hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-gnuplot /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-groovy hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-groovy /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-exp hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-exp /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-forth hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-forth /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-eshell hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-eshell /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-dot hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-dot /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-eval hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-eval /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-emacs-lisp hides /nix/store/jcizpg78w8lkjk6dm= jxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-emac= s-lisp /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-ditaa hides /nix/store/jcizpg78w8lkjk6dmjxwaw= nmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-ditaa /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-R hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr= 3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-R /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-comint hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-comint /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-css hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-css /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-clojure hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-clojure /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-calc hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-calc /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ob-awk hides /nix/store/jcizpg78w8lkjk6dmjxwawnm= rr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ob-awk /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-element hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-eleme= nt /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x= 72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/oc hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x= 72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/oc /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ol hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x= 72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ol /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/ox-texinfo hides /nix/store/jcizpg78w8lkjk6dmjxw= awnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/ox-texinfo /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-macro hides /nix/store/jcizpg78w8lkjk6dmjxwa= wnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-macro /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/org-9.7.11/org-version hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/org/org-versi= on /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/let-alist-1.0.6/let-alist hides /nix/store/jcizpg78w8lkjk6d= mjxwawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/emacs-lisp= /let-alist /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/compat-30.0.0.0/compat hides /nix/store/jcizpg78w8lkjk6dmjx= wawnmrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/emacs-lisp/co= mpat /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/seq-2.24/seq hides /nix/store/jcizpg78w8lkjk6dmjxwawnmrr3x7= 2wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/emacs-lisp/seq /nix/store/qnrdk591zibx6q47sfjk0y2fc3g98ixj-emacs-packages-deps/share/emacs= /site-lisp/elpa/eldoc-1.15.0/eldoc hides /nix/store/jcizpg78w8lkjk6dmjxwawn= mrr3x72wq-emacs-unstable-30.0.91/share/emacs/30.0.91/lisp/emacs-lisp/eldoc Features: (shadow sort company-oddmuse company-keywords company-etags etags fileloop company-gtags company-dabbrev-code company-dabbrev company-files company-clang company-capf company-cmake company-semantic company-template company-bbdb company mail-extr emacsbug tramp-cmds combobulate combobulate-json combobulate-yaml combobulate-css combobulate-js-ts combobulate-python combobulate-html combobulate-query scheme combobulate-ui combobulate-display combobulate-ztree combobulate-contrib multiple-cursors mc-separate-operations rectangular-region-mode mc-mark-pop mc-edit-lines mc-hide-unmatched-lines-mode mc-mark-more mc-cycle-cursors multiple-cursors-core rect combobulate-envelope combobulate-manipulation python-el-fgallina-expansions python combobulate-procedure combobulate-navigation combobulate-misc combobulate-interface generator combobulate-rules combobulate-settings tempo html-ts-mode html-mode-expansions sgml-mode facemenu dom treesit vc-git vc-dispatcher executable tramp-cache tramp-sh shortdoc help-fns outli org-keys oc org-compat org-version org-macs nameless embrace expand-region subword-mode-expansions text-mode-expansions er-basic-expansions expand-region-core expand-region-custom yasnippet paredit aggressive-indent ws-butler all-the-icons-dired all-the-icons all-the-icons-faces data-material data-weathericons data-octicons data-fileicons data-faicons data-alltheicons gnus-dired denote xref project misearch multi-isearch goto-addr view consult-imenu embark-consult consult imenu-list hideshow epithet mule-util info-variable-pitch s olivetti vertico-directory vterm tramp trampver tramp-integration files-x tramp-message tramp-compat xdg tramp-loaddefs term disp-table ehelp vterm-module term/xterm xterm ispell jinx display-line-numbers editorconfig editorconfig-core editorconfig-core-handle editorconfig-fnmatch ligature spacious-padding mpdel-embark embark ffap cape orderless-kwd orderless epkg-marginalia epkg-elpa epkg-utils epkg-list epkg-desc epkg llama marginalia vertico-multiform vertico-quick vertico savehist minions mpdel mpdel-browser libmpdel-directory mpdel-playlist mpdel-tablist mpdel-song mpdel-core navigel magit-bookmark bookmark tablist advice tablist-filter semantic/wisent/comp semantic/wisent semantic/wisent/wisent semantic/util-modes semantic/util semantic pp semantic/tag semantic/lex semantic/fw mode-local find-func cedet libmpdel tq time-stamp alert log4e notifications dbus compile xml reformatter cap-words superword subword repeat beginend auth-source-pass paren-face elec-pair notmuch-mua notmuch-message notmuch-draft notmuch-tag notmuch-maildir-fcc notmuch-address notmuch-company notmuch-parser notmuch-lib notmuch-version notmuch-compat mm-view mml-smime smime dig unify-opening drag-stuff forge-repos forge-tablist forge-topics forge-commands forge-semi forge-bitbucket buck forge-gogs gogs forge-gitea gtea forge-gitlab glab forge-github ghub-graphql treepy gsexp ghub url-http url-gw nsm url-auth let-alist gnutls forge-notify forge-revnote forge-pullreq forge-issue forge-topic yaml parse-time iso8601 eieio-custom bug-reference forge-post markdown-mode edit-indirect color thingatpt noutline outline forge-repo forge forge-core forge-db closql emacsql-sqlite-common emacsql emacsql-compiler eieio-base magit-tbdiff magit-extras magit-submodule magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit package url-handlers magit-repos magit-apply magit-wip magit-log which-func magit-diff smerge-mode diff diff-mode track-changes git-commit log-edit message sendmail yank-media puny dired-imenu imenu runner dired-aux dired-x dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068 epg-config gnus-util text-property-search time-date mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 mm-util ietf-drums mail-prsvr mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log magit-core magit-autorevert magit-margin magit-transient magit-process with-editor shell pcomplete comint ansi-osc server ansi-color magit-mode browse-url url url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util url-parse auth-source password-cache json map url-vars mailcap benchmark magit-git magit-base magit-section cursor-sensor crm dash recentf tree-widget wid-edit ibuf-macs lin face-remap hl-line autorevert filenotify winner saveplace so-long modus-operandi-theme modus-themes casual-isearch casual-lib casual-lib-version transient format-spec eieio eieio-core ace-window avy ring edmacro kmacro byte-opt jka-compr no-littering compat auto-compile comp-run use-package use-package-ensure use-package-delight use-package-diminish use-package-bind-key bind-key easy-mmode use-package-core ytdl-autoloads yasnippet-autoloads yaml-mode-autoloads yaml-autoloads xterm-color-autoloads xref-js2-autoloads ws-butler-autoloads workflows-autoloads with-editor-autoloads wgrep-autoloads webpaste-autoloads web-mode-autoloads vundo-autoloads vertico-autoloads verb-autoloads vdirel-autoloads unify-opening-autoloads undercover-autoloads typescript-mode-autoloads treesit-auto-autoloads treepy-autoloads tmr-autoloads tbdiff-autoloads tablist-autoloads stream-autoloads spinner-autoloads spacious-padding-autoloads sourcemap-autoloads snapshot-timemachine-rsnapshot-autoloads snapshot-timemachine-autoloads sicp-autoloads shut-up-autoloads sed-mode-autoloads s-autoloads runner-autoloads rjsx-mode-autoloads rg-autoloads related-files-autoloads reformatter-autoloads rainbow-identifiers-autoloads racket-mode-autoloads prot-emacs-autoloads projectile-autoloads prodigy-autoloads posframe-autoloads pos-tip-autoloads popup-autoloads poporg-autoloads pkg-info-autoloads pinentry-autoloads php-mode-autoloads cl-macs password-store-otp-autoloads password-store-autoloads pass-autoloads paren-face-autoloads paredit-everywhere-autoloads paredit-autoloads package-lint-autoloads ox-reveal-autoloads ox-linuxmag-fr-autoloads ox-gfm-autoloads ov-autoloads outli-autoloads orgtbl-show-header-autoloads org-vcard-autoloads org-make-toc-autoloads org-caldav-autoloads orderless-autoloads olivetti-autoloads ob-racket-autoloads ob-mermaid-autoloads oauth2-autoloads nov-autoloads no-littering-autoloads nix-ts-mode-autoloads nix-mode-autoloads nix-emacs-autoloads nix-buffer-autoloads navigel-autoloads nameless-autoloads multiple-cursors-autoloads mpdel-embark-autoloads mpdel-autoloads moldable-emacs-autoloads mmm-mode-autoloads mixed-pitch-autoloads minions-autoloads meson-mode-autoloads mermaid-mode-autoloads meow-autoloads memoize-autoloads markup-faces-autoloads markdown-mode-autoloads marginalia-autoloads makel-autoloads magit-tbdiff-autoloads magit-autoloads macrostep-autoloads m-buffer-autoloads loop-autoloads log4e-autoloads lintel-autoloads lin-autoloads ligature-autoloads libmpdel-autoloads libelcouch-autoloads libbcel-autoloads ledger-mode-autoloads ledger-import-autoloads know-your-http-well-autoloads khardel-autoloads json-snatcher-autoloads json-reformat-autoloads json-process-client-autoloads json-navigator-autoloads json-mode-autoloads js2-refactor-autoloads js2-mode-autoloads journalctl-mode-autoloads inheritenv-autoloads info-variable-pitch-autoloads info-colors-autoloads imenu-list-autoloads imenu-extra-autoloads hydra-autoloads htmlize-autoloads html-ts-mode-autoloads ht-autoloads helpful-autoloads helm-autoloads haskell-mode-autoloads graphviz-dot-mode-autoloads graphql-mode-autoloads graphql-autoloads gpastel-autoloads goggles-autoloads go-mode-autoloads gnuplot-mode-autoloads git-timemachine-autoloads git-modes-autoloads ghub-autoloads ftgp-autoloads frame-purpose-autoloads frame-fns-autoloads frame-cmds-autoloads forge-autoloads fontaine-autoloads font-lock+-autoloads flyspell-correct-autoloads flymake-hledger-autoloads flymake-eslint-autoloads flycheck-hledger-autoloads flycheck-autoloads flx-autoloads feature-mode-autoloads f-autoloads expand-region-autoloads esxml-autoloads ess-autoloads espuds-autoloads eslint-disable-rule-autoloads ert-async-autoloads epl-autoloads epithet-autoloads embrace-autoloads embark-autoloads emacs-everywhere-autoloads elisp-refs-autoloads elisp-lint-autoloads elcouch-autoloads el-mock-autoloads edit-indirect-autoloads ecukes-autoloads dwim-shell-command-autoloads dumb-jump-autoloads drag-stuff-autoloads dotenv-mode-autoloads docker-autoloads dired-rsync-autoloads dired-imenu-autoloads dired-du-autoloads desktop-environment-autoloads denote-autoloads define-word-autoloads debbugs-autoloads dash-autoloads dape-autoloads daemons-autoloads csv-autoloads css-eldoc-autoloads counsel-projectile-autoloads counsel-jq-autoloads corfu-autoloads consult-denote-autoloads consult-autoloads conner-autoloads company-quickhelp-autoloads company-ledger-autoloads company-autoloads combobulate-autoloads circe-notifications-autoloads casual-re-builder-autoloads casual-lib-autoloads casual-isearch-autoloads casual-dired-autoloads cask-autoloads cape-autoloads buttercup-autoloads bui-autoloads buffer-move-autoloads borg-autoloads beginend-autoloads avy-autoloads auto-compile-autoloads async-autoloads assess-autoloads ansi-autoloads all-the-icons-dired-autoloads all-the-icons-completion-autoloads alert-autoloads aio-autoloads aggressive-indent-autoloads ag-autoloads adoc-mode-autoloads adaptive-wrap-autoloads ace-window-autoloads borg loaddefs-gen generate-lisp-file lisp-mnt radix-tree pcase info comp cl-seq comp-cstr cl-extra help-mode comp-common warnings icons subr-x rx gv cl-loaddefs cl-lib bytecomp byte-compile rmc iso-transl tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd touch-screen tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq simple cl-generic indonesian philippine cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite emoji-zwj charscript charprop case-table epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs theme-loaddefs faces cus-face macroexp files window text-properties overlay sha1 md5 base64 format env code-pages mule custom widget keymap hashtable-print-readable backquote threads dbusbind inotify dynamic-setting system-font-setting font-render-setting cairo x-toolkit xinput2 x multi-tty move-toolbar make-network-process native-compile emacs) Memory information: ((conses 16 846284 311194) (symbols 48 42236 2) (strings 32 213888 45985) (string-bytes 1 7300050) (vectors 16 97625) (vector-slots 8 1043821 210489) (floats 8 1227 3296) (intervals 56 46719 9384) (buffers 992 22)) --=20 Damien Cassou "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill --=-=-= Content-Type: text/plain Content-Disposition: attachment; filename=crash-html-ts-mode.el (progn (switch-to-buffer (get-buffer-create "foo.html")) (html-ts-mode) (insert "") (goto-char (point-min)) (forward-word) (self-insert-command 1 ? )) --=-=-=-- ------------=_1726573502-27827-1--