From xemacs-m  Tue Jul  1 10:42:16 1997
Received: from cnri.reston.va.us (cnri.CNRI.Reston.VA.US [132.151.1.1])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id KAA07583
	for <xemacs-beta@xemacs.org>; Tue, 1 Jul 1997 10:42:15 -0500 (CDT)
Received: from newcnri.CNRI.Reston.Va.US (newcnri [132.151.1.84]) by cnri.reston.va.us (8.8.5/8.7.3) with SMTPid LAA19298 for <xemacs-beta@xemacs.org>; Tue, 1 Jul 1997 11:45:27 -0400 (EDT)
Received: from anthem.CNRI.Reston.Va.US by newcnri.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id LAA26298; Tue, 1 Jul 1997 11:46:30 -0400
Received: by anthem.CNRI.Reston.Va.US (SMI-8.6/SMI-SVR4)
	id LAA12544; Tue, 1 Jul 1997 11:45:33 -0400
Date: Tue, 1 Jul 1997 11:45:33 -0400
Message-Id: <199707011545.LAA12544@anthem.CNRI.Reston.Va.US>
From: "Barry A. Warsaw" <bwarsaw@CNRI.Reston.Va.US>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: Occasional ebola 20.3b9
X-Mailer: VM 6.32 under 20.3 "Sofia" XEmacs  Lucid (beta9)
Reply-To: bwarsaw@python.org
X-Attribution: BAW
X-Oblique-Strategy: Humanize something free of error
X-Url: http://www.python.org/~bwarsaw


I am getting some very intermittent ebola warnings when I run this
command, which I have bound to `C-x 5 l':

(defsubst baw:new-frame (name)
  (select-frame (make-frame (list (cons 'name name)))))

(defun baw:new-left-frame ()
  (interactive)
  (baw:new-frame "LEFTFRAME"))

I have the following entry in my xrdb database:

Emacs*LEFTFRAME.geometry:	80x77+86+0


And here are the warnings:

Comparison between integer and character is constant nil (?\n and 40)
   [memq, make-frame, <compiled-function from "framefood.elc">, call-interactively]
Comparison between integer and character is constant nil (?\n and 91)
   [memq, make-frame, <compiled-function from "framefood.elc">, call-interactively]
Comparison between integer and character is constant nil (?\n and 123)
   [memq, make-frame, <compiled-function from "framefood.elc">, call-interactively]

I don't get the warnings everytime I run this command and I haven't
figured out exactly what circumstances produce the warning.  Any
hints?

-Barry

