Skip to content

Warn when extensions use unsupported UI methods#183

Merged
dnouri merged 1 commit intomasterfrom
fix/warn-unsupported-extension-ui
Apr 4, 2026
Merged

Warn when extensions use unsupported UI methods#183
dnouri merged 1 commit intomasterfrom
fix/warn-unsupported-extension-ui

Conversation

@dnouri
Copy link
Copy Markdown
Owner

@dnouri dnouri commented Apr 4, 2026

When an extension calls a UI method that Emacs doesn't handle yet
(setWidget, editor, setTitle, etc.), show a warning in the minibuffer
instead of silently dropping it. The user now sees, for example:

Pi: extension UI method `setWidget' not supported in Emacs

The cancelled response is still sent back so the extension does not
hang waiting for a reply.

Related: #176

When an extension calls a UI method that Emacs doesn't handle yet
(setWidget, editor, setTitle, etc.), show a warning in the minibuffer
instead of silently dropping it.  The user now sees, for example:

  Pi: extension UI method `setWidget' not supported in Emacs

The cancelled response is still sent back so the extension does not
hang waiting for a reply.

Related: #176
@dnouri dnouri merged commit 3b022b3 into master Apr 4, 2026
11 checks passed
@dnouri dnouri deleted the fix/warn-unsupported-extension-ui branch April 4, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant