help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: wait for w3m-browse-url to complete loading


From: David Hansen
Subject: Re: wait for w3m-browse-url to complete loading
Date: Mon, 7 May 2007 17:43:44 +0200

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





reply via email to

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