Received: (at 79897) by debbugs.gnu.org; 20 Dec 2025 12:16:21 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Dec 20 07:16:20 2025
Received: from localhost ([127.0.0.1]:48229 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1vWvsa-0006OZ-86
for submit <at> debbugs.gnu.org; Sat, 20 Dec 2025 07:16:20 -0500
Received: from eggs.gnu.org ([2001:470:142:3::10]:43294)
by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1vWvsV-0006Mn-JW
for 79897 <at> debbugs.gnu.org; Sat, 20 Dec 2025 07:16:10 -0500
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 1vWvsO-0001Ym-70; Sat, 20 Dec 2025 07:16:01 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
s=fencepost-gnu-org; h=MIME-Version:References:Subject:In-Reply-To:To:From:
Date; bh=yt/u0Af3qPfjiYevSfuQ8I/BNK/RT9nXgQ8S7azyxBU=; b=GPxBNVHpIA/oabL7Xsaz
6PfHBBaHwau/tWCnprrN2xD1SFGcrq/DqFm7gYdD7J12gA+wmPyi7d7V1CGVKi6e2MIQ3CBJOZOWe
TWi8anEAUghFfObKDSH5QAYxC4lpyd4XgARGmU7/1xLqqr1JBIeIu3I7ZltsJzbAs6Fj1c239yUPo
3RwORW2VDhItC5ku4RlQpm9QaLmhYWDWe9UHsmdRLe73/O7JggCau3aLqY8TucaYWIpop/2CQKV3/
FP9YyXDZMKRLhLzJIOyJaL+peclTB/wMAajLlIQzKnMkgxu8bOm+4c6XpW+T8NLRn1w4SrSTOzhhC
Gy2CpHXT4wI+Qw==;
Date: Sat, 20 Dec 2025 14:15:56 +0200
Message-Id: <86pl89z6v7.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: joaotavora@HIDDEN
In-Reply-To: <86345nyjsu.fsf@HIDDEN> (message from Eli Zaretskii on Sat, 06
Dec 2025 12:41:05 +0200)
Subject: Re: bug#79897: 31.0.50; eglot-uri-to-path: UTF-8 path wrongly handled
References: <87ikexl8wj.fsf@HIDDEN>
<86345nyjsu.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 79897
Cc: i@HIDDEN, 79897 <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 (---)
Ping! Jo=C3=A3o, could you please chime in?
> Cc: 79897 <at> debbugs.gnu.org
> Date: Sat, 06 Dec 2025 12:41:05 +0200
> From: Eli Zaretskii <eliz@HIDDEN>
>=20
> Jo=C3=A3o, any comments or suggestions?
>=20
> > Cc: joaotavora@HIDDEN
> > Date: Wed, 26 Nov 2025 12:23:08 +0800
> > From: i--- via "Bug reports for GNU Emacs,
> > the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN>
> >=20
> >=20
> > 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 "=E6=82=A8=E5=A5=BD"
> > pushd "=E6=82=A8=E5=A5=BD"
> > 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/xrnlavkjf=
xarwxzqh7vk3yjbva16rpbc-clang-21.1.2/bin/clangd
> > [jsonrpc] e[11:34:17.848] --> initialize[1] {"jsonrpc":"2.0","id":1,"me=
thod":"initialize","params":{"processId":32486,"clientInfo":{"name":"Eglot"=
,"version":"1.19"},"rootPath":"/tmp/=E6=82=A8=E5=A5=BD/","rootUri":"file://=
/tmp/%E6%82%A8%E5%A5%BD","initializationOptions":{},"capabilities":{"worksp=
ace":{"applyEdit":true,"executeCommand":{"dynamicRegistration":false},"work=
spaceEdit":{"documentChanges":true},"didChangeWatchedFiles":{"dynamicRegist=
ration":true},"symbol":{"dynamicRegistration":false},"configuration":true,"=
workspaceFolders":true},"textDocument":{"synchronization":{"dynamicRegistra=
tion":false,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"compl=
etion":{"dynamicRegistration":false,"completionItem":{"snippetSupport":fals=
e,"deprecatedSupport":true,"resolveSupport":{"properties":["documentation",=
"details","additionalTextEdits"]},"tagSupport":{"valueSet":[1]},"insertRepl=
aceSupport":true},"contextSupport":true},"hover":{"dynamicRegistration":fal=
se,"contentFormat":["plaintext"]},"signatureHelp":{"dynamicRegistration":fa=
lse,"signatureInformation":{"parameterInformation":{"labelOffsetSupport":tr=
ue},"documentationFormat":["plaintext"],"activeParameterSupport":true}},"re=
ferences":{"dynamicRegistration":false},"definition":{"dynamicRegistration"=
:false,"linkSupport":true},"declaration":{"dynamicRegistration":false,"link=
Support":true},"implementation":{"dynamicRegistration":false,"linkSupport":=
true},"typeDefinition":{"dynamicRegistration":false,"linkSupport":true},"do=
cumentSymbol":{"dynamicRegistration":false,"hierarchicalDocumentSymbolSuppo=
rt":true,"symbolKind":{"valueSet":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,1=
7,18,19,20,21,22,23,24,25,26]}},"documentHighlight":{"dynamicRegistration":=
false},"codeAction":{"dynamicRegistration":false,"resolveSupport":{"propert=
ies":["edit","command"]},"dataSupport":true,"codeActionLiteralSupport":{"co=
deActionKind":{"valueSet":["quickfix","refactor","refactor.extract","refact=
or.inline","refactor.rewrite","source","source.organizeImports"]}},"isPrefe=
rredSupport":true},"formatting":{"dynamicRegistration":false},"rangeFormatt=
ing":{"dynamicRegistration":false},"rename":{"dynamicRegistration":false},"=
inlayHint":{"dynamicRegistration":false},"callHierarchy":{"dynamicRegistrat=
ion":false},"typeHierarchy":{"dynamicRegistration":false},"publishDiagnosti=
cs":{"relatedInformation":false,"versionSupport":true,"codeDescriptionSuppo=
rt":false,"tagSupport":{"valueSet":[1,2]}}},"window":{"showDocument":{"supp=
ort":true},"showMessage":{"messageActionItem":{"additionalPropertiesSupport=
":true}},"workDoneProgress":true},"general":{"positionEncodings":["utf-32",=
"utf-8","utf-16"]},"experimental":{}},"workspaceFolders":[{"uri":"file:///t=
mp/%E6%82%A8%E5%A5%BD","name":"/tmp/=E6=82=A8=E5=A5=BD/"}]}}
> > [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/=E6=82=A8=E5=A5=BD
> > [stderr] I[11:34:17.862] argv[0]: /nix/store/xrnlavkjfxarwxzqh7vk3yjbv=
a16rpbc-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","re=
sult":{"capabilities":{"astProvider":true,"callHierarchyProvider":true,"cla=
ngdInlayHintsProvider":true,"codeActionProvider":{"codeActionKinds":["quick=
fix","refactor","info"]},"compilationDatabase":{"automaticReload":true},"co=
mpletionProvider":{"resolveProvider":false,"triggerCharacters":[".","<",">"=
,":","\"","/","*"]},"declarationProvider":true,"definitionProvider":true,"d=
ocumentFormattingProvider":true,"documentHighlightProvider":true,"documentL=
inkProvider":{"resolveProvider":false},"documentOnTypeFormattingProvider":{=
"firstTriggerCharacter":"\n","moreTriggerCharacter":[]},"documentRangeForma=
ttingProvider":{"rangesSupport":true},"documentSymbolProvider":true,"execut=
eCommandProvider":{"commands":["clangd.applyFix","clangd.applyRename","clan=
gd.applyTweak"]},"foldingRangeProvider":true,"hoverProvider":true,"implemen=
tationProvider":true,"inactiveRegionsProvider":true,"inlayHintProvider":tru=
e,"memoryUsageProvider":true,"positionEncoding":"utf-32","referencesProvide=
r":true,"renameProvider":true,"selectionRangeProvider":true,"semanticTokens=
Provider":{"full":{"delta":true},"legend":{"tokenModifiers":["declaration",=
"definition","deprecated","deduced","readonly","static","abstract","virtual=
","dependentName","defaultLibrary","usedAsMutableReference","usedAsMutableP=
ointer","constructorOrDestructor","userDefined","functionScope","classScope=
","fileScope","globalScope"],"tokenTypes":["variable","variable","parameter=
","function","method","function","property","variable","class","interface",=
"enum","enumMember","type","type","unknown","namespace","typeParameter","co=
ncept","type","macro","modifier","operator","bracket","label","comment"]},"=
range":false},"signatureHelpProvider":{"triggerCharacters":["(",")","{","}"=
,"<",">",","]},"standardTypeHierarchyProvider":true,"textDocumentSync":{"ch=
ange":2,"openClose":true,"save":true},"typeDefinitionProvider":true,"typeHi=
erarchyProvider":true,"workspaceSymbolProvider":true},"offsetEncoding":"utf=
-32","serverInfo":{"name":"clangd","version":"clangd version 21.1.2 linux x=
86_64-unknown-linux-gnu"}}}
> > [jsonrpc] e[11:34:17.888] --> initialized {"jsonrpc":"2.0","method":"in=
itialized","params":{}}
> > [jsonrpc] e[11:34:17.889] --> textDocument/didOpen {"jsonrpc":"2.0","me=
thod":"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 {"jsonrp=
c":"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/=
=E6=82=A8=E5=A5=BD/testtesttest.c
> > [stderr] I[11:34:17.890] ASTWorker building file /tmp/=E6=82=A8=E5=A5=
=BD/testtesttest.c version 0 with command clangd fallback
> > [stderr] [/tmp/=E6=82=A8=E5=A5=BD]
> > [stderr] /nix/store/xrnlavkjfxarwxzqh7vk3yjbva16rpbc-clang-21.1.2/bin/=
clang -resource-dir=3D/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/=
=E6=82=A8=E5=A5=BD/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 fu=
nction 'wrong'; ISO C99 and later do not support implicit function declarat=
ions","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,"jsonrp=
c":"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] {"jsonr=
pc":"2.0","id":4,"method":"textDocument/documentHighlight","params":{"textD=
ocument":{"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","i=
d":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,"jsonr=
pc":"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,"js=
onrpc":"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 fu=
nction 'wrong'; ISO C99 and later do not support implicit function declarat=
ions","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/ad7e201bb6d892895b07048f809fe3=
36f6935109/eglot.el#L1163
> > and then compare it with first value of `eglot--TextDocumentIdentifier-=
cache`
> > https://github.com/joaotavora/eglot/blob/ad7e201bb6d892895b07048f809fe3=
36f6935109/eglot.el#L2676
> >=20
> > it should not be equal:
> > ```
> > "/tmp/\346\202\250\345\245\275/testtesttest.c" !=3D "/tmp/=E6=82=A8=E5=
=A5=BD/testtesttest.c"
> > ```
> >=20
> > 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=3D "file" (url-type url))
> > (let* ((retval (decode-coding-string (url-unhex-string (url-fil=
ename url)) 'utf-8))
> > ;; Remove the leading "/" for local MS Windows-style pat=
hs.
> > (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.
> >=20
> >=20
> > 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)
> >=20
> > Configured using:
> > 'configure
> > --prefix=3D/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=3Dyes'
> >=20
> > 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
> >=20
> > Important settings:
> > value of $EMACSLOADPATH: /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-=
emacs-packages-deps/share/emacs/site-lisp:
> > value of $EMACSNATIVELOADPATH: /nix/store/c0zlaxm0h78zz10vwl17ggiajm5=
n4lr4-emacs-packages-deps/share/emacs/native-lisp:
> > value of $LANG: zh_CN.UTF-8
> > value of $XMODIFIERS: @im=3Dfcitx
> > locale-coding-system: utf-8-unix
> >=20
> > Major mode: C/*l
> >=20
> > 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
> >=20
> > Load-path shadows:
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/eat-0.9.4/eat hides /nix/store/c0zlaxm0h78zz10vwl17ggia=
jm5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/eat-0.9.4/term/eat
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/which-key-20240620.2145/which-key hides /nix/store/nqvj=
q7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/=
lisp/which-key
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/transient-20251120.1950/transient hides /nix/store/nqvj=
q7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/=
lisp/transient
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox-texinfo hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-=
texinfo
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox-publish hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-=
publish
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox-org hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-org
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox-odt hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-odt
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox-md hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-md
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox-man hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-man
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox-latex hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-la=
tex
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox-koma-letter hides /nix/store/nqvjq7mrk9fy=
pj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org=
/ox-koma-letter
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox-icalendar hides /nix/store/nqvjq7mrk9fypj=
0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/o=
x-icalendar
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox-html hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-html
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox-beamer hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-b=
eamer
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ox-ascii hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-as=
cii
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org hides /nix/store/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-timer hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
timer
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-tempo hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
tempo
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-table hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
table
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-src hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-src
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-refile hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org=
-refile
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-protocol hides /nix/store/nqvjq7mrk9fypj=
0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/o=
rg-protocol
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-plot hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-p=
lot
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-persist hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/or=
g-persist
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-pcomplete hides /nix/store/nqvjq7mrk9fyp=
j0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/=
org-pcomplete
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-num hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-num
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-mouse hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
mouse
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-mobile hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org=
-mobile
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-macs hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-m=
acs
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-macro hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
macro
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-loaddefs hides /nix/store/nqvjq7mrk9fypj=
0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/o=
rg-loaddefs
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-list hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-l=
ist
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-lint hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-l=
int
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-keys hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-k=
eys
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-inlinetask hides /nix/store/nqvjq7mrk9fy=
pj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org=
/org-inlinetask
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-indent hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org=
-indent
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-id hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-id
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-habit hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
habit
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-goto hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-g=
oto
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-footnote hides /nix/store/nqvjq7mrk9fypj=
0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/o=
rg-footnote
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-fold hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-f=
old
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-fold-core hides /nix/store/nqvjq7mrk9fyp=
j0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/=
org-fold-core
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-feed hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-f=
eed
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-faces hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
faces
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-entities hides /nix/store/nqvjq7mrk9fypj=
0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/o=
rg-entities
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-element hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/or=
g-element
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-element-ast hides /nix/store/nqvjq7mrk9f=
ypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/or=
g/org-element-ast
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-duration hides /nix/store/nqvjq7mrk9fypj=
0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/o=
rg-duration
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-datetree hides /nix/store/nqvjq7mrk9fypj=
0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/o=
rg-datetree
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-cycle hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
cycle
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-ctags hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
ctags
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-crypt hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
crypt
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-compat hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org=
-compat
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-colview hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/or=
g-colview
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-clock hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
clock
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-capture hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/or=
g-capture
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-attach hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org=
-attach
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-attach-git hides /nix/store/nqvjq7mrk9fy=
pj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org=
/org-attach-git
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-archive hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/or=
g-archive
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/org-agenda hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org=
-agenda
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-w3m hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-w3m
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-rmail hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-rm=
ail
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-mhe hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-mhe
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-man hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-man
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-irc hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-irc
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-info hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-info
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-gnus hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-gnus
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-eww hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-eww
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-eshell hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-e=
shell
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-doi hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-doi
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-docview hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-=
docview
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-bibtex hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-b=
ibtex
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ol-bbdb hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-bbdb
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/oc hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/oc-natbib hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-n=
atbib
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/oc-csl hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-csl
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/oc-bibtex hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-b=
ibtex
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/oc-biblatex hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc=
-biblatex
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/oc-basic hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-ba=
sic
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-tangle hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-t=
angle
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-table hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ta=
ble
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-sqlite hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-s=
qlite
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-sql hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sql
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-shell hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sh=
ell
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-sed hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sed
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-screen hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-s=
creen
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-scheme hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-s=
cheme
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-sass hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sass
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-ruby hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ruby
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-ref hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ref
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-python hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-p=
ython
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-processing hides /nix/store/nqvjq7mrk9fyp=
j0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/=
ob-processing
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-plantuml hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob=
-plantuml
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-perl hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-perl
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-org hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-org
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-octave hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-o=
ctave
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-ocaml hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-oc=
aml
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-maxima hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-m=
axima
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-matlab hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-m=
atlab
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-makefile hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob=
-makefile
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-lua hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-lua
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-lob hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-lob
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-lisp hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-lisp
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-lilypond hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob=
-lilypond
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-latex hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-la=
tex
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-julia hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ju=
lia
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-js hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-js
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-java hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-java
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-haskell hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-=
haskell
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-groovy hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-g=
roovy
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-gnuplot hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-=
gnuplot
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-fortran hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-=
fortran
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-forth hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-fo=
rth
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-exp hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-exp
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-eval hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-eval
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-eshell hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-e=
shell
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-emacs-lisp hides /nix/store/nqvjq7mrk9fyp=
j0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/=
ob-emacs-lisp
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-dot hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-dot
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-ditaa hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-di=
taa
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-css hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-css
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-core hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-core
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-comint hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-c=
omint
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-clojure hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-=
clojure
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-calc hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-calc
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-awk hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-awk
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-R hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-R
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/org-9.7.32/ob-C hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-C
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/seq-2.24/seq hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqg=
ajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs-lisp/seq
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/nadvice-0.4/nadvice hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs-lis=
p/nadvice
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/let-alist-1.0.6/let-alist hides /nix/store/nqvjq7mrk9fy=
pj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/ema=
cs-lisp/let-alist
> > /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/e=
macs/site-lisp/elpa/compat-30.1.0.1/compat hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs-=
lisp/compat
> >=20
> > 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)
> >=20
> > 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))
> >=20
> >=20
> >=20
> >=20
>=20
>=20
>=20
>=20
bug-gnu-emacs@HIDDEN:bug#79897; Package emacs.
Full text available.
Received: (at 79897) by debbugs.gnu.org; 6 Dec 2025 10:41:21 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Dec 06 05:41:21 2025
Received: from localhost ([127.0.0.1]:58182 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1vRpj5-0006pg-1M
for submit <at> debbugs.gnu.org; Sat, 06 Dec 2025 05:41:21 -0500
Received: from eggs.gnu.org ([2001:470:142:3::10]:54424)
by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.84_2) (envelope-from <eliz@HIDDEN>) id 1vRpj0-0006pL-TL
for 79897 <at> debbugs.gnu.org; Sat, 06 Dec 2025 05:41:17 -0500
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 1vRpiu-0004Lq-Gf; Sat, 06 Dec 2025 05:41:08 -0500
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org;
s=fencepost-gnu-org; h=MIME-Version:References:Subject:In-Reply-To:To:From:
Date; bh=gVsJpYMxMhPx3KD6L/p8Q9mk+VFVc0T8vfI4jpxEzao=; b=VcU+DrCU6DDVWGgT23kE
/JHeY8K+IScevrNaECrsgSjjGPhO67J+KXU0Jc9W/I7eAWc1tDVZ8ZXYPx7KNNwuAbv/jprUnIBfO
NQX1cCjvTWt3dyOWyC+uixTpq76xI4+BNNEIcaaR2pxErtfB34+rewaB4xnOs/nNy9u1ZheF8ym6C
CoPQbbdO67nJTSzbpy+SYO/i2+E+2A76Tky4kEOMJjYjh/B1MEm+pQ7En6nX+h7k0DyWo2R4F+fca
KDtXWs9tFj2qeniAfxb3xs2k25ldh8XN9wTElbXeiRNlPGVwbc8pysJe6QvPjsvo18ji4y0xmeNjK
TcNcf/CvmWZdYw==;
Date: Sat, 06 Dec 2025 12:41:05 +0200
Message-Id: <86345nyjsu.fsf@HIDDEN>
From: Eli Zaretskii <eliz@HIDDEN>
To: i@HIDDEN, =?iso-8859-1?Q?Jo=E3o_T=E1vora?= <joaotavora@HIDDEN>
In-Reply-To: <87ikexl8wj.fsf@HIDDEN>
(bug-gnu-emacs@HIDDEN)
Subject: Re: bug#79897: 31.0.50; eglot-uri-to-path: UTF-8 path wrongly handled
References: <87ikexl8wj.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
X-Spam-Score: -2.3 (--)
X-Debbugs-Envelope-To: 79897
Cc: 79897 <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 (---)
Jo=C3=A3o, any comments or suggestions?
> Cc: joaotavora@HIDDEN
> Date: Wed, 26 Nov 2025 12:23:08 +0800
> From: i--- via "Bug reports for GNU Emacs,
> the Swiss army knife of text editors" <bug-gnu-emacs@HIDDEN>
>=20
>=20
> MWE:
> assume you installed clangd (do not use ccls as it returns non encoded ur=
i, thus not representing the bug)
> ```bash
> pushd /tmp/
> mkdir -p "=E6=82=A8=E5=A5=BD"
> pushd "=E6=82=A8=E5=A5=BD"
> 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/xrnlavkjfxa=
rwxzqh7vk3yjbva16rpbc-clang-21.1.2/bin/clangd
> [jsonrpc] e[11:34:17.848] --> initialize[1] {"jsonrpc":"2.0","id":1,"meth=
od":"initialize","params":{"processId":32486,"clientInfo":{"name":"Eglot","=
version":"1.19"},"rootPath":"/tmp/=E6=82=A8=E5=A5=BD/","rootUri":"file:///t=
mp/%E6%82%A8%E5%A5%BD","initializationOptions":{},"capabilities":{"workspac=
e":{"applyEdit":true,"executeCommand":{"dynamicRegistration":false},"worksp=
aceEdit":{"documentChanges":true},"didChangeWatchedFiles":{"dynamicRegistra=
tion":true},"symbol":{"dynamicRegistration":false},"configuration":true,"wo=
rkspaceFolders":true},"textDocument":{"synchronization":{"dynamicRegistrati=
on":false,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"complet=
ion":{"dynamicRegistration":false,"completionItem":{"snippetSupport":false,=
"deprecatedSupport":true,"resolveSupport":{"properties":["documentation","d=
etails","additionalTextEdits"]},"tagSupport":{"valueSet":[1]},"insertReplac=
eSupport":true},"contextSupport":true},"hover":{"dynamicRegistration":false=
,"contentFormat":["plaintext"]},"signatureHelp":{"dynamicRegistration":fals=
e,"signatureInformation":{"parameterInformation":{"labelOffsetSupport":true=
},"documentationFormat":["plaintext"],"activeParameterSupport":true}},"refe=
rences":{"dynamicRegistration":false},"definition":{"dynamicRegistration":f=
alse,"linkSupport":true},"declaration":{"dynamicRegistration":false,"linkSu=
pport":true},"implementation":{"dynamicRegistration":false,"linkSupport":tr=
ue},"typeDefinition":{"dynamicRegistration":false,"linkSupport":true},"docu=
mentSymbol":{"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":fa=
lse},"codeAction":{"dynamicRegistration":false,"resolveSupport":{"propertie=
s":["edit","command"]},"dataSupport":true,"codeActionLiteralSupport":{"code=
ActionKind":{"valueSet":["quickfix","refactor","refactor.extract","refactor=
.inline","refactor.rewrite","source","source.organizeImports"]}},"isPreferr=
edSupport":true},"formatting":{"dynamicRegistration":false},"rangeFormattin=
g":{"dynamicRegistration":false},"rename":{"dynamicRegistration":false},"in=
layHint":{"dynamicRegistration":false},"callHierarchy":{"dynamicRegistratio=
n":false},"typeHierarchy":{"dynamicRegistration":false},"publishDiagnostics=
":{"relatedInformation":false,"versionSupport":true,"codeDescriptionSupport=
":false,"tagSupport":{"valueSet":[1,2]}}},"window":{"showDocument":{"suppor=
t":true},"showMessage":{"messageActionItem":{"additionalPropertiesSupport":=
true}},"workDoneProgress":true},"general":{"positionEncodings":["utf-32","u=
tf-8","utf-16"]},"experimental":{}},"workspaceFolders":[{"uri":"file:///tmp=
/%E6%82%A8%E5%A5%BD","name":"/tmp/=E6=82=A8=E5=A5=BD/"}]}}
> [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/=E6=82=A8=E5=A5=BD
> [stderr] I[11:34:17.862] argv[0]: /nix/store/xrnlavkjfxarwxzqh7vk3yjbva1=
6rpbc-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","resu=
lt":{"capabilities":{"astProvider":true,"callHierarchyProvider":true,"clang=
dInlayHintsProvider":true,"codeActionProvider":{"codeActionKinds":["quickfi=
x","refactor","info"]},"compilationDatabase":{"automaticReload":true},"comp=
letionProvider":{"resolveProvider":false,"triggerCharacters":[".","<",">","=
:","\"","/","*"]},"declarationProvider":true,"definitionProvider":true,"doc=
umentFormattingProvider":true,"documentHighlightProvider":true,"documentLin=
kProvider":{"resolveProvider":false},"documentOnTypeFormattingProvider":{"f=
irstTriggerCharacter":"\n","moreTriggerCharacter":[]},"documentRangeFormatt=
ingProvider":{"rangesSupport":true},"documentSymbolProvider":true,"executeC=
ommandProvider":{"commands":["clangd.applyFix","clangd.applyRename","clangd=
.applyTweak"]},"foldingRangeProvider":true,"hoverProvider":true,"implementa=
tionProvider":true,"inactiveRegionsProvider":true,"inlayHintProvider":true,=
"memoryUsageProvider":true,"positionEncoding":"utf-32","referencesProvider"=
:true,"renameProvider":true,"selectionRangeProvider":true,"semanticTokensPr=
ovider":{"full":{"delta":true},"legend":{"tokenModifiers":["declaration","d=
efinition","deprecated","deduced","readonly","static","abstract","virtual",=
"dependentName","defaultLibrary","usedAsMutableReference","usedAsMutablePoi=
nter","constructorOrDestructor","userDefined","functionScope","classScope",=
"fileScope","globalScope"],"tokenTypes":["variable","variable","parameter",=
"function","method","function","property","variable","class","interface","e=
num","enumMember","type","type","unknown","namespace","typeParameter","conc=
ept","type","macro","modifier","operator","bracket","label","comment"]},"ra=
nge":false},"signatureHelpProvider":{"triggerCharacters":["(",")","{","}","=
<",">",","]},"standardTypeHierarchyProvider":true,"textDocumentSync":{"chan=
ge":2,"openClose":true,"save":true},"typeDefinitionProvider":true,"typeHier=
archyProvider":true,"workspaceSymbolProvider":true},"offsetEncoding":"utf-3=
2","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":"init=
ialized","params":{}}
> [jsonrpc] e[11:34:17.889] --> textDocument/didOpen {"jsonrpc":"2.0","meth=
od":"textDocument/didOpen","params":{"textDocument":{"uri":"file:///tmp/%E6=
%82%A8%E5%A5%BD/testtesttest.c","version":0,"languageId":"c","text":"int ma=
in(){\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":"f=
ile:///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/=
=E6=82=A8=E5=A5=BD/testtesttest.c
> [stderr] I[11:34:17.890] ASTWorker building file /tmp/=E6=82=A8=E5=A5=BD=
/testtesttest.c version 0 with command clangd fallback
> [stderr] [/tmp/=E6=82=A8=E5=A5=BD]
> [stderr] /nix/store/xrnlavkjfxarwxzqh7vk3yjbva16rpbc-clang-21.1.2/bin/cl=
ang -resource-dir=3D/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/=E6=
=82=A8=E5=A5=BD/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 func=
tion 'wrong'; ISO C99 and later do not support implicit function declaratio=
ns","range":{"end":{"character":5,"line":1},"start":{"character":0,"line":1=
}},"severity":1,"source":"clang"}],"uri":"file:///tmp/%E6%82%A8%E5%A5%BD/te=
sttesttest.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":{"textDoc=
ument":{"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:///t=
mp/%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,"json=
rpc":"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 func=
tion 'wrong'; ISO C99 and later do not support implicit function declaratio=
ns","range":{"end":{"character":5,"line":1},"start":{"character":0,"line":1=
}},"severity":1,"source":"clang"}],"uri":"file:///tmp/%E6%82%A8%E5%A5%BD/te=
sttesttest.c","version":0}}
> ```
> this suggests eglot treats url by just `url-unhex-string` it:
> https://github.com/joaotavora/eglot/blob/ad7e201bb6d892895b07048f809fe336=
f6935109/eglot.el#L1163
> and then compare it with first value of `eglot--TextDocumentIdentifier-ca=
che`
> https://github.com/joaotavora/eglot/blob/ad7e201bb6d892895b07048f809fe336=
f6935109/eglot.el#L2676
>=20
> it should not be equal:
> ```
> "/tmp/\346\202\250\345\245\275/testtesttest.c" !=3D "/tmp/=E6=82=A8=E5=A5=
=BD/testtesttest.c"
> ```
>=20
> 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=3D "file" (url-type url))
> (let* ((retval (decode-coding-string (url-unhex-string (url-filen=
ame 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.
>=20
>=20
> 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)
>=20
> Configured using:
> 'configure
> --prefix=3D/nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20=
251125.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=3Dyes'
>=20
> 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
>=20
> Important settings:
> value of $EMACSLOADPATH: /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-em=
acs-packages-deps/share/emacs/site-lisp:
> value of $EMACSNATIVELOADPATH: /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4=
lr4-emacs-packages-deps/share/emacs/native-lisp:
> value of $LANG: zh_CN.UTF-8
> value of $XMODIFIERS: @im=3Dfcitx
> locale-coding-system: utf-8-unix
>=20
> Major mode: C/*l
>=20
> 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
>=20
> Load-path shadows:
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/eat-0.9.4/eat hides /nix/store/c0zlaxm0h78zz10vwl17ggiajm=
5n4lr4-emacs-packages-deps/share/emacs/site-lisp/elpa/eat-0.9.4/term/eat
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/which-key-20240620.2145/which-key hides /nix/store/nqvjq7=
mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/li=
sp/which-key
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/transient-20251120.1950/transient hides /nix/store/nqvjq7=
mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/li=
sp/transient
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqga=
jay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox-texinfo hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-te=
xinfo
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox-publish hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-pu=
blish
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox-org hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-org
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox-odt hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-odt
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox-md hides /nix/store/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-md
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox-man hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-man
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox-latex hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-latex
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox-koma-letter hides /nix/store/nqvjq7mrk9fypj=
0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/o=
x-koma-letter
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox-icalendar hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-=
icalendar
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox-html hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-html
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox-beamer hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-bea=
mer
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ox-ascii hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-ascii
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqg=
ajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-timer hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-ti=
mer
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-tempo hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-te=
mpo
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-table hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-ta=
ble
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-src hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-src
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-refile hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-r=
efile
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-protocol hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org=
-protocol
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-plot hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-plot
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-persist hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
persist
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-pcomplete hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/or=
g-pcomplete
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-num hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-num
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-mouse hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-mo=
use
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-mobile hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-m=
obile
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-macs hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-macs
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-macro hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-ma=
cro
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-loaddefs hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org=
-loaddefs
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-list hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-list
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-lint hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-lint
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-keys hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-keys
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-inlinetask hides /nix/store/nqvjq7mrk9fypj=
0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/o=
rg-inlinetask
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-indent hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-i=
ndent
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-id hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-id
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-habit hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-ha=
bit
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-goto hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-goto
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-footnote hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org=
-footnote
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-fold hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-fold
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-fold-core hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/or=
g-fold-core
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-feed hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-feed
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-faces hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-fa=
ces
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-entities hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org=
-entities
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-element hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
element
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-element-ast hides /nix/store/nqvjq7mrk9fyp=
j0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/=
org-element-ast
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-duration hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org=
-duration
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-datetree hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org=
-datetree
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-cycle hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-cy=
cle
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-ctags hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-ct=
ags
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-crypt hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-cr=
ypt
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-compat hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-c=
ompat
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-colview hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
colview
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-clock hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-cl=
ock
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-capture hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
capture
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-attach hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-a=
ttach
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-attach-git hides /nix/store/nqvjq7mrk9fypj=
0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/o=
rg-attach-git
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-archive hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-=
archive
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/org-agenda hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-a=
genda
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqga=
jay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-w3m hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-w3m
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-rmail hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-rmail
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-mhe hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-mhe
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-man hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-man
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-irc hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-irc
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-info hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-info
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-gnus hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-gnus
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-eww hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-eww
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-eshell hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-esh=
ell
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-doi hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-doi
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-docview hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-do=
cview
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-bibtex hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-bib=
tex
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ol-bbdb hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-bbdb
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/oc hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqga=
jay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/oc-natbib hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-nat=
bib
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/oc-csl hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-csl
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/oc-bibtex hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-bib=
tex
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/oc-biblatex hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-b=
iblatex
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/oc-basic hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-basic
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqga=
jay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-tangle hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-tan=
gle
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-table hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-table
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-sqlite hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sql=
ite
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-sql hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sql
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-shell hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-shell
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-sed hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sed
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-screen hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-scr=
een
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-scheme hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sch=
eme
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-sass hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-sass
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-ruby hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ruby
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-ref hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ref
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-python hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-pyt=
hon
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-processing hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob=
-processing
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-plantuml hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-p=
lantuml
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-perl hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-perl
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-org hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-org
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-octave hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-oct=
ave
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-ocaml hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ocaml
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-maxima hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-max=
ima
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-matlab hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-mat=
lab
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-makefile hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-m=
akefile
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-lua hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-lua
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-lob hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-lob
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-lisp hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-lisp
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-lilypond hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-l=
ilypond
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-latex hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-latex
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-julia hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-julia
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-js hides /nix/store/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-js
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-java hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-java
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-haskell hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ha=
skell
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-groovy hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-gro=
ovy
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-gnuplot hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-gn=
uplot
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-fortran hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-fo=
rtran
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-forth hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-forth
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-exp hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-exp
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-eval hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-eval
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-eshell hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-esh=
ell
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-emacs-lisp hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob=
-emacs-lisp
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-dot hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-dot
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-ditaa hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-ditaa
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-css hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-css
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-core hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-core
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-comint hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-com=
int
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-clojure hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-cl=
ojure
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-calc hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-calc
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-awk hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-awk
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-R hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-R
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/org-9.7.32/ob-C hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-C
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/seq-2.24/seq hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgaj=
ay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs-lisp/seq
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/nadvice-0.4/nadvice hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs-lisp/=
nadvice
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/let-alist-1.0.6/let-alist hides /nix/store/nqvjq7mrk9fypj=
0j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs=
-lisp/let-alist
> /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/ema=
cs/site-lisp/elpa/compat-30.1.0.1/compat hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs-li=
sp/compat
>=20
> 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)
>=20
> 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))
>=20
>=20
>=20
>=20
bug-gnu-emacs@HIDDEN:bug#79897; Package emacs.
Full text available.
Received: (at submit) by debbugs.gnu.org; 26 Nov 2025 05:23:57 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Wed Nov 26 00:23:57 2025
Received: from localhost ([127.0.0.1]:48483 helo=debbugs.gnu.org)
by debbugs.gnu.org with esmtp (Exim 4.84_2)
(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
id 1vO80J-0003cf-G4
for submit <at> debbugs.gnu.org; Wed, 26 Nov 2025 00:23:57 -0500
Received: from lists.gnu.org ([2001:470:142::17]:57532)
by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
(Exim 4.84_2) (envelope-from <i@HIDDEN>) id 1vO74C-00089x-E5
for submit <at> debbugs.gnu.org; Tue, 25 Nov 2025 23:23:47 -0500
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 <i@HIDDEN>) id 1vO73z-0004OO-SG
for bug-gnu-emacs@HIDDEN; Tue, 25 Nov 2025 23:23:32 -0500
Received: from mx1.neko.ist ([2a01:4f9:c010:c1e1::1])
by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128)
(Exim 4.90_1) (envelope-from <i@HIDDEN>) id 1vO73u-0005U4-V8
for bug-gnu-emacs@HIDDEN; Tue, 25 Nov 2025 23:23:31 -0500
DKIM-Signature: a=rsa-sha256; bh=pziWxK3wr1MAe0LzZoVEUQtRbtfqoS++9N9aLjJVXs4=;
c=relaxed/relaxed; d=sinofine.me;
h=Subject:Subject:Sender:To:To:Cc:From:From:Date:Date:MIME-Version:MIME-Version:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Reply-To:In-Reply-To:Message-Id:Message-Id:References:Autocrypt:Openpgp;
i=@sinofine.me; s=default; t=1764131002; v=1; x=1764563002;
b=QXxIzkcsw7j4HbMx+UXNTtrd2ONPmFGzFswQY2h5BZd7wWrC71qzRXzs6JeeLmRuGqgyqiGb
0B9P7cc1v6P/SUaxp5/4dWr9IQyENos13HW2NMwj6WBDwzzBBK8LNFrDuLZJ65bCaqERqXzQSmq
zbfJ2KS8xGJ6EiCzPd5YOMKhcUgLRTtm8krr48o+zi/556wLW2z8Sfr+57nyU0UTquuelEiAHrC
TtxLRiwdedEYeVOD6JzoMPMDlVze/gu8Ys/wfozuCfD9B2sa1ooynMehdhHCCv/x1Txk9+PZbL5
uNX4Zb4F6RmBaj0aTPl+ZgM6MRq/kY8jAMASNJfW38Zog==
Received: by mx1.neko.ist (envelope-sender <i@HIDDEN>) with ESMTPS id
f3efc868; Wed, 26 Nov 2025 04:23:22 +0000
From: i@HIDDEN
To: bug-gnu-emacs@HIDDEN
Subject: 31.0.50; eglot-uri-to-path: UTF-8 path wrongly handled
X-Debbugs-Cc: joaotavora@HIDDEN
Date: Wed, 26 Nov 2025 12:23:08 +0800
Message-ID: <87ikexl8wj.fsf@HIDDEN>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
Received-SPF: pass client-ip=2a01:4f9:c010:c1e1::1; envelope-from=i@HIDDEN;
helo=mx1.neko.ist
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001,
SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: 1.0 (+)
X-Debbugs-Envelope-To: submit
X-Mailman-Approved-At: Wed, 26 Nov 2025 00:23:46 -0500
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.0 (/)
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 "=E6=82=A8=E5=A5=BD"
pushd "=E6=82=A8=E5=A5=BD"
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/xrnlavkjfxarw=
xzqh7vk3yjbva16rpbc-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","ve=
rsion":"1.19"},"rootPath":"/tmp/=E6=82=A8=E5=A5=BD/","rootUri":"file:///tmp=
/%E6%82%A8%E5%A5%BD","initializationOptions":{},"capabilities":{"workspace"=
:{"applyEdit":true,"executeCommand":{"dynamicRegistration":false},"workspac=
eEdit":{"documentChanges":true},"didChangeWatchedFiles":{"dynamicRegistrati=
on":true},"symbol":{"dynamicRegistration":false},"configuration":true,"work=
spaceFolders":true},"textDocument":{"synchronization":{"dynamicRegistration=
":false,"willSave":true,"willSaveWaitUntil":true,"didSave":true},"completio=
n":{"dynamicRegistration":false,"completionItem":{"snippetSupport":false,"d=
eprecatedSupport":true,"resolveSupport":{"properties":["documentation","det=
ails","additionalTextEdits"]},"tagSupport":{"valueSet":[1]},"insertReplaceS=
upport":true},"contextSupport":true},"hover":{"dynamicRegistration":false,"=
contentFormat":["plaintext"]},"signatureHelp":{"dynamicRegistration":false,=
"signatureInformation":{"parameterInformation":{"labelOffsetSupport":true},=
"documentationFormat":["plaintext"],"activeParameterSupport":true}},"refere=
nces":{"dynamicRegistration":false},"definition":{"dynamicRegistration":fal=
se,"linkSupport":true},"declaration":{"dynamicRegistration":false,"linkSupp=
ort":true},"implementation":{"dynamicRegistration":false,"linkSupport":true=
},"typeDefinition":{"dynamicRegistration":false,"linkSupport":true},"docume=
ntSymbol":{"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":fals=
e},"codeAction":{"dynamicRegistration":false,"resolveSupport":{"properties"=
:["edit","command"]},"dataSupport":true,"codeActionLiteralSupport":{"codeAc=
tionKind":{"valueSet":["quickfix","refactor","refactor.extract","refactor.i=
nline","refactor.rewrite","source","source.organizeImports"]}},"isPreferred=
Support":true},"formatting":{"dynamicRegistration":false},"rangeFormatting"=
:{"dynamicRegistration":false},"rename":{"dynamicRegistration":false},"inla=
yHint":{"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":tr=
ue}},"workDoneProgress":true},"general":{"positionEncodings":["utf-32","utf=
-8","utf-16"]},"experimental":{}},"workspaceFolders":[{"uri":"file:///tmp/%=
E6%82%A8%E5%A5%BD","name":"/tmp/=E6=82=A8=E5=A5=BD/"}]}}
[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/=E6=82=A8=E5=A5=BD
[stderr] I[11:34:17.862] argv[0]: /nix/store/xrnlavkjfxarwxzqh7vk3yjbva16r=
pbc-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,"clangdI=
nlayHintsProvider":true,"codeActionProvider":{"codeActionKinds":["quickfix"=
,"refactor","info"]},"compilationDatabase":{"automaticReload":true},"comple=
tionProvider":{"resolveProvider":false,"triggerCharacters":[".","<",">",":"=
,"\"","/","*"]},"declarationProvider":true,"definitionProvider":true,"docum=
entFormattingProvider":true,"documentHighlightProvider":true,"documentLinkP=
rovider":{"resolveProvider":false},"documentOnTypeFormattingProvider":{"fir=
stTriggerCharacter":"\n","moreTriggerCharacter":[]},"documentRangeFormattin=
gProvider":{"rangesSupport":true},"documentSymbolProvider":true,"executeCom=
mandProvider":{"commands":["clangd.applyFix","clangd.applyRename","clangd.a=
pplyTweak"]},"foldingRangeProvider":true,"hoverProvider":true,"implementati=
onProvider":true,"inactiveRegionsProvider":true,"inlayHintProvider":true,"m=
emoryUsageProvider":true,"positionEncoding":"utf-32","referencesProvider":t=
rue,"renameProvider":true,"selectionRangeProvider":true,"semanticTokensProv=
ider":{"full":{"delta":true},"legend":{"tokenModifiers":["declaration","def=
inition","deprecated","deduced","readonly","static","abstract","virtual","d=
ependentName","defaultLibrary","usedAsMutableReference","usedAsMutablePoint=
er","constructorOrDestructor","userDefined","functionScope","classScope","f=
ileScope","globalScope"],"tokenTypes":["variable","variable","parameter","f=
unction","method","function","property","variable","class","interface","enu=
m","enumMember","type","type","unknown","namespace","typeParameter","concep=
t","type","macro","modifier","operator","bracket","label","comment"]},"rang=
e":false},"signatureHelpProvider":{"triggerCharacters":["(",")","{","}","<"=
,">",","]},"standardTypeHierarchyProvider":true,"textDocumentSync":{"change=
":2,"openClose":true,"save":true},"typeDefinitionProvider":true,"typeHierar=
chyProvider":true,"workspaceSymbolProvider":true},"offsetEncoding":"utf-32"=
,"serverInfo":{"name":"clangd","version":"clangd version 21.1.2 linux x86_6=
4-unknown-linux-gnu"}}}
[jsonrpc] e[11:34:17.888] --> initialized {"jsonrpc":"2.0","method":"initia=
lized","params":{}}
[jsonrpc] e[11:34:17.889] --> textDocument/didOpen {"jsonrpc":"2.0","method=
":"textDocument/didOpen","params":{"textDocument":{"uri":"file:///tmp/%E6%8=
2%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","i=
d":2,"method":"textDocument/inlayHint","params":{"textDocument":{"uri":"fil=
e:///tmp/%E6%82%A8%E5%A5%BD/testtesttest.c"},"range":{"start":{"line":0,"ch=
aracter":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/=E6=
=82=A8=E5=A5=BD/testtesttest.c
[stderr] I[11:34:17.890] ASTWorker building file /tmp/=E6=82=A8=E5=A5=BD/t=
esttesttest.c version 0 with command clangd fallback
[stderr] [/tmp/=E6=82=A8=E5=A5=BD]
[stderr] /nix/store/xrnlavkjfxarwxzqh7vk3yjbva16rpbc-clang-21.1.2/bin/clan=
g -resource-dir=3D/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/=E6=
=82=A8=E5=A5=BD/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":[{"c=
ode":"-Wimplicit-function-declaration","message":"Call to undeclared functi=
on '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/test=
testtest.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":"f=
ile:///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":{"textDocum=
ent":{"uri":"file:///tmp/%E6%82%A8%E5%A5%BD/testtesttest.c"},"position":{"l=
ine":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":{"u=
ri":"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,"js=
onrpc":"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,"jsonrp=
c":"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":[{"c=
ode":"-Wimplicit-function-declaration","message":"Call to undeclared functi=
on '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/test=
testtest.c","version":0}}
```
this suggests eglot treats url by just `url-unhex-string` it:
https://github.com/joaotavora/eglot/blob/ad7e201bb6d892895b07048f809fe336f6=
935109/eglot.el#L1163
and then compare it with first value of `eglot--TextDocumentIdentifier-cach=
e`
https://github.com/joaotavora/eglot/blob/ad7e201bb6d892895b07048f809fe336f6=
935109/eglot.el#L2676
it should not be equal:
```
"/tmp/\346\202\250\345\245\275/testtesttest.c" !=3D "/tmp/=E6=82=A8=E5=A5=
=BD/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=3D "file" (url-type url))
(let* ((retval (decode-coding-string (url-unhex-string (url-filenam=
e 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=3D/nix/store/nqvjq7mrk9fypj0j2fxyg0xqgajay92z-emacs-igc-pgtk-2025=
1125.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=3Dyes'
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-emac=
s-packages-deps/share/emacs/site-lisp:
value of $EMACSNATIVELOADPATH: /nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr=
4-emacs-packages-deps/share/emacs/native-lisp:
value of $LANG: zh_CN.UTF-8
value of $XMODIFIERS: @im=3Dfcitx
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/c0zlaxm0h78zz10vwl17ggiajm5n=
4lr4-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/nqvjq7mr=
k9fypj0j2fxyg0xqgajay92z-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/nqvjq7mr=
k9fypj0j2fxyg0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xqgaja=
y92z-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/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-texi=
nfo
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ox-publish hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-publ=
ish
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ox-org hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0xqg=
ajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-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/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ox-ic=
alendar
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ox-html hides /nix/store/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xqgaj=
ay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-ref=
ile
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-protocol hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-p=
rotocol
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-plot hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-pe=
rsist
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-pcomplete hides /nix/store/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-mob=
ile
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-macs hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-l=
oaddefs
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-list hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-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/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-ind=
ent
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-id hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-f=
ootnote
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-fold hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-e=
ntities
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-element hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-el=
ement
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-element-ast hides /nix/store/nqvjq7mrk9fypj0=
j2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/or=
g-element-ast
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-duration hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-d=
uration
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-datetree hides /nix/store/nqvjq7mrk9fypj0j2f=
xyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-d=
atetree
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-cycle hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-com=
pat
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-colview hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-co=
lview
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-clock hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-ca=
pture
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-attach hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-att=
ach
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-attach-git hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-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/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-ar=
chive
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/org-agenda hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/org-age=
nda
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ol hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xqgaja=
y92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ol-docv=
iew
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ol-bibtex hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xqgaja=
y92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/oc-bib=
latex
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/oc-basic hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xqgaja=
y92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-p=
rocessing
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ob-plantuml hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-pla=
ntuml
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ob-perl hides /nix/store/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-mak=
efile
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ob-lua hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-lil=
ypond
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ob-latex hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xqg=
ajay92z-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/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-hask=
ell
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ob-groovy hides /nix/store/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-gnup=
lot
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ob-fortran hides /nix/store/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-fort=
ran
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ob-forth hides /nix/store/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2=
fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-e=
macs-lisp
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ob-dot hides /nix/store/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxyg=
0xqgajay92z-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/nqvjq7mrk9fypj0j2fxy=
g0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/org/ob-cloj=
ure
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/org-9.7.32/ob-calc hides /nix/store/nqvjq7mrk9fypj0j2fxyg0x=
qgajay92z-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/nqvjq7mrk9fypj0j2fxyg0xq=
gajay92z-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/nqvjq7mrk9fypj0j2fxyg0xqga=
jay92z-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/nqvjq7mrk9fypj0j2fxyg0xqga=
jay92z-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/nqvjq7mrk9fypj0j2fxyg0xqgajay=
92z-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/nqvjq7mrk9fypj0j2fxyg0=
xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs-lisp/na=
dvice
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/let-alist-1.0.6/let-alist hides /nix/store/nqvjq7mrk9fypj0j=
2fxyg0xqgajay92z-emacs-igc-pgtk-20251125.0/share/emacs/31.0.50/lisp/emacs-l=
isp/let-alist
/nix/store/c0zlaxm0h78zz10vwl17ggiajm5n4lr4-emacs-packages-deps/share/emacs=
/site-lisp/elpa/compat-30.1.0.1/compat hides /nix/store/nqvjq7mrk9fypj0j2fx=
yg0xqgajay92z-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))
i@HIDDEN:joaotavora@HIDDEN, bug-gnu-emacs@HIDDEN.
Full text available.joaotavora@HIDDEN, bug-gnu-emacs@HIDDEN:bug#79897; Package emacs.
Full text available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.