You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I tried to use xcscope to find definition or something, it prints multiple lines of
cscope: cannot find file path/to/file
and I notice that the path/to/file is symbolic link file, I know this issue was posted #8 and it is the issue of cscope itself, but could you please remove those lines from the cscope buffer, that would be better, since I use cscope command from terminal, there is no such "cannot find" line from the result of cscope.
The text was updated successfully, but these errors were encountered:
Hi, when I tried to use xcscope to find definition or something, it prints
multiple lines of
cscope: cannot find file path/to/file
and I notice that the path/to/file is symbolic link file, I know this issue was
posted #8, but I tried another tool https://github.com/rjarzmik/rscope, it
contains no such "cannot find" line in its cscope result buffer, so I believe
that these line can be dealt with by xcscope.
Hi. xcscope.el is an interface cscope; it does not actually DO anything.
So if cscope has a problem, it should be fixed there. Can you see how
rscope avoids these issues? Does it simply ignore such output? It would
be very helpful if you pinged the cscope bug so that they can hopefully
fix it there. Thanks.
Hi, when I tried to use xcscope to find definition or something, it prints multiple lines of
and I notice that the path/to/file is symbolic link file, I know this issue was posted #8 and it is the issue of cscope itself, but could you please remove those lines from the cscope buffer, that would be better, since I use cscope command from terminal, there is no such "cannot find" line from the result of cscope.
The text was updated successfully, but these errors were encountered: