[PATCH v2] test: replace $PWD with YYY in emacs & emacs-show tests

2013-11-23 Thread David Bremner
david at tethera.net writes: > From: David Bremner > > When executed command line is written to *Notmuch errors* buffer, > shell-quote-argument will backslash-escape any char that is not in > "POSIX filename characters" (i.e. matching "[^-0-9a-zA-Z_./\n]"). pushed.

[PATCH v2] test: replace $PWD with YYY in emacs & emacs-show tests

2013-11-23 Thread Tomi Ollila
On Sat, Nov 23 2013, david at tethera.net wrote: > From: David Bremner > > When executed command line is written to *Notmuch errors* buffer, > shell-quote-argument will backslash-escape any char that is not in > "POSIX filename characters" (i.e. matching "[^-0-9a-zA-Z_./\n]"). > > Currently in

[PATCH v2] test: replace $PWD with YYY in emacs & emacs-show tests

2013-11-23 Thread da...@tethera.net
From: David Bremner When executed command line is written to *Notmuch errors* buffer, shell-quote-argument will backslash-escape any char that is not in "POSIX filename characters" (i.e. matching "[^-0-9a-zA-Z_./\n]"). Currently in two emacs tests shell has expanded $PWD as

[PATCH v2] test: replace $PWD with YYY in emacs emacs-show tests

2013-11-23 Thread david
From: David Bremner da...@tethera.net When executed command line is written to *Notmuch errors* buffer, shell-quote-argument will backslash-escape any char that is not in POSIX filename characters (i.e. matching [^-0-9a-zA-Z_./\n]). Currently in two emacs tests shell has expanded $PWD as part of

Re: [PATCH v2] test: replace $PWD with YYY in emacs emacs-show tests

2013-11-23 Thread Tomi Ollila
On Sat, Nov 23 2013, da...@tethera.net wrote: From: David Bremner da...@tethera.net When executed command line is written to *Notmuch errors* buffer, shell-quote-argument will backslash-escape any char that is not in POSIX filename characters (i.e. matching [^-0-9a-zA-Z_./\n]). Currently

Re: [PATCH v2] test: replace $PWD with YYY in emacs emacs-show tests

2013-11-23 Thread David Bremner
da...@tethera.net writes: From: David Bremner da...@tethera.net When executed command line is written to *Notmuch errors* buffer, shell-quote-argument will backslash-escape any char that is not in POSIX filename characters (i.e. matching [^-0-9a-zA-Z_./\n]). pushed.