from the quill of Chmouel Boudjnah <[EMAIL PROTECTED]> on scroll
<[EMAIL PROTECTED]>
> 
> no problem with me, what program is it ?

What program is what?  vim?  ctags?  The source I am trying to jump to
tags with?  5.6-1mdk, 3.2-4mdk, ISC dhcp 3.1.current-in-cvs respectively.

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.

b.


--
Brian J. Murrell                              InterLinx Support Services, Inc.
North Vancouver, B.C.                                             604 983 UNIX
        Platform and Brand Independent UNIX Support - R3.2 - R4 - BSD

Reply via email to