* [PATCH] exec emacs at the end of run_emacs script
@ 2011-11-10 23:43 Tomi Ollila
2011-11-12 16:20 ` Austin Clements
2011-11-13 12:17 ` David Bremner
0 siblings, 2 replies; 3+ messages in thread
From: Tomi Ollila @ 2011-11-10 23:43 UTC (permalink / raw)
To: notmuch
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 \
"\$@"
--
1.5.6.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] exec emacs at the end of run_emacs script
2011-11-10 23:43 [PATCH] exec emacs at the end of run_emacs script Tomi Ollila
@ 2011-11-12 16:20 ` Austin Clements
2011-11-13 12:17 ` David Bremner
1 sibling, 0 replies; 3+ messages in thread
From: Austin Clements @ 2011-11-12 16:20 UTC (permalink / raw)
To: Tomi Ollila; +Cc: notmuch
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 \
> "\$@"
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] exec emacs at the end of run_emacs script
2011-11-10 23:43 [PATCH] exec emacs at the end of run_emacs script Tomi Ollila
2011-11-12 16:20 ` Austin Clements
@ 2011-11-13 12:17 ` David Bremner
1 sibling, 0 replies; 3+ messages in thread
From: David Bremner @ 2011-11-13 12:17 UTC (permalink / raw)
To: Tomi Ollila, notmuch
On Fri, 11 Nov 2011 01:43:03 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:
> In the last line of run_emacs, exec the emacs process.
> With one fork less the process list is (also) neater.
pushed.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-11-13 12:17 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-10 23:43 [PATCH] exec emacs at the end of run_emacs script Tomi Ollila
2011-11-12 16:20 ` Austin Clements
2011-11-13 12:17 ` David Bremner
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).