all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* call-interactively 'query-replace and 'isearch-forward
@ 2013-03-11 15:54 Thorsten Jolitz
  2013-03-11 16:08 ` Drew Adams
  0 siblings, 1 reply; 5+ messages in thread
From: Thorsten Jolitz @ 2013-03-11 15:54 UTC (permalink / raw)
  To: help-gnu-emacs


Hi List, 

I call-interactively 'query-replace and 'isearch-forward in a program,
and the former works as expected (ask me for input), the latter not
(just make the window blink). 

Trying the same calls in *scratch* buffer shows only a tiny difference:

,------------------------------------
| (call-interactively 'query-replace)
`------------------------------------

asks for input and moves point to mini-buffer, while 

,--------------------------------------
| (call-interactively 'isearch-forward)
`--------------------------------------

returns t, asks for input (I-search: ) - but leaves point in the
scratch-buffer behind the returned t. 

Is there a known problem with calling 'isearch-forward' interactively?
How can I make that work?

-- 
cheers,
Thorsten





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-03-11 17:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-11 15:54 call-interactively 'query-replace and 'isearch-forward Thorsten Jolitz
2013-03-11 16:08 ` Drew Adams
2013-03-11 16:21   ` Thorsten Jolitz
2013-03-11 16:46     ` Drew Adams
2013-03-11 17:10       ` Thorsten Jolitz

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.