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

Re: show a blank page while waiting for a new page after switching back to *w3m* buffer



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)))