Re: [dwm] 4.7 is delayed

From: Anselm R. Garbe <arg_AT_suckless.org>
Date: Wed, 7 Nov 2007 09:55:12 +0100

On Mon, Nov 05, 2007 at 06:41:49PM +0100, Szabolcs Nagy wrote:
> On 11/5/07, Sander van Dijk <a.h.vandijk_AT_gmail.com> wrote:
> > On Nov 5, 2007 11:01 AM, Ritesh Kumar <ritesh_AT_cs.unc.edu> wrote:
> > > I have a few comments...
> > >
> > > Do you want to keep LENGTH(), seltags and prevtags in config.def.h? My
> > > configuration doesn't need them and I doubt if somebody else's will.
> >
> > I think prevtags doesn't belong in config.h at all, seltags is
> > arguably a nice thing to have though. I guess LENGTH() could be in
> > dwm.c as well, as long as it appears before the inclusion of config.h.
>
> fwiw, i don't use prevtags at all, but those who use viewprevtags() may use it.
>
> another config.h thing:
> can't we just define keys globally?
> the ugly KEYS macro would disappear, no need to end lines with '\' and
> it would be nicely colored in my editor :)
> (also it would be more consistent with rules and tags)

The KEYS macro is still used, because there are references to
tags-elements which can't be referenced in a static variable
definition of the same scope-level, at least not with my gcc.
I know that sucks, but I see no other possibility atm. Do you?

Regards,

-- 
 Anselm R. Garbe >< http://www.suckless.org/ >< GPG key: 0D73F361
Received on Wed Nov 07 2007 - 09:55:12 UTC

This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:05:27 UTC