Skip to content

bqn-comint-buffer: Wait for prompt#86

Merged
AndersonTorres merged 2 commits into
museoa:trunkfrom
slotThe:wait
Feb 8, 2026
Merged

bqn-comint-buffer: Wait for prompt#86
AndersonTorres merged 2 commits into
museoa:trunkfrom
slotThe:wait

Conversation

@slotThe

@slotThe slotThe commented Feb 8, 2026

Copy link
Copy Markdown
Contributor

If we don't do this, comint tries to look for its prompt regexp too early (i.e., before BQN has returned anything), and fails with

comint-redirect-send-command-to-process: No prompt found or ‘comint-prompt-regexp’ not set properly

the first time when sending something to a new BQN process.

Lifted from @Panadestein's config (which is under GPLv3 as well)

Both of those macros are obsolete starting with Emacs 31.1.
If we don't do this, comint tries to look for its prompt regexp too
early (i.e., before BQN has returned anything), and fails with

    comint-redirect-send-command-to-process: No prompt found or
    ‘comint-prompt-regexp’ not set properly

the first time when sending something to a new BQN process.
@AndersonTorres AndersonTorres merged commit 7968023 into museoa:trunk Feb 8, 2026
1 check passed
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.

2 participants