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

Add variable to set process-query-on-exit-flag #189

Merged
merged 1 commit into from
Mar 23, 2024

Commits on Mar 23, 2024

  1. Add variable to set process-query-on-exit-flag

    This can't reliably be done by the caller of async-start, because
    make-process will create an extra process for the stderr buffer that
    cannot be easily found based on the returned process from async-start.
    
    The new variable, async-process-noquery-on-exit, can be let-bound to
    t around a call to async-start in order to cause the parent Emacs to
    silently kill the child Emacs if the user quits the parent.
    
    This can be useful for async processes run in timers for things like
    notifications, where the user doesn't really care if a running process
    actually finishes, since they're killing Emacs.
    bcc32 committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    937e262 View commit details
    Browse the repository at this point in the history