all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Harry Putnam <reader@newsguy.com>
Subject: Re: browse url function and w3m
Date: Tue, 18 Nov 2003 15:12:34 -0600	[thread overview]
Message-ID: <m365hhs7nh.fsf@newsguy.com> (raw)
In-Reply-To: 3FBA6FCF.8020201@yahoo.com

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	other threads:[~2003-11-18 21:12 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.149.1069050994.399.help-gnu-emacs@gnu.org>
2003-11-17 17:08 ` browse url function and w3m Kevin Rodgers
2003-11-17 18:06   ` Harry Putnam
2003-11-17 19:32     ` Kevin Rodgers
2003-11-18 17:23       ` Harry Putnam
     [not found]       ` <mailman.227.1069179948.399.help-gnu-emacs@gnu.org>
2003-11-18 19:15         ` Kevin Rodgers
2003-11-18 21:12           ` Harry Putnam [this message]
     [not found]           ` <mailman.237.1069193679.399.help-gnu-emacs@gnu.org>
2003-11-19 17:28             ` Kevin Rodgers
2003-11-17  5:34 Harry Putnam

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m365hhs7nh.fsf@newsguy.com \
    --to=reader@newsguy.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.