bug-global
[Top][All Lists]
Advanced

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

symlinked directory in project


From: Leo Liu
Subject: symlinked directory in project
Date: Sun, 17 Nov 2013 19:09:43 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.9)

1. cd /tmp

2. create A/a.c with contents

void aa() {
    bb();
}

3. create B/b.c with contents:

void bb() {
    aa();
}

4. cd A 

5. ln -s /tmp/B .

6. gtags

7. global -v --result=grep --path-style=shorter --from-here=2:B/b.c aa

global: '/private/tmp/B/b.c' is out of the source project.

can this be made to work since symlinking other projects are common?
Thanks.

Leo




reply via email to

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