help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: browse url function and w3m


From: Harry Putnam
Subject: Re: browse url function and w3m
Date: Tue, 18 Nov 2003 15:12:34 -0600
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Kevin Rodgers <ihs_4664@yahoo.com> writes:

> Harry Putnam wrote:
>
>> Kevin Rodgers <ihs_4664@yahoo.com> writes:
>>>Try setting w3m-pop-up-windows to nil and w3m-popup-frames to t.  Or add
>>>"*w3m*" to special-display-buffer-names.
>> Well, the first part fails:
>> M-:  (setq w3m-pop-up-windoes nil) <RET>
>> M-:  (setq w3m-pop-up-frames t) <RET>

> Note: -windows, not -windoes.

I hope that was a typo but in any event it still doesn't produce the
desired results even when spelled correctly:
Eval: (setq w3m-pop-up-windows nil)
Eval: (setq w3m-pop-up-frames t)

browse-url-of-file  still pulls it into an unseen buffer (*w3m*)

> You didn't ask for it to be retrieved into a different buffer, just for
> the *w3m* buffer to be selected.

Being selected would make it visible right?  Its not here.
>
> special-display-buffer-names is a list of strings:

(setq special-display-buffer-names
      (cons "*w3m*" special-display-buffer-names))

Evalling above verbatim:
Eval: (setq special-display-buffer-names
      (cons "*w3m*" special-display-buffer-names)) <RET>

And then running browse-url-of-file still doens't come up in a
visible window or frame. 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]