From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Greg Hill Newsgroups: gmane.emacs.help Subject: Re: Problem with display-buffer and special-display-buffer-names Date: Wed, 12 Feb 2003 17:57:48 -0800 Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <84smuzyc7n.fsf@lucy.is.informatik.uni-duisburg.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Trace: main.gmane.org 1045101414 24855 80.91.224.249 (13 Feb 2003 01:56:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 13 Feb 2003 01:56:54 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18j8cN-0006SX-00 for ; Thu, 13 Feb 2003 02:56:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18j8dH-0000mN-06 for gnu-help-gnu-emacs@m.gmane.org; Wed, 12 Feb 2003 20:57:47 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18j8cy-0000Zz-00 for help-gnu-emacs@gnu.org; Wed, 12 Feb 2003 20:57:28 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18j8cx-0000X8-00 for help-gnu-emacs@gnu.org; Wed, 12 Feb 2003 20:57:27 -0500 Original-Received: from renfield.synergymicro.com ([153.105.4.30] helo=synergymicro.com) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18j8cw-0000Wl-00 for help-gnu-emacs@gnu.org; Wed, 12 Feb 2003 20:57:26 -0500 Original-Received: from synergy.synergy.encinitas.ca.us ([153.105.4.29]) by synergymicro.com (8.9.3/8.9.3) with ESMTP id RAA31651 for ; Wed, 12 Feb 2003 17:57:41 -0800 Original-Received: from [198.17.100.22] (G-Hill-Mac [198.17.100.22])SAA26541 for ; Wed, 12 Feb 2003 18:03:36 -0800 In-Reply-To: Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:6612 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:6612 At 3:55 PM -0800 2/12/03, Greg Hill wrote: >I'm having a problem with display-buffer that is driving me nuts. >Since display-buffer is an interactive built-in function, it's >probably something I'm doing wrong, not a bug in Emacs. Perhaps you >can help me figure out what is wrong. > >The value of special-display-buffer-names is: > > (("bstat" > ((font . "-Misc-Fixed-Medium-R-Normal--13-120-75-75-C-80-ISO8859-1") > (foreground-color . "black") > (background-color . "LightGray") > (height . 44) > (width . 80) > (left . 349) > (top . 79) > (minibuffer) > (menu-bar-lines . 0)))) I misunderstood the documentation. It should be: (("bstat" (font . "-Misc-Fixed-Medium-R-Normal--13-120-75-75-C-80-ISO8859-1") (foreground-color . "black") (background-color . "LightGray") (height . 44) (width . 80) (left . 349) (top . 79) (minibuffer) (menu-bar-lines . 0))) --Greg