Package: emacs;
Reported by: i <at> sinofine.me
Date: Wed, 26 Nov 2025 05:24:02 UTC
Severity: normal
Found in version 31.0.50
To reply to this bug, email your comments to 79897 AT debbugs.gnu.org.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
joaotavora <at> gmail.com, bug-gnu-emacs <at> gnu.org:bug#79897; Package emacs.
(Wed, 26 Nov 2025 05:24:02 GMT) Full text and rfc822 format available.i <at> sinofine.me:joaotavora <at> gmail.com, bug-gnu-emacs <at> gnu.org.
(Wed, 26 Nov 2025 05:24:02 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: i <at> sinofine.me To: bug-gnu-emacs <at> gnu.org Subject: 31.0.50; eglot-uri-to-path: UTF-8 path wrongly handled Date: Wed, 26 Nov 2025 12:23:08 +0800
MWE:
assume you installed clangd (do not use ccls as it returns non encoded uri, thus not representing the bug)
```bash
pushd /tmp/
mkdir -p "您好"
pushd "您好"
cat > testtesttest.c << EOF
int main(){
wrong();
}
EOF
emacs -Q testtesttest.c
popd
popd
```
event buffer:
```
[jsonrpc] D[11:34:17.848] Running language server: /nix/store/xrnlavkjfxarwxzqh7vk3yjbva16rpbc-clang-21.1.2/bin/clangd
[jsonrpc] e[11:34:17.848] --> initialize[1] {"jsonrpc":"2.0","id":1,"method":"initialize","params":{"processId":32486,"clientInfo":{"name":"Eglot","version":"1.19"},"rootPath":"/tmp/您好/","rootUri":"file:///tmp/%E6%82%A8%E5%A5%BD","initializationOptions":{},"capabilities":{"workspace":{"applyEdit":true,"executeCommand":{"dynamicRegistration":false},"workspaceEdit":{"documentChanges":true},"didChangeWatchedFiles":{"dynamicRegistration":true},"symbol":{"dynamicRegistration":false},"configuration":true,"workspaceFolders":true},"textDocument":{"synchronization":{"dynamicRegistration":false,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"completion":{"dynamicRegistration":false,"completionItem":{"snippetSupport":false,"deprecatedSupport":true,"resolveSupport":{"properties":["documentation","details","additionalTextEdits"]},"tagSupport":{"valueSet":[1]},"insertReplaceSupport":true},"contextSupport":true},"hover":{"dynamicRegistration":false,"contentFormat":["plaintext"]},"signatureHelp":{"dynamicRegistration":false,"signatureInformation":{"parameterInformation":{"labelOffsetSupport":true},"documentationFormat":["plaintext"],"activeParameterSupport":true}},"references":{"dynamicRegistration":false},"definition":{"dynamicRegistration":false,"linkSupport":true},"declaration":{"dynamicRegistration":false,"linkSupport":true},"implementation":{"dynamicRegistration":false,"linkSupport":true},"typeDefinition":{"dynamicRegistration":false,"linkSupport":true},"documentSymbol":{"dynamicRegistration":false,"hierarchicalDocumentSymbolSupport":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26]}},"documentHighlight":{"dynamicRegistration":false},"codeAction":{"dynamicRegistration":false,"resolveSupport":{"properties":["edit","command"]},"dataSupport":true,"codeActionLiteralSupport":{"codeActionKind":{"valueSet":["quickfix","refactor","refactor.extract","refactor.inline","refactor.rewrite","source","source.organizeImports"]}},"isPreferredSupport":true},"formatting":{"dynamicRegistration":false},"rangeFormatting":{"dynamicRegistration":false},"rename":{"dynamicRegistration":false},"inlayHint":{"dynamicRegistration":false},"callHierarchy":{"dynamicRegistration":false},"typeHierarchy":{"dynamicRegistration":false},"publishDiagnostics":{"relatedInformation":false,"versionSupport":true,"codeDescriptionSupport":false,"tagSupport":{"valueSet":[1,2]}}},"window":{"showDocument":{"support":true},"showMessage":{"messageActionItem":{"additionalPropertiesSupport":true}},"workDoneProgress":true},"general":{"positionEncodings":["utf-32","utf-8","utf-16"]},"experimental":{}},"workspaceFolders":[{"uri":"file:///tmp/%E6%82%A8%E5%A5%BD","name":"/tmp/您好/"}]}}
[stderr] I[11:34:17.862] clangd version 21.1.2
[stderr] I[11:34:17.862] Features: linux
[stderr] I[11:34:17.862] PID: 32498
[stderr] I[11:34:17.862] Working directory: /tmp/您好
[stderr] I[11:34:17.862] argv[0]: /nix/store/xrnlavkjfxarwxzqh7vk3yjbva16rpbc-clang-21.1.2/bin/clangd
[stderr] I[11:34:17.862] Starting LSP over stdin/stdout
[stderr] I[11:34:17.862] <-- initialize(1)
[jsonrpc] e[11:34:17.888] <-- initialize[1] {"id":1,"jsonrpc":"2.0","result":{"capabilities":{"astProvider":true,"callHierarchyProvider":true,"clangdInlayHintsProvider":true,"codeActionProvider":{"codeActionKinds":["quickfix","refactor","info"]},"compilationDatabase":{"automaticReload":true},"completionProvider":{"resolveProvider":false,"triggerCharacters":[".","<",">",":","\"","/","*"]},"declarationProvider":true,"definitionProvider":true,"documentFormattingProvider":true,"documentHighlightProvider":true,"documentLinkProvider":{"resolveProvider":false},"documentOnTypeFormattingProvider":{"firstTriggerCharacter":"\n","moreTriggerCharacter":[]},"documentRangeFormattingProvider":{"rangesSupport":true},"documentSymbolProvider":true,"executeCommandProvider":{"commands":["clangd.applyFix","clangd.applyRename","clangd.applyTweak"]},"foldingRangeProvider":true,"hoverProvider":true,"implementationProvider":true,"inactiveRegionsProvider":true,"inlayHintProvider":true,"memoryUsageProvider":true,"positionEncoding":"utf-32","referencesProvider":true,"renameProvider":true,"selectionRangeProvider":true,"semanticTokensProvider":{"full":{"delta":true},"legend":{"tokenModifiers":["declaration","definition","deprecated","deduced","readonly","static","abstract","virtual","dependentName","defaultLibrary","usedAsMutableReference","usedAsMutablePointer","constructorOrDestructor","userDefined","functionScope","classScope","fileScope","globalScope"],"tokenTypes":["variable","variable","parameter","function","method","function","property","variable","class","interface","enum","enumMember","type","type","unknown","namespace","typeParameter","concept","type","macro","modifier","operator","bracket","label","comment"]},"range":false},"signatureHelpProvider":{"triggerCharacters":["(",")","{","}","<",">",","]},"standardTypeHierarchyProvider":true,"textDocumentSync":{"change":2,"openClose":true,"save":true},"typeDefinitionProvider":true,"typeHierarchyProvider":true,"workspaceSymbolProvider":true},"offsetEncoding":"utf-32","serverInfo":{"name":"clangd","version":"clangd version 21.1.2 linux x86_64-unknown-linux-gnu"}}}
[jsonrpc] e[11:34:17.888] --> initialized {"jsonrpc":"2.0","method":"initialized","params":{}}
[jsonrpc] e[11:34:17.889] --> textDocument/didOpen {"jsonrpc":"2.0","method":"textDocument/didOpen","params":{"textDocument":{"uri":"file:///tmp/%E6%82%A8%E5%A5%BD/testtesttest.c","version":0,"languageId":"c","text":"int main(){\nwrong();\n}\n"}}}
[jsonrpc] e[11:34:17.890] --> workspace/didChangeConfiguration {"jsonrpc":"2.0","method":"workspace/didChangeConfiguration","params":{"settings":{}}}
[jsonrpc] e[11:34:17.951] --> textDocument/inlayHint[2] {"jsonrpc":"2.0","id":2,"method":"textDocument/inlayHint","params":{"textDocument":{"uri":"file:///tmp/%E6%82%A8%E5%A5%BD/testtesttest.c"},"range":{"start":{"line":0,"character":0},"end":{"line":3,"character":0}}}}
[stderr] I[11:34:17.885] --> reply:initialize(1) 23 ms
[stderr] I[11:34:17.889] <-- initialized
[stderr] I[11:34:17.889] <-- textDocument/didOpen
[stderr] I[11:34:17.890] <-- workspace/didChangeConfiguration
[stderr] I[11:34:17.890] Failed to find compilation database for /tmp/您好/testtesttest.c
[stderr] I[11:34:17.890] ASTWorker building file /tmp/您好/testtesttest.c version 0 with command clangd fallback
[stderr] [/tmp/您好]
[stderr] /nix/store/xrnlavkjfxarwxzqh7vk3yjbva16rpbc-clang-21.1.2/bin/clang -resource-dir=/nix/store/kl4w4f8bb77faahsdv40gjmfzg2d081d-clang-21.1.2-lib/lib/clang/21 -- "/tmp/\xE6\x82\xA8\xE5\xA5\xBD/testtesttest.c"
[stderr] I[11:34:17.914] Built preamble of size 244804 for file /tmp/您好/testtesttest.c version 0 in 0.01 seconds
[stderr] I[11:34:17.930] --> textDocument/publishDiagnostics
[stderr] I[11:34:17.951] <-- textDocument/inlayHint(2)
[stderr] I[11:34:17.951] --> reply:textDocument/inlayHint(2) 0 ms
[jsonrpc] e[11:34:17.958] <-- textDocument/publishDiagnostics {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[{"code":"-Wimplicit-function-declaration","message":"Call to undeclared function 'wrong'; ISO C99 and later do not support implicit function declarations","range":{"end":{"character":5,"line":1},"start":{"character":0,"line":1}},"severity":1,"source":"clang"}],"uri":"file:///tmp/%E6%82%A8%E5%A5%BD/testtesttest.c","version":0}}
[jsonrpc] e[11:34:17.959] <-- textDocument/inlayHint[2] {"id":2,"jsonrpc":"2.0","result":[]}
[jsonrpc] e[11:34:18.383] --> textDocument/codeAction[3] {"jsonrpc":"2.0","id":3,"method":"textDocument/codeAction","params":{"textDocument":{"uri":"file:///tmp/%E6%82%A8%E5%A5%BD/testtesttest.c"},"range":{"start":{"line":3,"character":0},"end":{"line":3,"character":0}},"context":{"diagnostics":[],"triggerKind":2}}}
[jsonrpc] e[11:34:18.383] --> textDocument/documentHighlight[4] {"jsonrpc":"2.0","id":4,"method":"textDocument/documentHighlight","params":{"textDocument":{"uri":"file:///tmp/%E6%82%A8%E5%A5%BD/testtesttest.c"},"position":{"line":3,"character":0}}}
[jsonrpc] e[11:34:18.383] --> textDocument/hover[5] {"jsonrpc":"2.0","id":5,"method":"textDocument/hover","params":{"textDocument":{"uri":"file:///tmp/%E6%82%A8%E5%A5%BD/testtesttest.c"},"position":{"line":3,"character":0}}}
[jsonrpc] e[11:34:18.384] --> textDocument/signatureHelp[6] {"jsonrpc":"2.0","id":6,"method":"textDocument/signatureHelp","params":{"textDocument":{"uri":"file:///tmp/%E6%82%A8%E5%A5%BD/testtesttest.c"},"position":{"line":3,"character":0}}}
[stderr] I[11:34:18.383] <-- textDocument/codeAction(3)
[stderr] I[11:34:18.383] <-- textDocument/documentHighlight(4)
[stderr] I[11:34:18.383] <-- textDocument/hover(5)
[stderr] I[11:34:18.384] <-- textDocument/signatureHelp(6)
[stderr] I[11:34:18.384] --> reply:textDocument/codeAction(3) 0 ms
[stderr] I[11:34:18.384] --> reply:textDocument/documentHighlight(4) 0 ms
[stderr] I[11:34:18.384] --> reply:textDocument/hover(5) 0 ms
[stderr] I[11:34:18.388] --> reply:textDocument/signatureHelp(6) 4 ms
[jsonrpc] e[11:34:18.398] <-- textDocument/codeAction[3] {"id":3,"jsonrpc":"2.0","result":[]}
[jsonrpc] e[11:34:18.398] <-- textDocument/documentHighlight[4] {"id":4,"jsonrpc":"2.0","result":[]}
[jsonrpc] e[11:34:18.398] <-- textDocument/hover[5] {"id":5,"jsonrpc":"2.0","result":null}
[jsonrpc] e[11:34:18.398] <-- textDocument/signatureHelp[6] {"id":6,"jsonrpc":"2.0","result":{"activeParameter":0,"activeSignature":0,"signatures":[]}}
```
this suggests the langserver returned the uri encoded:
```
[jsonrpc] e[11:34:17.958] <-- textDocument/publishDiagnostics {"jsonrpc":"2.0","method":"textDocument/publishDiagnostics","params":{"diagnostics":[{"code":"-Wimplicit-function-declaration","message":"Call to undeclared function 'wrong'; ISO C99 and later do not support implicit function declarations","range":{"end":{"character":5,"line":1},"start":{"character":0,"line":1}},"severity":1,"source":"clang"}],"uri":"file:///tmp/%E6%82%A8%E5%A5%BD/testtesttest.c","version":0}}
```
this suggests eglot treats url by just `url-unhex-string` it:
https://github.com/joaotavora/eglot/blob/ad7e201bb6d892895b07048f809fe336f6935109/eglot.el#L1163
and then compare it with first value of `eglot--TextDocumentIdentifier-cache`
https://github.com/joaotavora/eglot/blob/ad7e201bb6d892895b07048f809fe336f6935109/eglot.el#L2676
it should not be equal:
```
"/tmp/\346\202\250\345\245\275/testtesttest.c" != "/tmp/您好/testtesttest.c"
```
This snippet should resolve that problem
```elisp
(defun myfix/eglot-uri-to-path (uri)
"Convert URI to file path, helped by `eglot-current-server'."
(when (keywordp uri) (setq uri (substring (symbol-name uri) 1)))
(let* ((server (eglot-current-server))
(remote-prefix (and server (eglot--trampish-p server)))
(url (url-generic-parse-url uri)))
;; Only parse file:// URIs, leave other URI untouched as
;; `file-name-handler-alist' should know how to handle them
;; (bug#58790).
(if (string= "file" (url-type url))
(let* ((retval (decode-coding-string (url-unhex-string (url-filename url)) 'utf-8))
;; Remove the leading "/" for local MS Windows-style paths.
(normalized (if (and (not remote-prefix)
(eq system-type 'windows-nt)
(cl-plusp (length retval)))
(w32-long-file-name (substring retval 1))
retval)))
(concat remote-prefix normalized))
uri)))
(advice-add 'eglot-uri-to-path :override #'myfix/eglot-uri-to-path)
```
However I'm not sure if it affects anything else.
In GNU Emacs 31.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version
3.24.51, cairo version 1.18.4)
Repository revision: 35652226f7cd7bcea722478eabdec4ccc73ce746
Repository branch: master
System Description: NixOS 25.11 (Xantusia)
Configured using:
'configure
--prefix=/nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0
--disable-build-details --with-modules --with-pgtk
--disable-gc-mark-trace --with-compress-install
--with-toolkit-scroll-bars --with-native-compilation
--without-imagemagick --with-mailutils --without-small-ja-dic
--with-tree-sitter --without-xinput2 --without-xwidgets --with-dbus
--with-selinux --with-mps=yes'
Configured features:
CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG
LIBSELINUX LIBSYSTEMD LIBXML2 MODULES MPS NATIVE_COMP NOTIFY INOTIFY
PDUMPER PGTK PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF
TOOLKIT_SCROLL_BARS TREE_SITTER WEBP XIM GTK3 ZLIB
Important settings:
value of $EMACSLOADPATH: /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp:
value of $EMACSNATIVELOADPATH: /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/native-lisp:
value of $LANG: zh_CN.UTF-8
value of $XMODIFIERS: @im=fcitx
locale-coding-system: utf-8-unix
Major mode: C/*l
Minor modes in effect:
eglot-inlay-hints-mode: t
eglot--managed-mode: t
flymake-mode: t
tooltip-mode: t
global-eldoc-mode: t
eldoc-mode: t
show-paren-mode: t
electric-indent-mode: t
mouse-wheel-mode: t
tool-bar-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
minibuffer-nonselected-mode: t
minibuffer-regexp-mode: t
line-number-mode: t
indent-tabs-mode: t
transient-mark-mode: t
auto-composition-mode: t
auto-encryption-mode: t
auto-compression-mode: t
abbrev-mode: t
Load-path shadows:
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/eat-0.9.4/eat hides /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/eat-0.9.4/term/eat
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/which-key-20240620.2145/which-key hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/which-key
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/transient-20251120.1950/transient hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/transient
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox-texinfo hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-texinfo
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox-publish hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-publish
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox-org hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-org
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox-odt hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-odt
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox-md hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-md
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox-man hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-man
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox-latex hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-latex
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox-koma-letter hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-koma-letter
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox-icalendar hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-icalendar
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox-html hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-html
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox-beamer hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-beamer
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ox-ascii hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-ascii
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-timer hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-timer
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-tempo hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-tempo
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-table hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-table
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-src hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-src
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-refile hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-refile
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-protocol hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-protocol
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-plot hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-plot
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-persist hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-persist
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-pcomplete hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-pcomplete
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-num hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-num
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-mouse hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-mouse
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-mobile hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-mobile
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-macs hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-macs
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-macro hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-macro
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-loaddefs hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-loaddefs
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-list hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-list
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-lint hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-lint
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-keys hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-keys
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-inlinetask hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-inlinetask
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-indent hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-indent
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-id hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-id
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-habit hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-habit
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-goto hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-goto
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-footnote hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-footnote
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-fold hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-fold
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-fold-core hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-fold-core
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-feed hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-feed
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-faces hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-faces
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-entities hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-entities
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-element hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-element
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-element-ast hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-element-ast
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-duration hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-duration
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-datetree hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-datetree
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-cycle hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-cycle
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-ctags hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-ctags
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-crypt hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-crypt
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-compat hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-compat
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-colview hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-colview
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-clock hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-clock
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-capture hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-capture
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-attach hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-attach
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-attach-git hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-attach-git
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-archive hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-archive
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/org-agenda hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-agenda
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-w3m hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-w3m
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-rmail hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-rmail
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-mhe hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-mhe
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-man hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-man
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-irc hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-irc
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-info hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-info
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-gnus hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-gnus
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-eww hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-eww
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-eshell hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-eshell
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-doi hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-doi
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-docview hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-docview
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-bibtex hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-bibtex
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ol-bbdb hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-bbdb
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/oc hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/oc-natbib hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-natbib
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/oc-csl hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-csl
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/oc-bibtex hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-bibtex
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/oc-biblatex hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-biblatex
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/oc-basic hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-basic
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-tangle hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-tangle
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-table hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-table
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-sqlite hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sqlite
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-sql hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sql
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-shell hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-shell
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-sed hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sed
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-screen hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-screen
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-scheme hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-scheme
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-sass hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sass
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-ruby hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ruby
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-ref hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ref
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-python hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-python
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-processing hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-processing
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-plantuml hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-plantuml
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-perl hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-perl
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-org hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-org
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-octave hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-octave
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-ocaml hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ocaml
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-maxima hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-maxima
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-matlab hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-matlab
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-makefile hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-makefile
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-lua hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-lua
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-lob hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-lob
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-lisp hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-lisp
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-lilypond hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-lilypond
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-latex hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-latex
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-julia hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-julia
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-js hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-js
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-java hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-java
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-haskell hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-haskell
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-groovy hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-groovy
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-gnuplot hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-gnuplot
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-fortran hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-fortran
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-forth hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-forth
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-exp hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-exp
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-eval hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-eval
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-eshell hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-eshell
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-emacs-lisp hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-emacs-lisp
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-dot hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-dot
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-ditaa hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ditaa
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-css hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-css
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-core hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-core
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-comint hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-comint
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-clojure hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-clojure
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-calc hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-calc
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-awk hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-awk
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-R hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-R
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.7.32/ob-C hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-C
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/seq-2.24/seq hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs-lisp/seq
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/nadvice-0.4/nadvice hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs-lisp/nadvice
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/let-alist-1.0.6/let-alist hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs-lisp/let-alist
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/compat-30.1.0.1/compat hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs-lisp/compat
Features:
(shadow sort mail-extr emacsbug lisp-mnt message mailcap yank-media puny
dired dired-loaddefs rfc822 mml mml-sec epa derived epg rfc6068
epg-config gnus-util mm-decode mm-bodies mm-encode mailabbrev gmm-utils
mailheader sendmail mail-parse rfc2231 rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils shortdoc dabbrev cl-print help-fns
radix-tree cl-extra eglot tree-widget wid-edit external-completion
jsonrpc xref flymake thingatpt project seq-25 diff diff-mode
track-changes easy-mmode ert pp ewoc debug backtrace help-mode find-func
filenotify warnings pcase url-util url-parse auth-source cl-seq eieio
eieio-core cl-macs icons password-cache json map byte-opt gv url-vars
imenu time-date compile text-property-search comint subr-x ansi-osc
ansi-color ring comp-run bytecomp byte-compile comp-common rx cc-mode
cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars
cc-defs cl-loaddefs cl-lib china-util rmc iso-transl tooltip cconv eldoc
paren electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode
mwheel term/pgtk-win pgtk-win term/common-win touch-screen pgtk-dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list replace
newcomment text-mode lisp-mode prog-mode register page tab-bar menu-bar
rfn-eshadow isearch easymenu timer select scroll-bar mouse jit-lock
font-lock syntax font-core term/tty-colors frame minibuffer nadvice seq
simple cl-generic indonesian philippine cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms
cp51932 hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese composite emoji-zwj charscript charprop case-table
epa-hook jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button
loaddefs theme-loaddefs faces cus-face macroexp files window
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget keymap hashtable-print-readable backquote threads dbusbind
inotify dynamic-setting system-font-setting font-render-setting cairo
gtk pgtk multi-tty move-toolbar make-network-process tty-child-frames
native-compile mps emacs)
Memory information:
((conses 24 0 0) (symbols 56 0 0) (strings 40 0 0) (string-bytes 1 0)
(vectors 24 0) (vector-slots 8 0 0) (floats 24 0 0)
(intervals 64 0 0) (buffers 1072 0))
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.