emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#13348: closed (24.3.50; `C-s', `C-r', `RET' in `mi


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#13348: closed (24.3.50; `C-s', `C-r', `RET' in `minibuffer-local-isearch-map')
Date: Wed, 15 May 2013 23:24:02 +0000

Your message dated Thu, 16 May 2013 02:22:20 +0300
with message-id <address@hidden>
and subject line Re: bug#13348: 24.3.50; `C-s', `C-r', `RET' in 
`minibuffer-local-isearch-map'
has caused the debbugs.gnu.org bug report #13348,
regarding 24.3.50; `C-s', `C-r', `RET' in `minibuffer-local-isearch-map'
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
13348: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=13348
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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 address@hidden
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'
 




--- End Message ---
--- Begin Message --- 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 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (x86_64-pc-linux-gnu)
> Not documented?  Why not?  Emacs users deserve better.

It is documented now.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]