Hi
On Sun, Mar 04, 2012 at 10:29:02AM -0500, Ben Boeckel wrote:
> On Sun, Mar 04, 2012 at 07:34:33 +, Nicholas Marriott wrote:
> > I want to be reducing the use of status_replace so I don't want to add
> > it back to display-message.
> >
> > It is a good idea to use format_* inside status_rep
On Sun, Mar 04, 2012 at 07:34:33 +, Nicholas Marriott wrote:
> I want to be reducing the use of status_replace so I don't want to add
> it back to display-message.
>
> It is a good idea to use format_* inside status_replace, but first it
> needs to be changed to support the length modifiers. T
Hi
I want to be reducing the use of status_replace so I don't want to add
it back to display-message.
It is a good idea to use format_* inside status_replace, but first it
needs to be changed to support the length modifiers. Then it can replace
most of status_replace1. I haven't done this yet bec