Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!UUNET.UU.NET!mcvax!emeraude.dedlpr.bull.fr!macrakis From: mcvax!emeraude.dedlpr.bull.fr!macrakis@UUNET.UU.NET (Stavros Macrakis) Newsgroups: gnu.emacs.bug Subject: Find-tag breaks Tags search continuation Message-ID: <8812291442.AA03955@emeraude.dedlpr.bull.fr> Date: 29 Dec 88 14:42:42 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 15 GNU Emacs 18.50.3 of Wed Aug 17 1988 on rigel (usg-unix-v) If you do a find-tag after having done a tags-search, you can no longer use tags-loop-continue to continue the tags search. This is because the tags-loop-form is used by both of them. But the documentation of tags-loop-continue only mentions tags-search and tags-query-replace and not find-tag. I would find it useful to be able to do find-tags within tags-searches without losing the tags-search context. In any case, if this is NOT done, at least the tags-loop-continue documentation should mention that it works for find-tags as well. -s