unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: 13348@debbugs.gnu.org
Subject: bug#13348: 24.3.50; `C-s', `C-r', `RET' in `minibuffer-local-isearch-map'
Date: Fri, 04 Jan 2013 02:04:28 +0200	[thread overview]
Message-ID: <87a9spu7t7.fsf@mail.jurta.org> (raw)
In-Reply-To: <7482F5EE927A40CFB51A25788D9E5305@us.oracle.com> (Drew Adams's message of "Thu, 3 Jan 2013 10:45:47 -0800")

>   (isearch-forward-exit-minibuffer)
>
>   Not documented.
>
> Not documented?  Why not?  Emacs users deserve better.

Is this what you expected?

=== modified file 'lisp/isearch.el'
--- lisp/isearch.el	2013-01-02 16:13:04 +0000
+++ lisp/isearch.el	2013-01-04 00:03:23 +0000
@@ -1291,11 +1293,13 @@ (defun isearch-nonincremental-exit-minib
   (exit-minibuffer))

 (defun isearch-forward-exit-minibuffer ()
+  "Resume isearching forward."
   (interactive)
   (setq isearch-new-forward t)
   (exit-minibuffer))

 (defun isearch-reverse-exit-minibuffer ()
+  "Resume isearching backward."
   (interactive)
   (setq isearch-new-forward nil)
   (exit-minibuffer))





  reply	other threads:[~2013-01-04  0:04 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-03 18:45 bug#13348: 24.3.50; `C-s', `C-r', `RET' in `minibuffer-local-isearch-map' Drew Adams
2013-01-04  0:04 ` Juri Linkov [this message]
2013-01-04  0:42   ` Drew Adams
2013-05-07  8:49     ` Juri Linkov
2013-05-08 21:04       ` Juri Linkov
2013-05-15 23:22 ` 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

  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=87a9spu7t7.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=13348@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /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).