all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <ihs_4664@yahoo.com>
Subject: Re: browse url function and w3m
Date: Tue, 18 Nov 2003 12:15:27 -0700	[thread overview]
Message-ID: <3FBA6FCF.8020201@yahoo.com> (raw)
In-Reply-To: mailman.227.1069179948.399.help-gnu-emacs@gnu.org

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.


> Then `browse-url-of-file' still retrieves the content of html file to 
> *w3m* buffer.
>>From *Messages*:
>   The content (file:/var/www/html/index.html) has been retrieved in
>   *w3m*


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


> M-: (setq special-display-buffer-names "*w3m*")  
>   Above is ASTERISKw3mASTERISK
> or (setq special-display-buffer-names "w3m")
>   no asterisks
> 
> Neither of those cause the buffer to be displayed either.  It stll
> shows up in *w3m* undisplayed.
> 
> M-: (setq special-display-buffer-names ' "*w3m*") 
> Doesn't do it either.
> 
> Finally: Eval: (set-default special-display-regex (w3m)) <RET>
> 
> Actually works but causes an error too.
> eval: Wrong type argument: symbolp, "w3m"
> 
> I'm having serious trouble getting the lisp right. 

special-display-buffer-names is a list of strings:


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

-- 
Kevin Rodgers

  parent reply	other threads:[~2003-11-18 19:15 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 [this message]
2003-11-18 21:12           ` Harry Putnam
     [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=3FBA6FCF.8020201@yahoo.com \
    --to=ihs_4664@yahoo.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.