Re: Macro problem: unset wait_key; !do_script; set wait_key

2008-02-28 Thread Ad. Teixera
On Thu, Feb 28, 2008 at 04:39:49PM -0600, Kyle Wheeler wrote: > While you're at it, you probably want to stop using keys and start > using function names directly. Like so: > > macro attach b "unset wait_key\ > cat >/tmp/tmp.html; \ > opera --remote 'openURL(/tmp/tmp.html,new-page)' &\ > set wait

Re: Macro problem: unset wait_key; !do_script; set wait_key

2008-02-28 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thursday, February 28 at 10:14 PM, quoth Ad. Teixera: >Hello, >This macro is working: >macro index f ":unset wait_key\n;!~/myScript\n;:set wait_key\n" \ > "menu for fetching mail" > >this one works also, but it is not setting the wait_key at the

Macro problem: unset wait_key; !do_script; set wait_key

2008-02-28 Thread Ad. Teixera
Hello, This macro is working: macro index f ":unset wait_key\n;!~/myScript\n;:set wait_key\n" \ "menu for fetching mail" this one works also, but it is not setting the wait_key at the end of the macro. macro attach b ":unset wait_key\n|cat >/tmp/tmp.html; \ opera --remote 'openURL(/tmp/tmp.