From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Opening *Calendar* in its own frame Date: Tue, 21 Jan 2003 08:16:38 +0200 (IST) Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <3E2CB8B1.7090309@XXnetscape.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1043130048 30839 80.91.224.249 (21 Jan 2003 06:20:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 Jan 2003 06:20:48 +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 18arm4-00080z-00 for ; Tue, 21 Jan 2003 07:20:40 +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 18arld-0003BP-09 for gnu-help-gnu-emacs@m.gmane.org; Tue, 21 Jan 2003 01:20:13 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18arkg-00030s-00 for help-gnu-emacs@gnu.org; Tue, 21 Jan 2003 01:19:14 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18arjj-0002nN-00 for help-gnu-emacs@gnu.org; Tue, 21 Jan 2003 01:18:30 -0500 Original-Received: from is.elta.co.il ([199.203.121.2]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18arjB-0002bZ-00 for help-gnu-emacs@gnu.org; Tue, 21 Jan 2003 01:17:42 -0500 Original-Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA10123 for ; Tue, 21 Jan 2003 08:16:39 +0200 (IST) X-Sender: eliz@is Original-To: help-gnu-emacs@gnu.org In-Reply-To: <3E2CB8B1.7090309@XXnetscape.net> 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:5801 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:5801 On Tue, 21 Jan 2003, Matt wrote: > 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? Sounds like a big in Calendar. Perhaps it assumes that a menu is always available on a graphic display. I suggest to report this as a bug. Maybe set debug-on-error to t and see if you get any useful traceback; if so, include it in the bug report. TIA