[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: show a blank page while waiting for a new page after switching back to *w3m* buffer
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Mon, 06 Apr 2015 13:19:06 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 12431
- References: <87bnj4mvos.fsf@xxxxxxxxxxx> <877ftp7w7y.fsf@xxxxxxxxxxx>
In [emacs-w3m : No.12430]
On Mon, 06 Apr 2015 11:48:49 +0800, 積丹尼 wrote:
> If it needs to fetch the page for the first time, I still see the old
> page for half a second of time.
Well, you're fetching the same url, aren't you? If so, try
replacing the line
(not (equal url w3m-current-url)))
with
(not (string-match "\\`about:" url)))