]> git.notmuchmail.org Git - notmuch/commitdiff
emacs: Don't report CLI signals sent by Emacs as errors
authorAustin Clements <amdragon@MIT.EDU>
Sun, 9 Jun 2013 04:45:37 +0000 (00:45 -0400)
committerDavid Bremner <bremner@debian.org>
Wed, 12 Jun 2013 14:53:15 +0000 (23:53 +0900)
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).


No differences found