Skip to content

Waiting for process to die...done #8

@gekoke

Description

@gekoke

When sideline-mode is enabled in a buffer, the *Messages* buffer is flooded with these messages:

Waiting for process to die...done
Quit
Waiting for process to die...done
Quit
Waiting for process to die...done
Quit

This wouldn't really be an issue otherwise, but the calls to whatever function is producing these:

  • happen a lot
  • are blocking
  • seem to "eat" any inputs I send to Emacs while they are running

I presume this originates from the vc-msg package, though I haven't dug deeper.

I tried setting the only customizable variables that vc-msg exposes and seem to call Git operations - namely vc-msg-get-current-file-function and vc-msg-get-version-function - to wrapped functions with inhibit-message set to t, but to no avail.

Am I alone in experiencing this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions