From 4efc6babb4fd2e0822028b8574b3b67ec33fe702 Mon Sep 17 00:00:00 2001
From: Tomi Ollila <tomi.ollila@iki.fi>
Date: Thu, 30 May 2013 22:28:25 +0300
Subject: [PATCH] fix trablshuuting

---
 remoteusage/aboriginal.mdwn | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/remoteusage/aboriginal.mdwn b/remoteusage/aboriginal.mdwn
index 70980d9..1649c8b 100644
--- a/remoteusage/aboriginal.mdwn
+++ b/remoteusage/aboriginal.mdwn
@@ -147,10 +147,8 @@ run
 from command line and observe output. If it looks as it should be next uncomment
 the line
 
-        #exec 2>>remote-errors; echo -- >&2; set -x # ... change (no stderr).
+	#BASH_XTRACEFD=6; exec 6>>remote-errors; echo -- >&6; set -x
 
-in `./remote-notmuch.sh` and attemt to use it from emacs again -- and then
+in `./remote-notmuch.sh` and attempt to use it from emacs again -- and then
 examine the contents of `remote-errors` in the working directory emacs was
-started. Emacs behaviour may alter slightly as all stderr goes to remote-errors
-now to take that into account when examining results (and if it fixes everything
-then start forwarding stderr to /dev/null...).
+started.
-- 
2.45.2