[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 tw

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 > > 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. _

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 > > 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 e

[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 part of emacs variabl

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

2013-11-23 Thread david
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 part of emacs variabl