<<< Date Index >>>     <<< Thread Index >>>

Re: Patch for "tag-prefix and macros" bug



in message <20040203002605.GA77643@xxxxxxxxxxxx>,
wrote Nicolas Rachinsky thusly...
>
> * parv <parv@xxxxxxxx> [2004-02-02 19:18 -0500]:
> > in message <20040202080337.GA94274@xxxxxxxxxxxx>,
> > wrote Nicolas Rachinsky thusly...
> > I use do use 'end_cond'.  If there would be some other similar
> > facility, i would be happy w/ that too/instead.
> 
> How do you use it? 

Belos is wrapped solely for email...

  macro index     <Esc>Y \
    '<tag-pattern>~h \
    "^\\X-FreeBSD-CVS-Branch:.*RELENG_4_[8-9]+" \
    !~F<enter><tag-prefix-cond><flag-message>\
    <end_cond><untag-pattern>~T<enter>\
    ' \
    "mark freebsd-4 related cvs messages"

  macro index  "\eZ" \
    '<tag-pattern>~P(~N|~O)<enter>\
    <tag-prefix-cond><clear-flag>N\
    <clear-flag>O<untag-pattern>~P<enter><end_cond>\
    ' \
    "mark messages read sent by me"


  folder-hook '.' "push '\eZ<end_cond><collapse-all>'"


Now that i have posted here, i see that i have <end_cond> one too many
times in above folder hook.  But then i did not get any error
messages either...


  - Parv

--