all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* wait for w3m-browse-url to complete loading
@ 2007-05-07 14:02 Sebastian Meisel
  2007-05-07 15:43 ` David Hansen
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian Meisel @ 2007-05-07 14:02 UTC (permalink / raw)
  To: Emacs Mailing List

How can I make emacs to wait for w3m-browse-url to complete loading, so 
I can let a function do re-search an the page.

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

* Re: wait for w3m-browse-url to complete loading
  2007-05-07 14:02 wait for w3m-browse-url to complete loading Sebastian Meisel
@ 2007-05-07 15:43 ` David Hansen
  0 siblings, 0 replies; 2+ messages in thread
From: David Hansen @ 2007-05-07 15:43 UTC (permalink / raw)
  To: help-gnu-emacs

On Mon, 07 May 2007 16:02:13 +0200 Sebastian Meisel wrote:

> How can I make emacs to wait for w3m-browse-url to complete loading,
> so I can let a function do re-search an the page.

(let ((w3m-async-exec nil))
  (w3m-browse-url "http://www.emacswiki.org/")
  (search-forward "GNU"))

`w3m-fontify-after-hook' looks promising too.

David

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

end of thread, other threads:[~2007-05-07 15:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-07 14:02 wait for w3m-browse-url to complete loading Sebastian Meisel
2007-05-07 15:43 ` David Hansen

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.