From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Matt Newsgroups: gmane.emacs.help Subject: Re: Opening *Calendar* in its own frame Date: Tue, 21 Jan 2003 03:04:17 GMT Organization: AT&T Broadband Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3E2CB8B1.7090309@XXnetscape.net> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1043118368 31069 80.91.224.249 (21 Jan 2003 03:06:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 Jan 2003 03:06:08 +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 18aojn-00084z-00 for ; Tue, 21 Jan 2003 04:06:07 +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 18aojs-00024W-00 for gnu-help-gnu-emacs@m.gmane.org; Mon, 20 Jan 2003 22:06:12 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn13feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!sccrnsc03.POSTED!not-for-mail User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 X-Accept-Language: en-us, en Original-Newsgroups: gnu.emacs.help Original-Lines: 40 Original-NNTP-Posting-Host: 12.234.129.60 Original-X-Complaints-To: abuse@attbi.com Original-X-Trace: sccrnsc03 1043118257 12.234.129.60 (Tue, 21 Jan 2003 03:04:17 GMT) Original-NNTP-Posting-Date: Tue, 21 Jan 2003 03:04:17 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:109269 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:5793 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5793 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.