From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.help Subject: Re: browse url function and w3m Date: Tue, 18 Nov 2003 15:12:34 -0600 Organization: Still searching... Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3FB9009B.8090105@yahoo.com> <3FB92237.3000509@yahoo.com> <3FBA6FCF.8020201@yahoo.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1069190123 14944 80.91.224.253 (18 Nov 2003 21:15:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 18 Nov 2003 21:15:23 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Nov 18 22:15:20 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMDBv-0006H8-00 for ; Tue, 18 Nov 2003 22:15:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AME8z-0006oc-3B for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Nov 2003 17:16:21 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AME7H-0006Vj-Uu for help-gnu-emacs@gnu.org; Tue, 18 Nov 2003 17:14:35 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AME6l-0006KH-Ba for help-gnu-emacs@gnu.org; Tue, 18 Nov 2003 17:14:34 -0500 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AME6k-0006Jj-S5 for help-gnu-emacs@gnu.org; Tue, 18 Nov 2003 17:14:03 -0500 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AMD9J-000532-00 for ; Tue, 18 Nov 2003 22:12:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AMD9I-00052u-00 for ; Tue, 18 Nov 2003 22:12:36 +0100 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 1AMD9I-0003oB-00 for ; Tue, 18 Nov 2003 22:12:36 +0100 Original-Lines: 36 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:XXwdZM4MIyyPlp3N0v702mFEX/8= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:14364 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:14364 Kevin Rodgers writes: > Harry Putnam wrote: > >> Kevin Rodgers 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) >> M-: (setq w3m-pop-up-frames t) > 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)) And then running browse-url-of-file still doens't come up in a visible window or frame.