From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: wait for w3m-browse-url to complete loading Date: Mon, 7 May 2007 17:43:44 +0200 Organization: disorganized Message-ID: References: <463F3165.5050600@web.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1178553471 23919 80.91.229.12 (7 May 2007 15:57:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 7 May 2007 15:57:51 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 07 17:57:50 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hl5av-0001gN-Fk for geh-help-gnu-emacs@m.gmane.org; Mon, 07 May 2007 17:57:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hl5hu-0007Yo-CF for geh-help-gnu-emacs@m.gmane.org; Mon, 07 May 2007 12:05:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hl5dt-00031C-TX for help-gnu-emacs@gnu.org; Mon, 07 May 2007 12:00:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hl5ds-0002z5-3o for help-gnu-emacs@gnu.org; Mon, 07 May 2007 12:00:53 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hl5dr-0002z0-OX for help-gnu-emacs@gnu.org; Mon, 07 May 2007 12:00:51 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Hl5Wr-0005dC-VF for help-gnu-emacs@gnu.org; Mon, 07 May 2007 11:53:38 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Hl5Wg-000143-Ac for help-gnu-emacs@gnu.org; Mon, 07 May 2007 17:53:26 +0200 Original-Received: from e178030114.adsl.alicedsl.de ([85.178.30.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 May 2007 17:53:26 +0200 Original-Received: from david.hansen by e178030114.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 May 2007 17:53:26 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178030114.adsl.alicedsl.de Mail-Copies-To: nobody X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:43794 Archived-At: 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