Description
Emacs extensions can communicate with Python processes through the EPC RPC stack. Developers use it for editor integrations that need asynchronous calls between Emacs Lisp and Python code. RPC endpoints should be limited to trusted local processes because calls can expose editor buffers or project data.