GNU bug report logs - #79641
30.1.90; emacsclient --eval breaks when passing empty string

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: emacs; Reported by: Spencer Baugh <sbaugh@HIDDEN>; dated Thu, 16 Oct 2025 20:07:01 UTC; Maintainer for emacs is bug-gnu-emacs@HIDDEN.

Message received at 79641 <at> debbugs.gnu.org:


Received: (at 79641) by debbugs.gnu.org; 17 Oct 2025 11:28:34 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Fri Oct 17 07:28:33 2025
Received: from localhost ([127.0.0.1]:49099 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1v9idN-0003gp-G9
	for submit <at> debbugs.gnu.org; Fri, 17 Oct 2025 07:28:33 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10]:34118)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1v9idJ-0003fs-0G
 for 79641 <at> debbugs.gnu.org; Fri, 17 Oct 2025 07:28:30 -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 <eliz@HIDDEN>)
 id 1v9id8-0005Sv-Dy; Fri, 17 Oct 2025 07:28:18 -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=zX1c3gEgNDHz820AYHHJoKgz2Xx8T/dTt2AfOmr/iAM=; b=EX7hmlABXl66
 GhBOVOHDNWfcX9DZr8dw434ESLFeY/K2hD9MG/Nk/1ZkvJCxDJbDtDyp7D5A9w5M/ItNZ8t7LwTvG
 bSnh8lZ0IQiIKqURll6FV/msVCBB6KcTHaDttzXHQPf7T8+OOjed5ESdLfx6f6kwMgeAEiv3GSZVC
 aLHFoSA90wCcDLSMkrgAQqunVhEIYvUMIn+LxVA4kx3JbGFnztksIdQhO7ydPHbiPZUn7Fc/RCTWG
 xWCCLy2cxWTu1yPLJzTW5FEVtefXNtC4HzPY77mnAO6svQEZByvQ5mPA0gltdkOhrwSOqFqafr9f1
 QRQYHlcjOHmiBTRb5+vFQA==;
Date: Fri, 17 Oct 2025 14:28:13 +0300
Message-Id: <86zf9pg436.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: Spencer Baugh <sbaugh@HIDDEN>
In-Reply-To: <ier4iryipcs.fsf@HIDDEN> (bug-gnu-emacs@HIDDEN)
Subject: Re: bug#79641: 30.1.90;
 emacsclient --eval breaks when passing empty string
References: <ier4iryipcs.fsf@HIDDEN>
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 79641
Cc: 79641 <at> debbugs.gnu.org
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -3.3 (---)

> Date: Thu, 16 Oct 2025 16:05:55 -0400
> From:  Spencer Baugh via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN>
> 
> 
> 1. emacs -Q --fg-daemon
> 2. In another terminal:
> 
> $ emacsclient --eval '(length (pop server-eval-args-left))' 'foo'
> 3
> $ emacsclient --eval '(length (pop server-eval-args-left))' ''
> *ERROR*: Wrong type argument: stringp, nil
> 
> The second one fails because the empty string argument is not sent
> correctly over the emacsclient protocol.
> 
> In fact, from a quick look, the emacsclient protocol simply doesn't
> support passing an empty string as an argument.
> 
> To fix this, I think we need to extend the emacsclient protocol.
> 
> I ran into this while trying to use server-eval-args-left to pass
> arbitrary data to Emacs via emacsclient.  Sometimes "arbitrary data" is
> an empty string, and unfortunately emacsclient breaks in that case.

Why do we need to extend the protocol? why cannot your 'eval' form or
the underlying shell script test for the case of an empty string and
DTRT instead?




Information forwarded to bug-gnu-emacs@HIDDEN:
bug#79641; Package emacs. Full text available.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 16 Oct 2025 20:06:18 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Thu Oct 16 16:06:18 2025
Received: from localhost ([127.0.0.1]:38458 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1v9UEp-0006wQ-C7
	for submit <at> debbugs.gnu.org; Thu, 16 Oct 2025 16:06:18 -0400
Received: from lists.gnu.org ([2001:470:142::17]:53240)
 by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.84_2) (envelope-from <sbaugh@HIDDEN>)
 id 1v9UEj-0006w5-2u
 for submit <at> debbugs.gnu.org; Thu, 16 Oct 2025 16:06:12 -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 <sbaugh@HIDDEN>)
 id 1v9UEd-0008Ss-7X
 for bug-gnu-emacs@HIDDEN; Thu, 16 Oct 2025 16:06:03 -0400
Received: from mxout5.mail.janestreet.com ([64.215.233.18])
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <sbaugh@HIDDEN>)
 id 1v9UEY-0007EX-FG
 for bug-gnu-emacs@HIDDEN; Thu, 16 Oct 2025 16:06:02 -0400
From: Spencer Baugh <sbaugh@HIDDEN>
To: bug-gnu-emacs@HIDDEN
Subject: 30.1.90; emacsclient --eval breaks when passing empty string
X-Debbugs-Cc: 
Date: Thu, 16 Oct 2025 16:05:55 -0400
Message-ID: <ier4iryipcs.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=janestreet.com;
 s=waixah; t=1760645155;
 bh=IfO7sn26O67CHewYgQt0elaF6F29IZOMS19kwNArZKk=;
 h=From:To:Subject:Date;
 b=Ph+Ha1PkuIKsvSprpYRWO+tbSAN6sFkM02PuXVkmi1Wy3lyvBDQgBSfiZVghRvAYu
 bfIa0KsnPszmiNFyLO8Ib3uaO6ekps+7rVU6fRrclSiNjI0kfQoYXYZBVEQmU5JN2r
 M3V9RHGzf/9QBKYnWZXiOqclGRpxwY8ESoCBwZ4+KBHmWTGrOJpMJRQBVwnc9rB61Y
 Q/nyRlzknJLDM4SQtNQSyWNI6jk+tUiVzTv2riijJ7YAqwDoXhJGM2fo76haUy87J+
 8l6oeb3N5UJ63Qt7w26OjsLQH8Vy/sLKyooChCD7JRdKYp2IgjoORrzOKCbXGru6bg
 CfKKq9karS58Q==
Received-SPF: pass client-ip=64.215.233.18; envelope-from=sbaugh@HIDDEN;
 helo=mxout5.mail.janestreet.com
X-Spam_score_int: -43
X-Spam_score: -4.4
X-Spam_bar: ----
X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1,
 RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001,
 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001,
 SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 0.9 (/)
X-Debbugs-Envelope-To: submit
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -0.1 (/)


1. emacs -Q --fg-daemon
2. In another terminal:

$ emacsclient --eval '(length (pop server-eval-args-left))' 'foo'
3
$ emacsclient --eval '(length (pop server-eval-args-left))' ''
*ERROR*: Wrong type argument: stringp, nil

The second one fails because the empty string argument is not sent
correctly over the emacsclient protocol.

In fact, from a quick look, the emacsclient protocol simply doesn't
support passing an empty string as an argument.

To fix this, I think we need to extend the emacsclient protocol.

I ran into this while trying to use server-eval-args-left to pass
arbitrary data to Emacs via emacsclient.  Sometimes "arbitrary data" is
an empty string, and unfortunately emacsclient breaks in that case.


In GNU Emacs 30.1.90 (build 63, x86_64-pc-linux-gnu, X toolkit, cairo
 version 1.15.12, Xaw scroll bars) of 2025-10-10 built on
 igm-qws-u22796a
Repository revision: 7ba3acf0f3247156c291be2e7f2b7f25daeb53ef
Repository branch: emacs-30
Windowing system distributor 'The X.Org Foundation', version 11.0.12011000
System Description: Rocky Linux 8.10 (Green Obsidian)

Configured using:
 'configure --with-x-toolkit=lucid --without-gpm --without-gconf
 --without-selinux --without-imagemagick --with-modules --with-gif=no
 --with-cairo --with-rsvg --without-compress-install --with-tree-sitter
 --with-native-compilation=aot
 PKG_CONFIG_PATH=/usr/local/home/garnish/libtree-sitter/0.22.6-1/lib/pkgconfig/'

Configured features:
CAIRO DBUS FREETYPE GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG LIBSYSTEMD
LIBXML2 MODULES NATIVE_COMP NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP
SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER X11 XDBE XIM
XINPUT2 XPM LUCID ZLIB

Important settings:
  value of $LANG: en_US.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Shell

Minor modes in effect:
  global-so-long-mode: t
  global-git-commit-mode: t
  magit-auto-revert-mode: t
  windmove-mode: t
  savehist-mode: t
  save-place-mode: t
  delete-selection-mode: t
  dired-omit-mode: t
  editorconfig-mode: t
  mode-line-bell-mode: t
  server-mode: t
  shell-dirtrack-mode: t
  jane-fe-minor-mode: t
  jane-minor-mode: t
  comint-fontify-input-mode: t
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  vc-auto-revert-mode: t
  mouse-wheel-mode: t
  tab-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  context-menu-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  minibuffer-regexp-mode: t
  line-number-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/helm-4.0.6/helm-x-icons hides /usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/helm-core-4.0.6/helm-x-icons
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/helm-4.0.6/helm-packages hides /usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/helm-core-4.0.6/helm-packages
/home/sbaugh/.emacs.d/elpa/git-commit-3.3.0/git-commit hides /usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/magit-4.4.0/git-commit
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/transient-0.10.0/transient hides /home/sbaugh/src/emacs/emacs-30/lisp/transient
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/eglot-1.18/eglot hides /home/sbaugh/src/emacs/emacs-30/lisp/progmodes/eglot
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-habit hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-habit
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-fold hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-fold
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-feed hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-feed
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-footnote hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-footnote
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-mouse hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-mouse
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-attach hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-attach
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-goto hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-goto
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-compat hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-compat
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-keys hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-keys
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-datetree hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-datetree
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-timer hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-timer
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-archive hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-archive
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-protocol hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-protocol
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-ctags hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-ctags
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-cycle hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-cycle
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-loaddefs hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-loaddefs
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-tempo hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-tempo
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-attach-git hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-attach-git
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-core hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-core
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-fortran hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-fortran
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-duration hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-duration
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-pcomplete hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-pcomplete
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-C hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-C
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-entities hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-entities
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-id hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-id
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-crypt hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-crypt
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-tangle hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-tangle
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-faces hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-faces
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-bibtex hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-bibtex
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-gnus hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-gnus
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/oc-basic hides /home/sbaugh/src/emacs/emacs-30/lisp/org/oc-basic
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-mhe hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-mhe
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-man hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-man
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-w3m hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-w3m
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-rmail hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-rmail
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/oc-csl hides /home/sbaugh/src/emacs/emacs-30/lisp/org/oc-csl
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-sql hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-sql
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-bbdb hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-bbdb
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-eww hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-eww
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-irc hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-irc
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-agenda hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-agenda
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-info hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-info
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox-odt hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox-odt
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-shell hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-shell
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox-latex hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox-latex
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/oc-biblatex hides /home/sbaugh/src/emacs/emacs-30/lisp/org/oc-biblatex
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-num hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-num
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/oc-natbib hides /home/sbaugh/src/emacs/emacs-30/lisp/org/oc-natbib
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox-html hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox-html
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-sqlite hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-sqlite
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-list hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-list
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-eshell hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-eshell
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-table hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-table
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-docview hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-docview
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-lint hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-lint
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-R hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-R
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-clock hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-clock
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-python hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-python
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol-doi hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol-doi
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox-ascii hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox-ascii
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-indent hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-indent
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-ruby hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-ruby
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox-org hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox-org
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/oc-bibtex hides /home/sbaugh/src/emacs/emacs-30/lisp/org/oc-bibtex
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox-man hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox-man
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-table hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-table
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox-publish hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox-publish
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-sed hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-sed
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-mobile hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-mobile
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-scheme hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-scheme
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox-icalendar hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox-icalendar
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-screen hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-screen
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox-md hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox-md
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-ref hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-ref
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-capture hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-capture
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-sass hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-sass
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox-beamer hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox-beamer
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-lua hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-lua
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-colview hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-colview
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-perl hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-perl
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-element-ast hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-element-ast
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-octave hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-octave
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-persist hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-persist
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-processing hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-processing
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-inlinetask hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-inlinetask
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-lob hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-lob
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-src hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-src
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-plantuml hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-plantuml
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-haskell hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-haskell
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox-koma-letter hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox-koma-letter
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-ocaml hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-ocaml
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-fold-core hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-fold-core
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-latex hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-latex
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-plot hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-plot
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-java hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-java
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-macs hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-macs
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-julia hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-julia
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-refile hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-refile
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-maxima hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-maxima
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-makefile hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-makefile
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-matlab hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-matlab
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-gnuplot hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-gnuplot
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-groovy hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-groovy
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-comint hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-comint
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-eshell hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-eshell
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-org hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-org
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-lilypond hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-lilypond
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-css hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-css
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-forth hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-forth
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-calc hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-calc
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-eval hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-eval
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-awk hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-awk
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-element hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-element
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-dot hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-dot
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-js hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-js
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/oc hides /home/sbaugh/src/emacs/emacs-30/lisp/org/oc
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-lisp hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-lisp
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ox-texinfo hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ox-texinfo
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-ditaa hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-ditaa
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ol hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ol
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-exp hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-exp
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-macro hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-macro
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-clojure hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-clojure
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/ob-emacs-lisp hides /home/sbaugh/src/emacs/emacs-30/lisp/org/ob-emacs-lisp
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/org-9.7.34/org-version hides /home/sbaugh/src/emacs/emacs-30/lisp/org/org-version
/usr/local/home/sbaugh/workspaces/24833141-bffb-3c99-a9d6-c366d37c4f5e/+share+/app/emacs/site-lisp/elpa/eldoc-1.16.0/eldoc hides /home/sbaugh/src/emacs/emacs-30/lisp/emacs-lisp/eldoc

Features:
(shadow emacsbug evil-matchit-evil-setup evil-visual-mark-mode
evil-textobj-line evil evil-keybindings evil-integration evil-maps
evil-commands evil-digraphs reveal evil-jumps evil-command-window
evil-types evil-search evil-ex evil-macros evil-repeat evil-states
evil-core evil-common evil-vars time conf-mode persp-mode auto-compile
etags fileloop macrostep-c cmacexp macrostep cc-mode cc-fonts cc-guess
cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs hippie-exp
rect term/rxvt term/xterm xterm flow-fill emacs-news-mode texinfo
texinfo-loaddefs face-remap tabify man reposition diff-hl-margin
diff-hl-dired diff-hl-show-hunk diff-hl-inline-popup pcmpl-linux
pcmpl-unix pcmpl-gnu descr-text whitespace hideshow vc-annotate
vc-filewise cl-print checkdoc lisp-mnt markdown-mode edit-indirect
jane-switch-user helm-ag helm-occur helm-grep wgrep-helm helm-regexp
helm-utils helm-help helm helm-global-bindings helm-easymenu helm-core
helm-source helm-multi-match helm-lib async find-dired dabbrev tramp
trampver tramp-integration tramp-message tramp-compat tramp-loaddefs
ffap wgrep misc bug-reference qp ispell sort smiley gnus-cite mail-extr
textsec uni-scripts idna-mapping ucs-normalize uni-confusable
textsec-check gnus-async gnus-bcklg gnus-agent gnus-srvr gnus-score
score-mode nnvirtual nntp gnus-ml gnus-msg disp-table nndoc gnus-cache
gnus-dup mm-archive url-http-ntlm ntlm hmac-md5 hex-util md4
network-stream url-cache display-line-numbers debbugs-gnu debbugs
soap-client url-http url-gw nsm rng-xsd rng-dt rng-util xsd-regexp
debbugs-compat pulse color misearch multi-isearch dired-aux ocaml-eglot
ocaml-eglot-type-enclosing flycheck jane-release shortdoc jane-fe-rename
help-fns radix-tree oc-basic org-element org-persist org-id org-refile
avl-tree generator ol-eww eww xdg url-queue mm-url ol-rmail ol-mhe
ol-irc ol-info ol-gnus nnselect ol-docview doc-view jka-compr image-mode
exif ol-bibtex bibtex ol-bbdb ol-w3m ol-doi org-link-doi vc-git
jane-fe-diff jane-fe-show goto-addr jane-fe-todo jane-fe-wl
jane-fe-history jane-fe-feature-specific gnus-art mm-uu mml2015 mm-view
mml-smime smime gnutls dig gnus-sum shr pixel-fill kinsoku url-file svg
dom gnus-group gnus-undo gnus-start gnus-dbus dbus xml gnus-cloud nnimap
nnmail mail-source utf7 nnoo parse-time iso8601 gnus-spec gnus-int
gnus-range gnus-win diff-hl vc-dir jane-dune open-junk-file vc-fe
log-view grep let-alist so-long vc-hg skeleton page-ext magit-extras
magit-bookmark magit-submodule magit-blame magit-stash magit-reflog
magit-bisect files-x magit-push magit-pull magit-fetch magit-clone
magit-remote magit-commit magit-sequence magit-notes magit-worktree
magit-tag magit-merge magit-branch magit-reset magit-files magit-refs
magit-status magit magit-repos magit-apply magit-wip magit-log
which-func magit-diff git-commit log-edit message sendmail yank-media
puny rfc822 mml mml-sec epa epg rfc6068 epg-config mm-decode mm-bodies
mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mailabbrev
gmm-utils mailheader pcvs-util add-log dash magit-core magit-autorevert
magit-margin magit-transient magit-process derived with-editor
magit-mode transient edmacro kmacro benchmark magit-git magit-base
magit-section cursor-sensor llama cond-let compat gnus nnheader
gnus-util mail-utils range mm-util mail-prsvr windmove org org-macro
org-pcomplete org-list org-footnote org-faces org-entities noutline
outline ob-dot ob-shell ob ob-tangle org-src sh-script treesit
executable ob-ref ob-lob ob-table ob-exp ob-comint ob-emacs-lisp ob-core
ob-eval org-cycle org-table ol org-fold org-fold-core org-keys oc
org-element-ast inline org-loaddefs cal-menu calendar cal-loaddefs
org-version org-compat org-macs format-spec gdb-mi bindat vundo
modus-vivendi-theme modus-themes savehist saveplace finder-inf
site-start jane-customization jane-which-key which-key delsel
jane-build-status jane-fe-workspace jane-patdiff jane-diagnose
jane-async-merlin jane-completion jane-aide jane-yasnippet jane-fe-menu
ecaml autorevert dired-x editorconfig editorconfig-core
editorconfig-core-handle editorconfig-fnmatch mode-line-bell help-at-pt
jane-micro-features server jane-diff smerge-mode unified-test-mode
shell-file dired dired-loaddefs jane-fe-read-feature jane-fe-regex
jane-fe-vtable vtable mule-util jane-fe-project jane-fe-feature-table
hl-line jane-button jane-sexp rainbow-delimiters jane-python jane-ocaml
gud hydra lv jane-merlin merlin-xref merlin-cap merlin hi-lock advice
crm ocaml-eglot-xref ocaml-eglot-req ocaml-eglot-util tuareg
tuareg-compat tuareg-opam smie caml-types caml-help view find-file
jane-cr jane-align shell pcomplete vc vc-dispatcher jane-telemetry
jane-ecaml ecaml_plugin time-date comp comp-cstr cl-extra comp-run
comp-common bookmark jane-rust ocp-indent jane-eglot eglot tree-widget
external-completion jsonrpc xref flymake thingatpt project diff
diff-mode track-changes easy-mmode ert ewoc debug backtrace help-mode
find-func filenotify warnings compile text-property-search comint
ansi-osc ansi-color ring imenu contrib-loaddefs jane-loaddefs jane-util
jane-elpa-pin cus-edit pp cus-start cus-load wid-edit jane-constants
adaptive-wrap-autoloads caml-autoloads corfu-autoloads
csv-mode-autoloads cyberpunk-theme-autoloads debbugs-autoloads
git-commit-autoloads keycast-autoloads mct-autoloads
url-http-ntlm-autoloads url-auth utop-autoloads vc-hgcmd-autoloads
vertico-autoloads vundo-autoloads ace-link-autoloads
aggressive-indent-autoloads ahk-mode-autoloads
all-the-icons-ivy-rich-autoloads amx-autoloads auto-compile-autoloads
auto-dictionary-autoloads auto-highlight-symbol-autoloads
auto-yasnippet-autoloads base16-theme-autoloads
bash-completion-autoloads blacken-autoloads browse-at-remote-autoloads
centered-cursor-mode-autoloads claude-code-ide-autoloads
clean-aindent-mode-autoloads code-cells-autoloads
column-enforce-mode-autoloads company-box-autoloads
company-lua-autoloads company-posframe-autoloads
company-quickhelp-autoloads company-shell-autoloads
company-statistics-autoloads company-web-autoloads
consult-yasnippet-autoloads counsel-css-autoloads
counsel-projectile-autoloads counsel-autoloads
cpp-auto-include-autoloads dap-mode-autoloads bui-autoloads
define-word-autoloads diff-hl-autoloads diminish-autoloads
dired-quick-sort-autoloads disable-mouse-autoloads disaster-autoloads
doom-modeline-autoloads doom-themes-autoloads dotenv-mode-autoloads
drag-stuff-autoloads eat-autoloads edit-indirect-autoloads
eldoc-box-autoloads elisp-def-autoloads elisp-slime-nav-autoloads
embark-consult-autoloads consult-autoloads embark-autoloads
emmet-mode-autoloads emr-autoloads clang-format-autoloads
envrc-autoloads esh-help-autoloads eshell-prompt-extras-autoloads
eshell-z-autoloads ess-autoloads eval-sexp-fu-autoloads
evil-anzu-autoloads anzu-autoloads evil-args-autoloads
evil-cleverparens-autoloads evil-collection-autoloads annalist-autoloads
evil-easymotion-autoloads evil-escape-autoloads evil-exchange-autoloads
evil-goggles-autoloads evil-iedit-state-autoloads
evil-indent-plus-autoloads evil-leader-autoloads evil-lion-autoloads
evil-lisp-state-autoloads bind-map-autoloads evil-matchit-autoloads
evil-mc-autoloads evil-nerd-commenter-autoloads evil-numbers-autoloads
evil-org-autoloads evil-quickscope-autoloads evil-surround-autoloads
evil-textobj-line-autoloads evil-tutor-autoloads
evil-visual-mark-mode-autoloads evil-visualstar-autoloads
expand-region-autoloads eyebrowse-autoloads fish-mode-autoloads
flx-autoloads flycheck-bashate-autoloads flycheck-eglot-autoloads
eglot-autoloads flycheck-elsa-autoloads flycheck-package-autoloads
flycheck-pos-tip-autoloads flyspell-correct-helm-autoloads
flyspell-correct-ivy-autoloads flyspell-correct-popup-autoloads
flyspell-correct-autoloads flyspell-popup-autoloads
frame-local-autoloads fzf-autoloads gh-md-autoloads git-gutter-autoloads
git-link-autoloads git-messenger-autoloads popup-autoloads
git-modes-autoloads git-timemachine-autoloads
gitignore-templates-autoloads gnu-elpa-keyring-update-autoloads
gnuplot-autoloads golden-ratio-autoloads google-c-style-autoloads
gruvbox-theme-autoloads autothemer-autoloads haskell-mode-autoloads
hc-zenburn-theme-autoloads helm-ag-autoloads helm-c-yasnippet-autoloads
helm-comint-autoloads helm-company-autoloads company-autoloads
helm-css-scss-autoloads helm-descbinds-autoloads helm-make-autoloads
helm-mode-manager-autoloads helm-org-rifle-autoloads
helm-projectile-autoloads helm-purpose-autoloads helm-pydoc-autoloads
helm-swoop-autoloads helm-autoloads helm-core-autoloads
helpful-autoloads elisp-refs-autoloads highlight-indentation-autoloads
highlight-numbers-autoloads highlight-parentheses-autoloads
ibuffer-projectile-autoloads iedit-autoloads impatient-mode-autoloads
importmagic-autoloads epc-autoloads ctable-autoloads
concurrent-autoloads deferred-autoloads indent-guide-autoloads
inheritenv-autoloads ivy-avy-autoloads ivy-hydra-autoloads
ivy-purpose-autoloads ivy-rich-autoloads ivy-xref-autoloads
ivy-yasnippet-autoloads js-doc-autoloads js2-refactor-autoloads
json-mode-autoloads json-navigator-autoloads json-reformat-autoloads
json-snatcher-autoloads jsonnet-mode-autoloads ligature-autoloads
link-hint-autoloads livid-mode-autoloads lorem-ipsum-autoloads
lsp-docker-autoloads lsp-treemacs-autoloads lsp-mode-autoloads
eldoc-autoloads lua-mode-autoloads macrostep-autoloads
magit-gitflow-autoloads magit-popup-autoloads magit-svn-autoloads
magit-todos-autoloads hl-todo-autoloads marginalia-autoloads
markdown-toc-autoloads material-theme-autoloads merlin-eldoc-autoloads
merlin-autoloads mode-line-bell-autoloads monokai-theme-autoloads
multi-line-autoloads multi-term-autoloads multi-vterm-autoloads
multiple-cursors-autoloads mwim-autoloads nameless-autoloads
nerd-icons-autoloads nix-mode-autoloads nodejs-repl-autoloads
npm-mode-autoloads ob-powershell-autoloads ocaml-eglot-autoloads
ocp-indent-autoloads olivetti-autoloads open-junk-file-autoloads
orderless-autoloads org-alert-autoloads org-appear-autoloads
org-cliplink-autoloads org-contrib-autoloads org-download-autoloads
async-autoloads org-jira-autoloads org-mime-autoloads
org-modern-autoloads org-pomodoro-autoloads alert-autoloads
log4e-autoloads gntp-autoloads org-present-autoloads
org-projectile-autoloads org-project-capture-autoloads
org-category-capture-autoloads org-re-reveal-autoloads htmlize-autoloads
org-rich-yank-autoloads org-roam-autoloads org-sticky-header-autoloads
org-superstar-autoloads org-transclusion-autoloads orgit-forge-autoloads
orgit-autoloads forge-autoloads ghub-autoloads closql-autoloads
emacsql-autoloads origami-autoloads overseer-autoloads ox-gfm-autoloads
ox-jira-autoloads org-autoloads package-lint-autoloads
page-break-lines-autoloads paradox-autoloads paredit-autoloads
parent-mode-autoloads pcre2el-autoloads persistent-scratch-autoloads
pip-requirements-autoloads pippel-autoloads pkg-info-autoloads
epl-autoloads poly-markdown-autoloads polymode-autoloads
popwin-autoloads pos-tip-autoloads powershell-autoloads
prettier-js-autoloads protobuf-mode-autoloads pug-mode-autoloads
py-isort-autoloads pydoc-autoloads pytest-autoloads pyvenv-autoloads
quickrun-autoloads rainbow-delimiters-autoloads request-autoloads
rg-autoloads ron-mode-autoloads rustic-autoloads flycheck-autoloads
markdown-mode-autoloads rust-mode-autoloads sass-mode-autoloads
haml-mode-autoloads scss-mode-autoloads shell-pop-autoloads
shfmt-autoloads reformatter-autoloads shrink-path-autoloads f-autoloads
shut-up-autoloads skewer-mode-autoloads js2-mode-autoloads
simple-httpd-autoloads slim-mode-autoloads smartparens-autoloads
smeargle-autoloads sml-mode-autoloads solarized-theme-autoloads
sphinx-doc-autoloads spinner-autoloads sql-indent-autoloads
sqlup-mode-autoloads string-edit-at-point-autoloads
string-inflection-autoloads swiper-autoloads ivy-autoloads
symbol-overlay-autoloads tagedit-autoloads term-cursor-autoloads
terminal-here-autoloads toc-org-autoloads toml-mode-autoloads
treemacs-all-the-icons-autoloads all-the-icons-autoloads
treemacs-evil-autoloads evil-autoloads goto-chg-autoloads
treemacs-icons-dired-autoloads treemacs-magit-autoloads magit-autoloads
pcase with-editor-autoloads transient-autoloads magit-section-autoloads
llama-autoloads cond-let-autoloads treemacs-persp-autoloads
persp-mode-autoloads treemacs-projectile-autoloads treemacs-autoloads
cfrs-autoloads ht-autoloads hydra-autoloads lv-autoloads
pfuture-autoloads ace-window-autoloads avy-autoloads s-autoloads
projectile-autoloads treepy-autoloads tuareg-autoloads rx
typescript-mode-autoloads undo-fu-autoloads undo-fu-session-autoloads
unfill-autoloads unicode-fonts-autoloads ucs-utils-autoloads
font-utils-autoloads persistent-soft-autoloads list-utils-autoloads
pcache-autoloads urgrep-autoloads uuidgen-autoloads valign-autoloads
vba-mode-autoloads verb-autoloads vi-tilde-fringe-autoloads
vmd-mode-autoloads volatile-highlights-autoloads vterm-autoloads
web-beautify-autoloads web-completion-data-autoloads web-mode-autoloads
web-server-autoloads websocket-autoloads wfnames-autoloads
wgrep-autoloads which-key-posframe-autoloads posframe-autoloads
window-purpose-autoloads imenu-list-autoloads winum-autoloads
dash-autoloads info writeroom-mode-autoloads
visual-fill-column-autoloads ws-butler-autoloads xterm-color-autoloads
yaml-autoloads yasnippet-snippets-autoloads yasnippet-autoloads
zenburn-theme-autoloads package browse-url url url-proxy url-privacy
url-expand url-methods url-history url-cookie generate-lisp-file
url-domsuf url-util mailcap url-handlers url-parse auth-source cl-seq
eieio eieio-core cl-macs icons password-cache json subr-x map byte-opt
gv bytecomp byte-compile url-vars cl-loaddefs cl-lib rmc iso-transl
tooltip cconv eldoc paren electric uniquify ediff-hook vc-hooks
lisp-float-type elisp-mode mwheel term/x-win x-win term/common-win x-dnd
touch-screen tool-bar dnd fontset image 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 regexp-opt 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 3156938 1055611) (symbols 48 87777 94)
 (strings 32 504173 54602) (string-bytes 1 27285894)
 (vectors 16 177119) (vector-slots 8 2919373 490078)
 (floats 8 1383 22548) (intervals 56 246553 2290) (buffers 992 919))




Acknowledgement sent to Spencer Baugh <sbaugh@HIDDEN>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs@HIDDEN. Full text available.
Report forwarded to bug-gnu-emacs@HIDDEN:
bug#79641; Package emacs. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Fri, 17 Oct 2025 11:30:02 UTC

GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997 nCipher Corporation Ltd, 1994-97 Ian Jackson.