From: Austin Clements Date: Sun, 9 Jun 2013 04:45:37 +0000 (-0400) Subject: emacs: Don't report CLI signals sent by Emacs as errors X-Git-Tag: 0.16_rc1~60 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=sidebyside;h=634914064bdfa4acb5b489dc03bd4ff5dcda3170;hp=634914064bdfa4acb5b489dc03bd4ff5dcda3170;p=notmuch emacs: Don't report CLI signals sent by Emacs as errors Previously, when the user killed the search buffer before the CLI search process had completed, we would report the signal sent by Emacs to kill the CLI to the user as an error. Fix this by only reporting error exits if the process buffer is still live. We still report stderr output regardless in case stderr output was relevant to why the user killed the search buffer (such as a wrapper script being stuck). ---