GNU bug report logs -
#14466
24.3.50; semantic-symref-find-tags-by-regexp + cscope is problematic
Previous Next
Reported by: Jambunathan K <kjambunathan <at> gmail.com>
Date: Sat, 25 May 2013 08:16:01 UTC
Severity: normal
Found in version 24.3.50
Done: Jambunathan K <kjambunathan <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Bug-1: Provide a key-binding for semantic-symref-find-tags-by-regexp
Bug-2: See below
1. emacs -Q
2. (semantic-mode 1)
3. Make sure that ~/src/emacs/trunk/src/ has cscope.out, so that
semantic-symref will be provided be cedet-cscope.el.
For setting up cscope see
http://lists.gnu.org/archive/html/bug-gnu-emacs/2013-05/msg00644.html
4. In the context of Emacs C files do,
M-x semantic-symref-find-tags-by-regexp RET
You will be presented with the following buffer
,---- "*Symbol Reference ADEBUG*"
| ] Name: "intervals_equal"
| ] Class: #'semantic-symref-result
| ] :created-by #<semantic-symref-tool-cscope semantic-symref-tool-cscope>
| ] :hit-files #unbound
| ] :hit-text #unbound
| ] :hit-lines #<list o' stuff: 10 entries>
| ] :hit-tags #unbound
`----
5. In the context of Emacs C files do,
M-: (cedet-cscope-search "intervals_equal" 'tagregexp 'line 'project)
C-x b *CEDET CScope*
You will see that there are some hits as below.
,----
| intervals.h <global> 230 extern bool intervals_equal (INTERVAL, INTERVAL);
| textprop.c <global> 956 while (next && intervals_equal (i, next)
| textprop.c <global> 1052 while (previous && intervals_equal (previous, i)
| intervals.c intervals_equal 184 intervals_equal (INTERVAL i0, INTERVAL i1)
| intervals.c adjust_intervals_for_insertion 989 if (! intervals_equal (i, &newi))
| intervals.c adjust_intervals_for_insertion 995 else if (! intervals_equal (prev, &newi))
| intervals.c adjust_intervals_for_insertion 999 if (i && intervals_equal (prev, i))
| intervals.c set_point_both 2053 && (! intervals_equal (from, to)
| intervals.c set_point_both 2054 || ! intervals_equal (fromprev, toprev)))
| intervals.c compare_string_intervals 2329 if (! intervals_equal (i1, i2))
`----
Expected behaviour: 4 should present me with a Symref buffer with
search results.
In GNU Emacs 24.3.50.3 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
of 2013-05-25 on debian-6.05
Bzr revision: 112729 monnier <at> iro.umontreal.ca-20130525030804-6onx9rhvib7pv3fc
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
Important settings:
value of $LANG: en_IN
locale-coding-system: iso-latin-1-unix
default enable-multibyte-characters: t
This bug report was last modified 11 years and 248 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.