help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with display-buffer and special-display-buffer-names


From: Greg Hill
Subject: Re: Problem with display-buffer and special-display-buffer-names
Date: Wed, 12 Feb 2003 17:57:48 -0800

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]