Re: Everybuddy Digest, Vol 10, Issue 2

Julia <[email protected]> Tue, 09 Mar 2004 22:22:53 -0800
Newsgroups gmane.network.everybuddy.user
Message-ID <[email protected]>
I unsubscribed from this list weeks ago and yet I am still recieving 
mailings. Remove me from this list.

At 12:00 PM 3/8/2004 -0400, you wrote:
>Send Everybuddy mailing list submissions to
>         [email protected]
>
>To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.spine.cx/listinfo/everybuddy
>or, via email, send a message with subject or body 'help' to
>         [email protected]
>
>You can reach the person managing the list at
>         [email protected]
>
>When replying, please edit your Subject line so it is more specific
>than "Re: Contents of Everybuddy digest..."
>
>
>Today's Topics:
>
>    1. Re: [Everybuddy-Dev] New Dialogs (Meredydd)
>    2. Re: Re: [Everybuddy-Dev] New Dialogs (Meredydd)
>
>
>----------------------------------------------------------------------
>
>Message: 1
>Date: Sun, 7 Mar 2004 19:59:53 +0000
>From: Meredydd <[email protected]>
>Subject: [Everybuddy] Re: [Everybuddy-Dev] New Dialogs
>To: [email protected]
>Cc: [email protected],      "A. Craig West"
>         <[email protected]>
>Message-ID: <[email protected]>
>Content-Type: text/plain;  charset="iso-8859-1"
>
>On Saturday 06 March 2004 00:07, A. Craig West wrote:
> > +static char * true_string = "1";
> > +static char * false_string = "0";
>Nitpick - this is unnecessary - you can just use string constants. The
>compiler optimises it for us.
>
>Yes, this is inconsistent with stuff like:
> >   char error_dialog[]="error_dialog";
> >   char list_dialog[]="list_dialog";
> >   char yesno_dialog[]="yesno_dialog";
> >   char text_dialog[]="text_dialog";
>That's just because, at the time of writing, I hadn't figured out that
>pointers to string constants didn't expire one line of code later :)
>
>Meredydd
>
>------------------------------
>
>Message: 2
>Date: Sun, 7 Mar 2004 20:05:22 +0000
>From: Meredydd <[email protected]>
>Subject: Re: [Everybuddy] Re: [Everybuddy-Dev] New Dialogs
>To: [email protected]
>Message-ID: <[email protected]>
>Content-Type: text/plain;  charset="iso-8859-1"
>
>Sorry about that. Mistakenly sent dev traffic to the user list. My bad.
>
>Meredydd
>
>On Sunday 07 March 2004 19:59, Meredydd wrote:
> > On Saturday 06 March 2004 00:07, A. Craig West wrote:
> > > +static char * true_string = "1";
> > > +static char * false_string = "0";
> >
> > Nitpick - this is unnecessary - you can just use string constants.
> > The compiler optimises it for us.
>
>------------------------------
>
>_______________________________________________
>Everybuddy mailing list
>[email protected]
>http://lists.spine.cx/listinfo/everybuddy
>
>
>End of Everybuddy Digest, Vol 10, Issue 2
>*****************************************