[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#2046: tags-query-replace
From: |
Glenn Morris |
Subject: |
bug#2046: tags-query-replace |
Date: |
Wed, 28 Jan 2009 18:12:57 -0500 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
> From: Peter Gacs <gacs@cs.bu.edu>
[...]
> concerns tags-search and tags-query-replace, when the document uses
> several files (a TAGS file was created by etags). In each file that
> is being edited, the search/replacement starts from the position of
> the cursor only, and misses the items before it.
This is somewhat vague.
I did:
emacs -Q
M-x tags-search file RET /path/to/TAGS-LISP
(where TAGS-LISP is as created in the Emacs src/ dir by one of the
build rules).
This first takes me to abbrev.el.
I press M-, a lot until I get to a new file, add-log.el.
I move point in abbrev.el and add-log.el to the end of the buffer.
I switch to scratch and do M-x tags-search again.
It starts finding results from the beginning of abbrev.el.
Thus, I don't see a problem (in either Emacs 22 or the CVS trunk).