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

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

Re: Opening *Calendar* in its own frame


From: Galen Boyer
Subject: Re: Opening *Calendar* in its own frame
Date: 20 Jan 2003 17:14:19 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1

On Mon, 20 Jan 2003, jonswid@umich.edu wrote:

> I'd like to have the calendar be in its own frame.  How can I do this?

I used my setting for the buffer *apropos*, so customize to your liking.

(setq special-display-buffer-names
      '(("*Calendar*"
         (top . 5)
         (left . -75)
         (width . 80)
         (height . 50)
         (menu-bar-lines . 0)
         (font . "-outline-Courier 
New-normal-r-normal-normal-13-97-96-96-c-*-iso8859-15")
         (foreground-color . "black")
         (background-color . "light steel blue"))))

I love this special-display-buffer-names.  Buffers by the names, 

*info* *Help* *Apropos* *Backtrace* *Input History* *Occur*
*grep* *Colors* *Shell Command Output* *compilation*

all show up in their own frames with each frame customized to my liking.
Very slick functionality IMO.

-- 
Galen deForest Boyer
Sweet dreams and flying machines in pieces on the ground.


reply via email to

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