I cannot find where the magic happens that updates the active member count in 
members.txt. 

When moving from active to emeritus:
      index = text.index(/^\s\*\)\s/, text.index(/^Emeritus/))

When moving from emeritus to active:
      index = text.index(/^\s\*\)\s/, text.index(/^Active/))

When moving from active to deceased:
      index = text.index(/^\s\*\)\s/, text.index(/^Deceased/))

And then, adding the entry back:
    text.insert index, entry

Craig L Russell
c...@apache.org

Reply via email to