unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Andreas Schwab <schwab@suse.de>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: Repeating tag searches does no longer work.
Date: Sun, 01 Aug 2004 16:12:55 +0200	[thread overview]
Message-ID: <jezn5fx7yw.fsf@sykes.suse.de> (raw)
In-Reply-To: <x5wu0j5adj.fsf@lola.goethe.zz> (David Kastrup's message of "01 Aug 2004 14:08:24 +0200")

David Kastrup <dak@gnu.org> writes:

> Andreas Schwab <schwab@suse.de> writes:
>
>> David Kastrup <dak@gnu.org> writes:
>> 
>> > Uh, yes.  It is C-u M-. that repeats M-.  Sorry for the false alarm.
>> > Would there be drawbacks if M-, also did it?
>> 
>> * Changes in version 19.
>> 
>> ** M-. (find-tag) no longer has any effect on what M-, will do
>> subsequently.  You can no longer use M-, to find the next similar tag;
>> you must use M-. with a prefix argument, instead.
>> 
>> The motive for this change is so that you can more reliably use
>> M-, to resume a suspended `tags-search' or `tags-query-replace'.
>
> Considering the relative frequency of those commands, I would have
> thought it more convenient to make C-u M-, resume a suspended
> `tags-search' or `tags-query-replace', while just M-, resumes whatever
> was done last.

Note that this change was established more than 12 years ago.

----------------------------
revision 1.11
date: 1992/07/07 17:57:20;  author: rms;  state: Exp;  lines: +3 -1
*** empty log message ***
----------------------------
--- etags.el	01 Aug 2004 16:10:26 +0200	1.10
+++ etags.el	01 Aug 2004 16:10:37 +0200	1.11
@@ -223,7 +223,9 @@ See documentation of variable tags-file-
 	(switch-to-buffer-other-window tagbuf)
       (switch-to-buffer tagbuf))
     )
-  (setq tags-loop-form '(find-tag nil t))
+;; I turned this off because people complain that it causes trouble
+;; when they find a tag during a tags-search.  M-0 M-. is easy enough. --RMS
+;;  (setq tags-loop-form '(find-tag nil t))
   ;; Return t in case used as the tags-loop-form.
   t)
 

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Maxfeldstraße 5, 90409 Nürnberg, Germany
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

  reply	other threads:[~2004-08-01 14:12 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <x5r7qvyq5s.fsf@lola.goethe.zz>
     [not found] ` <E1Br74O-0000hV-OE@fencepost.gnu.org>
2004-08-01  6:56   ` Repeating tag searches does no longer work David Kastrup
2004-08-01 11:45     ` Andreas Schwab
2004-08-01 12:08       ` David Kastrup
2004-08-01 14:12         ` Andreas Schwab [this message]
2004-08-01 22:39         ` Richard Stallman
2004-08-01 22:54           ` David Kastrup
2004-08-01 23:51             ` Kim F. Storm

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jezn5fx7yw.fsf@sykes.suse.de \
    --to=schwab@suse.de \
    --cc=emacs-devel@gnu.org \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).