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

Re: feature request



From: "Robert D. Crawford" <rdc1x@xxxxxxxxxxx> said.
Subject: [emacs-w3m:09595] Re: feature request
Message-ID: <87ejhkko98.fsf@xxxxxxxxxxx>
Date: Fri, 31 Aug 2007 05:10:59 -0500

> Hideyuki SHIRAI <shirai@xxxxxxxxxxx> writes:
> 
> > OK. I changed format like "Text browser works on Emacs *w3m*<3>"
> > if `w3m-use-title-buffer-name' is non-nil.
> 
> Perfect.  Thank you.

Thank you.

> Point stops at the beginning of the "Location" line indicating to me
> that it is a part of the buffer and not a part of the header.

I see. Now changed CVS Head that if `w3m-use-header-line-title'
is non-nil, display title and location in header-line as below.

Title: Text browser works on Emacs *w3m*<3>, Location: http://emacs-w3m.namazu.org/


All this changes become effective at the following setting,

(setq w3m-use-tab nil)
(setq w3m-use-title-buffer-name t)
(setq w3m-use-header-line t)
(setq w3m-use-header-line-title t)

-- 
Hideyuki SHIRAI (mailto:shirai@xxxxxxxxxxx)