[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Bug Report (Feature request?) etags (GNU Emacs 21.1)
From: |
Richard Stallman |
Subject: |
Re: Bug Report (Feature request?) etags (GNU Emacs 21.1) |
Date: |
Sat, 23 Feb 2002 13:19:43 -0700 (MST) |
Not in the case to which the sentence above was alluding. There you
would have a line
FUNC f::x(a,b) { a /?/ b }
in the .ylag file, but a line
_YLfunc_x__f_(_YLp *a, _YLp *b)
The second is an internal artifact of compilation, not part of the
source code. Only the first is a real tag. So etags should record
only the first one.
- Re: Bug Report (Feature request?) etags (GNU Emacs 21.1), (continued)