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

Re: w3m-new-session-in-background t doesn't behave conveniently



Katsumi Yamaoka <yamaoka@xxxxxxx> writes:

> --- w3m.el~	2012-12-17 11:34:22.000000000 +0000
> +++ w3m.el	2013-01-11 00:12:50.629614000 +0000
> @@ -6912,7 +6912,8 @@
>        (setq buffer (current-buffer)))
>      (let (handler)
>        (w3m-process-do
> -	  (success (w3m-goto-url url reload nil nil w3m-current-url handler))
> +	  (success (w3m-goto-url url reload nil nil w3m-current-url handler
> +				 nil w3m-new-session-in-background))
>  	(set-window-hscroll (selected-window) 0)
>  	;; Delete the newly created buffer if it's been made empty.
>  	(when (and pos

Great, fixes the problem for me!

However, a little problem remains: If I hit <S-return> and do nothing,
the new tab shows "<retrieving>" all the time, and this remains, even if
the page was already retrieved.  After hitting any key, the text
displayed in the tab it is instantly refreshed, but not before.


Thanks,

Michael.