* bug#21167: 24.5; tags-search should ignore buffer restriction
@ 2015-07-31 9:43 phs
2015-08-01 11:43 ` Dmitry Gutov
0 siblings, 1 reply; 2+ messages in thread
From: phs @ 2015-07-31 9:43 UTC (permalink / raw)
To: 21167
Description: tags-search when going through all files listed in the
current tags table, tags-search searches inside existing buffers for
files that are currently visited (this is where the latest version can
be found).
But when the visiting buffer has been restricted by a narrow-to-region,
tags-search will not look outside the narrowed-to scope.
I call this a bug. E.g., it can cause a global renaming of variables
miss some occurrences. It seems that a minimal fix is for tags-search to
warn the user that the buffer has been narrowed and offer to widen for
the search (and maybe reinstall the restriction after the search???).
I looked at the source code. It appears that the problem is located
within function next-file (in progmodes/etags.el). When it is found that
there already is a buffer visiting the file to be searched for tags,
next-file just uses it without checking for restrictions.
BTW, I don't understand why next-file passes the novisit flag to find-file?
--
Philippe SCHNOEBELEN, www.lsv.ens-cachan.fr/~phs
LSV, CNRS UMR 8643 & ENS de Cachan Tel: (+33/0) 147 407 530
"Algebraic symbols are used when you do not know what you are talking about"
^ permalink raw reply [flat|nested] 2+ messages in thread
* bug#21167: 24.5; tags-search should ignore buffer restriction
2015-07-31 9:43 bug#21167: 24.5; tags-search should ignore buffer restriction phs
@ 2015-08-01 11:43 ` Dmitry Gutov
0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Gutov @ 2015-08-01 11:43 UTC (permalink / raw)
To: phs, 21167-done
Version: 25.1
On 07/31/2015 12:43 PM, phs wrote:
> I call this a bug. E.g., it can cause a global renaming of variables
> miss some occurrences. It seems that a minimal fix is for tags-search to
> warn the user that the buffer has been narrowed and offer to widen for
> the search (and maybe reinstall the restriction after the search???).
Thanks for the report. This is now performed automatically, without
warning, in tags-loop-continue.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-08-01 11:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-31 9:43 bug#21167: 24.5; tags-search should ignore buffer restriction phs
2015-08-01 11:43 ` Dmitry Gutov
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).