Re: Chris G 2007-08-08 <[EMAIL PROTECTED]>
> Is there any actual difference between the 'push' and 'exec' commands?
push takes a key sequence, exec a single function. That is, the
following are the same:
exec foo
push
Christoph
--
[EMAIL PROTECTED] | http://www.df7cb.de/
signature.asc
Descri
=- Chris G wrote on Wed 8.Aug'07 at 22:35:02 +0100 -=
> macro index S ":push ^Mset
> mbox_type=maildir^M"
> macro index s ":push ^Mset mbox_type=mbox^M"
>
a) Don't put trailing spaces :)
b) Don't use ^M but
c) You don't need "push" for this, make it a simple macro.
> (OK,
On Thu, Aug 09, 2007 at 06:54:37PM +0200, Rado S wrote:
> =- Chris G wrote on Wed 8.Aug'07 at 22:35:02 +0100 -=
>
> > macro index S ":push ^Mset
> > mbox_type=maildir^M"
> > macro index s ":push ^Mset
> > mbox_type=mbox^M"
>
> a) Don't put trailing spaces :)
There aren't a
=- Chris G wrote on Thu 9.Aug'07 at 21:32:32 +0100 -=
> > > macro index s ":push ^Mset
> > > mbox_type=mbox^M"
> >
> > b) Don't use ^M but
>
> I did try but it didn't appear to work as I wanted, it
> might have been 'finger trouble' but I don't think so.
It might have something t
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday, August 9 at 09:32 PM, quoth Chris G:
>>> macro index S ":push ^Mset
>>> mbox_type=maildir^M"
>>> macro index s ":push ^Mset
>>> mbox_type=mbox^M"
>> c) You don't need "push" for this, make it a simple macro.
>>
> How would I