[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: W3M frame-local buffers (w3m-fb.el).
>>>>> In [emacs-w3m : No.08476]
>>>>> Matt Hodges <M.P.Hodges@xxxxxxxx> wrote:
> Sorry, that totally broke things -- not allowing to start a new W3M
> session on a frame that didn't have one already.
> I propose a different check to disable the feature after a careless
> (setq w3m-fb-mode t):
> - (if w3m-pop-up-frames
> + (if (or w3m-pop-up-frames
> + (not (memq 'w3m-fb-add w3m-mode-hook)))
[...]
Thanks. I've applied your patch.