From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: man pages in framepop Date: Tue, 26 Oct 2004 11:29:45 -0700 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1098815461 28916 80.91.229.6 (26 Oct 2004 18:31:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2004 18:31:01 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 26 20:30:49 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 1CMW5p-0007tw-00 for ; Tue, 26 Oct 2004 20:30:49 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMWDW-0007tg-QS for geh-help-gnu-emacs@m.gmane.org; Tue, 26 Oct 2004 14:38:46 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMWDJ-0007rg-C1 for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 14:38:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMWDI-0007r8-JE for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 14:38:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMWDI-0007r5-Gh for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 14:38:32 -0400 Original-Received: from [141.146.126.228] (helo=agminet01.oracle.com) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1CMW4y-0003PQ-Rt for help-gnu-emacs@gnu.org; Tue, 26 Oct 2004 14:29:57 -0400 Original-Received: from rgmgw1.us.oracle.com (rgmgw1.us.oracle.com [138.1.191.10]) by agminet01.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i9QITnR6031213; Tue, 26 Oct 2004 11:29:49 -0700 Original-Received: from rgmgw1.us.oracle.com (localhost [127.0.0.1]) by rgmgw1.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with ESMTP id i9QITn7B013500; Tue, 26 Oct 2004 12:29:49 -0600 Original-Received: from dradamslap (dhcp-amer-csvpn-gw1-141-144-68-72.vpn.oracle.com [141.144.68.72]) by rgmgw1.us.oracle.com (Switch-3.1.4/Switch-3.1.0) with SMTP id i9QITmZo013480; Tue, 26 Oct 2004 12:29:49 -0600 Original-To: "Sebastian Luque" , X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-reply-to: Importance: Normal 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:21459 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:21459 Are you using GNU Emacs? What version? Try (setq pop-up-frames t) -----Original Message----- I can't find what to customize in order to have man pages show up in a pop-up frame (i.e. using framepop). I have the feeling I should do it in special-display-regexps, but am not sure how to specify the regexp. The format of the man output buffer name is "* Man TOPIC*. A related question is, does the regexp need to be specified differently depending on whether one does it directly in .emacs or through the customize interface?