From: William J. C. <lil...@ce...> - 2003-03-24 20:07:35
|
> Full_Name: Jyri Palm > Lily_Core: 2.3 > client: unix > OS: Solaris > Submission from: (NULL) (24.161.43.60) > > > It would be nice to expand the /review capabilities. Sometimes someone will > comment on something from way back where the context would be helpful, and you > remember a keyword. The problem is that 500 lines may have passed. > > Thus: '/review discussion keyword foo' This is spelled /review discussion match foo where foo is a MOO regular expression. > There should be the option to see events with the keyword (let's say you are > just looking for 'http') or to start a review at the keyword (so you can follow > a particular discussion). since you mention http specifically... /review discussion url will grab anything that looks like a url and format it to make CNP easy. > Of course, being able to review at a specific start time would be helpful. But > more than that, if you could say '/review all 13:00' and it would pick up all > events from discussions you are currently a member of from the start time. > Among other things, this could be useful if your review buffer overflows. When > this happens the only recourse is to /review discussions individually, and yet > all the data still exists, just not your perception of it. You also miss the > discussion crossover moments. /review disc1,disc2,disc3,...,discN <options> now works for N<=20. (to support an arbitrary size, we'd need to completely redo the way review is stored.) > Alternately, of course, a scheme that mails your review buffer to you when it > reaches the limit would probably work better, or be easier to implement. This isn't done. If you reeeeally want this, please resubmit it as a separate bug. |