all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Richard M. Stallman" <rms@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Desktop saves isearch-mode
Date: Tue, 18 Oct 2005 22:43:59 -0400	[thread overview]
Message-ID: <E1ES3vr-0006lI-C6@fencepost.gnu.org> (raw)
In-Reply-To: <87u0ffxv34.fsf@jurta.org> (message from Juri Linkov on Tue, 18 Oct 2005 11:07:19 +0300)

    The first key activates search mode, the second key switches to the
    *Messages* buffer, and the third key continues to search for `a' in
    the *Messages* buffer with search mode still enabled.

    After exiting the search in the *Messages* buffer and switching back
    to the original buffer where the search was activated, the mode line
    of the original buffer still displays the "Isearch" string and
    isearch-mode is non-nil.

What this shows is that it is wrong to do `switch-to-buffer'
in an isearch without frobbing the modes in the buffers.

Where in the existing code of Isearch does it switch buffers
without frobbing the Isearch mode in the two buffers?
That place needs to be changed to turn of Isearch mode
in the old buffer.

  reply	other threads:[~2005-10-19  2:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-17  8:05 Desktop saves isearch-mode Juri Linkov
2005-10-17 21:57 ` Richard M. Stallman
2005-10-18  8:07   ` Juri Linkov
2005-10-19  2:43     ` Richard M. Stallman [this message]
2005-10-19 15:54       ` Juri Linkov

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

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

  git send-email \
    --in-reply-to=E1ES3vr-0006lI-C6@fencepost.gnu.org \
    --to=rms@gnu.org \
    --cc=emacs-devel@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.