From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Sebastian Luque Newsgroups: gmane.emacs.help Subject: Re: man pages in framepop Date: Tue, 26 Oct 2004 13:56:55 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <200410261356.55566.sluque@mun.ca> References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098817131 1566 80.91.229.6 (26 Oct 2004 18:58:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2004 18:58:51 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 26 20:58:44 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CMWWq-00021m-00 for ; Tue, 26 Oct 2004 20:58:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMWeY-0006fS-Ik for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Oct 2004 15:06:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMWeO-0006fN-Lp for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 15:06:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMWeO-0006fA-2c for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 15:06:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMWeO-0006f7-0F for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 15:06:32 -0400 Original-Received: from [64.59.134.9] (helo=pd6mo1no.prod.shaw.ca) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CMWWH-0007bw-Fr for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 14:58:09 -0400 Original-Received: from pd8mr4no.prod.shaw.ca (pd8mr4no-qfe2.prod.shaw.ca [10.0.144.161]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I67000KTGNIZH10@l-daemon> for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 12:57:18 -0600 (MDT) Original-Received: from pn7ml2no.prod.shaw.ca ([10.0.149.111]) by pd8mr4no.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I6700J1IGNIB840@pd8mr4no.prod.shaw.ca> for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 12:57:18 -0600 (MDT) Original-Received: from s0106000ae61de208.wp.shawcable.net (S0106000ae61de208.wp.shawcable.net [24.77.49.146]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I6700A0JGNI7L@l-daemon> for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 12:57:18 -0600 (MDT) In-reply-to: Original-To: Drew Adams Content-Disposition: inline User-Agent: KMail/1.6.2 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 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:21461 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21461 On Tue, 26 October, 2004 13:29 -0500, Drew Adams wrote: > Are you using GNU Emacs? What version? Sorry, yes it's GNU Emacs 21.3.1 on Debian. > Try (setq pop-up-frames t) I'm using framepop.el to put special buffers in a pop-up frame, so I only want to add the output of M-x manual-entry to be handled by it. This seems to be doing something else: ----------------------------------------------------------------------------- pop-up-frames's value is nil Documentation: *Non-nil means `display-buffer' should make a separate frame. -----------------------------------------------------------------------------