"Brian J. Murrell" <[EMAIL PROTECTED]>
writes:

> What program is what?  vim?  ctags?  The source I am trying to jump
> to tags with?

bingo

> 5.6-1mdk, 3.2-4mdk, ISC dhcp 3.1.current-in-cvs respectively.

ok.

> I am currently building my tags file manually from a tags file that
> doesn't work with vim.  I have not "broken" my manual tags file yet.
> Let me go test... Found the problem!
> 
> ctags produces the following in the tags file:
> 
> LINUX_SLASHPROC_DISCOVERY ./includes/cf/linux.h 106;" d listener
> ./includes/omapip/omapip_p.h /^ omapi_object_t *listener; \/*
> Listener that accepted this$/;" m struct:__omapi_connection_object
> LITTLE_ENDIAN ./includes/cf/sunos4.h 40;" d
> 
> Which is indeed not sorted properly.  Those three lines should be in
> this order:
> 
> LINUX_SLASHPROC_DISCOVERY ./includes/cf/linux.h 106;" d
> LITTLE_ENDIAN ./includes/cf/sunos4.h 40;" d listener
> ./includes/omapip/omapip_p.h /^ omapi_object_t *listener; \/*
> Listener that accepted this$/;" m struct:__omapi_connection_object
> Funny thing is that "sort" sorts in the same order as ctags.

sound like a ctags bugs, a new version is out :

ftp://sunsite.unc.edu/pub/Linux/devel/lang/c/ctags-3.3.1.tar.gz

could you tell me if this version, working for you.

                                  --Chmouel

Reply via email to