Hi Guy, On Thu, May 08, 2014 at 06:37:21PM -0400, Guy Gold wrote: > > The usage of "-c ':r !cat /tmp/file'" does solve the issue of > editing two files, but, I cannot seem to get the send-hook correct, > and depending on how/where I place my quotes, I get different > errors. - > Which is troubling, because I do have other send-hooks defined > and working well.
In my experience, I found it is easier to escape nested quotes instead of mixing multiple types of quotes. Maybe you can replace the single quotes with escaped double quotes. You might also need to quote the whole "set editor=..." bit. Hope this helps, -- Suvayu Open source is the future. It sets us free.