Archive for September, 2008

County Park - Ann Arbor YMCA Birthday Bolt 5k

Sunday, September 21st, 2008

Today was the Ann Arbor YMCA Birthday Bolt 5K over at County Park.  This was my first 5k since May, and my first race since June.  I've been busy training for the Detroit Free Press Marathon which takes place October 19th so I have not been focused on short races. I ...

xemacs - how to use replace-regexp

Tuesday, September 9th, 2008

The documentation available is terse on how to use the replace-regexp function.  Lately I have needed to do a rather large number of complex replacement's across code.  Here are some things that I should definitely remember next time: M-x replace-regexp RET \(.*\)-safe RET \1 RET Parenthesis used for matching values for replace ...