Step 143: index Emacs Elisp functions

This commit is contained in:
Bill
2026-02-09 18:02:57 -07:00
parent beaec58073
commit 568fa38f46
10 changed files with 301 additions and 19 deletions

View File

@@ -186,7 +186,7 @@ functionality through the Whetstone UI.
to the daemon. Status: loaded/available/not-installed.
*New:* `EmacsPackageBrowser` panel
- [ ] **Step 143: Elisp function discovery**
- [x] **Step 143: Elisp function discovery**
Query the running Emacs daemon for available functions from loaded packages.
Send `(apropos-internal "prefix")` → get function list.
Send `(describe-function 'name)` → get docstring and signature.