From: Tomi Ollila Date: Thu, 30 May 2013 19:28:25 +0000 (+0300) Subject: fix trablshuuting X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=commitdiff_plain;h=4efc6babb4fd2e0822028b8574b3b67ec33fe702 fix trablshuuting --- 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.