[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RP] [PATCH] add gother command
From: |
Shawn |
Subject: |
Re: [RP] [PATCH] add gother command |
Date: |
Fri, 10 Oct 2008 14:29:18 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) |
Ali Gholami Rudi <address@hidden> writes:
Thanks! I've applied it to the repo and added documentation. I also
updated groups to display a + beside the last group. Also:
> +static void
> +assign_current_group (rp_group *g)
> +{
> + static int counter = 1;
> + rp_current_group = g;
> + if (g)
> + g->last_access = counter++;
> +}
I didn't like this name so I changed it to set_current_group_1, which
I dislike only slightly less :).
-Shawn
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [RP] [PATCH] add gother command,
Shawn <=