diff options
| author | Tomi Ollila <tomi.ollila@iki.fi> | 2016-10-24 10:18:20 +0300 |
|---|---|---|
| committer | Tomi Ollila <tomi.ollila@iki.fi> | 2016-10-24 10:18:20 +0300 |
| commit | 55fc4c985c2709435c1cc43dd730e952fd30a99a (patch) | |
| tree | 5e9a59b408649f1ae1f0de814d3515b8dd101673 /remoteusage | |
| parent | dc6dadf0ad4e8c86b83d927c6154e62af5c780d5 (diff) | |
ditto (dc6dadf0ad4e8c86b83d927c6154e62af5c780d5)
Diffstat (limited to 'remoteusage')
| -rw-r--r-- | remoteusage/124.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoteusage/124.mdwn b/remoteusage/124.mdwn index d1149cc..969e7be 100644 --- a/remoteusage/124.mdwn +++ b/remoteusage/124.mdwn @@ -197,7 +197,7 @@ run from command line and observe output. If it looks as it should be next uncomment the line - #BASH_XTRACEFD=6; exec 6>>remote-errors; echo -- >&6; set -x + #exec 6>>remote-errors; BASH_XTRACEFD=6; echo -- >&6; set -x 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 |
