Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: remove time argument to accept-process-output #78

Merged
merged 1 commit into from
Jun 23, 2024

Commits on Jun 22, 2024

  1. fix: remove time argument to accept-process-output

    Setting the time argument causes the command execution to fail for long command. This is the result of `tdoe`:
    
    ```elisp
    Debugger entered--Lisp error: (error "Selecting deleted buffer")
      comint-redirect-preoutput-filter("@\n")
      comint-redirect-filter(comint-output-filter #<process BQN> "@\n")
      apply(comint-redirect-filter comint-output-filter (#<process BQN> "@\n"))
      #f(advice comint-redirect-filter :around comint-output-filter)(#<process BQN> "@\n")
    ```
    
    By removing it, the error disappears.
    Panadestein authored Jun 22, 2024
    Configuration menu
    Copy the full SHA
    0ae2241 View commit details
    Browse the repository at this point in the history