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: Matt
Subject: Re: Opening *Calendar* in its own frame
Date: Tue, 21 Jan 2003 03:04:17 GMT
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01



Galen Boyer wrote:
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.


Cool stuff! One thing is driving me crazy though. If I set `menu-bar-lines' to anything other than 0 or remove the line all together, I get an annoying bell when the frame is created. It only happens with the Calendar. Any idea whay this is?

Matt
--
Remove the X's to reply directly.



reply via email to

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