On 19 April 2011 19:32, Fernando C.V. <ferk...@gmail.com> wrote: > Hi, > > I've got what I think might be a better implementation of the > nextprevtag.c patch. > > It's just a simple bitwise left/right circular shift of the tagset, > avoiding the loop that the older patch used and with the additional > benefit of working also for switching tagset with multiple tags > selected. > > I did it before realizing there was already a "nextprevtag.c", and > although it's very simple, since it's a bit different in functionality > I thought that maybe it would be useful for someone else. > > -- > Fernando Carmona Varo
I wrote nextprevtag.c, it's always been a bit of a hack, I much prefer your idea, it makes a lot more sense. Thanks for sharing Rob.