bug-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: global feature request: allow blanks in filenames


From: Shigio Yamaguchi
Subject: Re: global feature request: allow blanks in filenames
Date: Mon, 15 Jan 2001 14:32:47 +0900

Hi,
> Some of the code I work on has many filenames with embedded
> blanks.  This can not be changed unfortunately.
> 
> It would be very nice if 'global' nicely handled blanks in
> filenames.

shigio > step1:  change gtags to ignore the path including blanks and display
shigio >         warning message if the -w option specified.
shigio > 
shigio >         It will be done on cvs version GLOBAL in a couple of days.
shigio > 

I have already implemented step1.

shigio > step2:  change tag format so that the path can include blanks.
shigio > 
shigio >         New format is like this:
shigio > 
shigio >         main    32             "./src/m in.c"   main(argc, argv)
shigio > 
shigio >         It will be done in the near future.

It was found that step2 is very hard to implement.
For example, GLOBAL use sort(1) command internally, but sort(1) cannot
treat above format correctly.
Of course, I can solve this problem by any other method but I want to
know whether or not step2 is important.

Why do you want to use blank character in path name?
Is it possible to change blank character to any other character, say '_',
in your file names?
If it is hard, why is it hard?
--
Shigio Yamaguchi - Tama Communications Corporation
Mail: address@hidden, (Spare mail: address@hidden)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]