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

Re: w3m-NEW-buffer or w3m-CREATE-buffer



jidanni@xxxxxxxxxxx writes:

> There is
>   C-c C-t Create a copy of the current page as a new session.
> but no command to create a new empty new session, which would be less
> wasteful. Compare Firefox's C-n and C-t. They both create empty new
> tabs/windows. In fact Firefox lacks the clone capability of w3m and IE.

i've been using:

(defun w3m-new-empty-session ()
  (interactive)
  (w3m-copy-buffer nil nil nil t))

hth,
jao
-- 
Lisp has assisted a number of our most gifted fellow humans in
thinking previously impossible thoughts. —Edsger Dijkstra