bug-global
[Top][All Lists]
Advanced

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

[feature request] Optimised path length


From: Leo Liu
Subject: [feature request] Optimised path length
Date: Sun, 03 Feb 2013 14:36:18 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.92 (OS X 10.8.2)

Per request from YAMAGUCHI-san
re-post http://article.gmane.org/gmane.comp.gnu.global.general/331

----------------

Hi there,

I have system libs/pkgs specified in GTAGSLIBPATH and often get
something like the following:

        
../../../../../../usr/local/java/1.6/classes/java/lang/Thread.java:132:class
Thread implements Runnable {

which is long and ugly.

So I have been wondering if there is a third option other than relative
or absolute that chooses whatever is shorter.

In the example the absolute path is the shorter of the two and under
this imaginary option the following should be displayed instead:

        /usr/local/unix/java/1.6/classes/java/lang/Thread.java:132:class
Thread implements Runnable {

And result from current project is still relative since it is shorter:

        org/mozilla/classfile/ClassFileWriter.java:4308:final class 
ClassFileField

What do you think?

Thanks,
Leo




reply via email to

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