[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-NEW-buffer or w3m-CREATE-buffer
- From: "Jose A. Ortega Ruiz" <jao@xxxxxxx>
- Date: Sun, 17 Jan 2010 03:48:55 +0100
- X-ml-name: emacs-w3m
- X-mail-count: 11108
- References: <873a251pvz.fsf@xxxxxxxxxxx>
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