Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 7C227429E25 for ; Sat, 12 Nov 2011 08:18:35 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id x-hqg4Zr2tOK for ; Sat, 12 Nov 2011 08:18:35 -0800 (PST) Received: from dmz-mailsec-scanner-5.mit.edu (DMZ-MAILSEC-SCANNER-5.MIT.EDU [18.7.68.34]) by olra.theworths.org (Postfix) with ESMTP id F1F7F431FB6 for ; Sat, 12 Nov 2011 08:18:34 -0800 (PST) X-AuditID: 12074422-b7ff56d00000092f-13-4ebe9c5836a4 Received: from mailhub-auth-2.mit.edu ( [18.7.62.36]) by dmz-mailsec-scanner-5.mit.edu (Symantec Messaging Gateway) with SMTP id E5.42.02351.85C9EBE4; Sat, 12 Nov 2011 11:18:32 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-2.mit.edu (8.13.8/8.9.2) with ESMTP id pACGIVWi016311; Sat, 12 Nov 2011 11:18:32 -0500 Received: from awakening.csail.mit.edu (awakening.csail.mit.edu [18.26.4.91]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id pACGIUQs005605 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Sat, 12 Nov 2011 11:18:31 -0500 (EST) Received: from amthrax by awakening.csail.mit.edu with local (Exim 4.77) (envelope-from ) id 1RPGK5-0006uX-QA; Sat, 12 Nov 2011 11:20:53 -0500 Date: Sat, 12 Nov 2011 11:20:53 -0500 From: Austin Clements To: Tomi Ollila Subject: Re: [PATCH] exec emacs at the end of run_emacs script Message-ID: <20111112162053.GD2658@mit.edu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFmpmleLIzCtJLcpLzFFi42IRYrdT0Y2Ys8/PoPWylsX1mzOZLd6snMfq wORx+OtCFo9nq24xBzBFcdmkpOZklqUW6dslcGUc2/WQueA1a8XvnddZGxivs3QxcnJICJhI rL57mh3CFpO4cG89WxcjF4eQwD5GiTX/nzCCJIQENjBKPJuqAZE4ySSx9FErVNUSRomfh96A VbEIqEp0L/oGZrMJaEhs278czBYRUJF40LaeFcRmFpCW+Pa7mQnEFhawk3h9YSXYGbwC2hJb T65igtimLfHnwydWiLigxMmZT1ggerUkbvx7CVTDATZn+T8OkDCngI7E0pMnmUFsUaBVU05u Y5vAKDQLSfcsJN2zELoXMDKvYpRNya3SzU3MzClOTdYtTk7My0st0jXVy80s0UtNKd3ECA5r F6UdjD8PKh1iFOBgVOLhXZy010+INbGsuDL3EKMkB5OSKG/BzH1+QnxJ+SmVGYnFGfFFpTmp xYcYJTiYlUR4V9sB5XhTEiurUovyYVLSHCxK4rxcOx38hATSE0tSs1NTC1KLYLIyHBxKErwz ZwM1ChalpqdWpGXmlCCkmTg4QYbzAA0/CFLDW1yQmFucmQ6RP8WoKCXOOwMkIQCSyCjNg+uF pZ1XjOJArwjzHgap4gGmLLjuV0CDmYAGsyjsBRlckoiQkmpgTGa7NlU49u4RbbPgT5+CPvw0 jZ3jfdn62qLV2XKTN+tEumRFc64OSK7c9XdN7ZlzCzJVOfWecddv6UtzneL08Ea4HW/JzOer iqcUe7Xce9ybFi2TYbEzx1ElSeTmzOvX4ids3tF4tWjNguLeMLMPUp5bn4ZtafN597te8JLI rN/votYdPjbtuxJLcUaioRZzUXEiAJl5HvgWAwAA Cc: notmuch@notmuchmail.org X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Nov 2011 16:18:35 -0000 LGTM Quoth Tomi Ollila on Nov 11 at 1:43 am: > In the last line of run_emacs, exec the emacs process. > With one fork less the process list is (also) neater. > --- > test/test-lib.sh | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/test/test-lib.sh b/test/test-lib.sh > index 57cb088..3ad325a 100755 > --- a/test/test-lib.sh > +++ b/test/test-lib.sh > @@ -834,7 +834,7 @@ export NOTMUCH_CONFIG=$NOTMUCH_CONFIG > # > # --load Force loading of notmuch.el and test-lib.el > > -emacs --no-init-file --no-site-file \ > +exec emacs --no-init-file --no-site-file \ > --directory "$TEST_DIRECTORY/../emacs" --load notmuch.el \ > --directory "$TEST_DIRECTORY" --load test-lib.el \ > "\$@"