GNU bug report logs - #13348
24.3.50; `C-s', `C-r', `RET' in `minibuffer-local-isearch-map'

Previous Next

Package: emacs;

Reported by: "Drew Adams" <drew.adams <at> oracle.com>

Date: Thu, 3 Jan 2013 18:46:02 UTC

Severity: minor

Found in version 24.3.50

Done: Juri Linkov <juri <at> jurta.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "Drew Adams" <drew.adams <at> oracle.com>
Subject: bug#13348: closed (Re: bug#13348: 24.3.50; `C-s', `C-r', `RET' in
 `minibuffer-local-isearch-map')
Date: Wed, 15 May 2013 23:24:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#13348: 24.3.50; `C-s', `C-r', `RET' in `minibuffer-local-isearch-map'

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 13348 <at> debbugs.gnu.org.

-- 
13348: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13348
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Juri Linkov <juri <at> jurta.org>
To: "Drew Adams" <drew.adams <at> oracle.com>
Cc: 13348-done <at> debbugs.gnu.org
Subject: Re: bug#13348: 24.3.50;
	`C-s', `C-r', `RET' in `minibuffer-local-isearch-map'
Date: Thu, 16 May 2013 02:22:20 +0300
> Not documented?  Why not?  Emacs users deserve better.

It is documented now.

[Message part 3 (message/rfc822, inline)]
From: "Drew Adams" <drew.adams <at> oracle.com>
To: <bug-gnu-emacs <at> gnu.org>
Subject: 24.3.50; `C-s', `C-r', `RET' in `minibuffer-local-isearch-map'
Date: Thu, 3 Jan 2013 10:45:47 -0800
`M-e' in Isearch is `isearch-edit-string'.  Here is its doc:
 
  Edit the search string in the minibuffer.
  The following additional command keys are active while editing.
 
  M-x exit-minibuffer to resume incremental searching with the edited string.
  RET to do one nonincremental search.
  C-s to resume isearching forward.
  C-r to resume isearching backward.
  C-M-i to complete the search string using the search ring.
  C-x 8 RET to insert a Unicode character by name (with completion).
 
  If first char entered is C-w, then do word search instead.
 
Now do this: `C-s M-e C-h k C-s'.  You see this:
 
  C-s runs the command isearch-forward-exit-minibuffer, which is an
  interactive compiled Lisp function in `isearch.el'.
 
  It is bound to C-s.
 
  (isearch-forward-exit-minibuffer)
 
  Not documented.
 
Not documented?  Why not?  Emacs users deserve better.
 
These commands (for keys `C-s', `C-r', `RET') are explicitly called out
in the doc for `isearch-edit-string'.  They should have doc strings.
`C-M-i' (`isearch-complete-edit') does, and so should all of the other
keys mentioned in the doc of `isearch-edit-string'.
 
In GNU Emacs 24.3.50.1 (i386-mingw-nt5.1.2600)
 of 2012-12-31 on ODIEONE
Bzr revision: 111388 rudalics <at> gmx.at-20121231113513-subz2dazg6yjukzh
Windowing system distributor `Microsoft Corp.', version 5.1.2600
Configured using:
 `configure --with-gcc (4.7) --no-opt --enable-checking --cflags
 -IC:/Devel/emacs/build/include --ldflags -LC:/Devel/emacs/build/lib'
 




This bug report was last modified 12 years and 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.