From xemacs-m  Tue Jul 29 11:00:33 1997
Received: from mgate.uni-hannover.de (mgate.uni-hannover.de [130.75.2.3])
	by xemacs.org (8.8.5/8.8.5) with SMTP id LAA01083
	for <xemacs-beta@xemacs.org>; Tue, 29 Jul 1997 11:00:32 -0500 (CDT)
Received: from helios (actually helios.tnt.uni-hannover.de) by mgate 
          with SMTP (PP); Tue, 29 Jul 1997 18:00:17 +0200
Received: from daedalus.tnt.uni-hannover.de by helios (SMI-8.6/SMI-SVR4) 
          id SAA06431; Tue, 29 Jul 1997 18:00:02 +0200
Received: by daedalus.tnt.uni-hannover.de (SMI-8.6/SMI-SVR4) id RAA19518;
          Tue, 29 Jul 1997 17:59:57 +0200
Date: Tue, 29 Jul 1997 17:59:57 +0200
Message-Id: <199707291559.RAA19518@daedalus.tnt.uni-hannover.de>
From: Heiko Muenkel <muenkel@tnt.uni-hannover.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: xemacs-beta@xemacs.org
Subject: Bug: interactive and numbers
X-Mailer: VM 6.22 under 19.15p5 XEmacs Lucid
Comments: Hyperbole mail buttons accepted, v04.023.
X-Face: n}R'l6CHRf>pi&bj7[x0CW3:kmXm@1)7m+l*9[fp;-Ow4Xe~=5E;skf?2> 
        y]f{HzB|Q(\V9+y$PP~.4G[2n4W7{6Ilm[AMY9B:0kj.K_$-d%p4YIF*bX;=ADp6{ 
        HS@NEv9c.VII+9PgXHASx}K(jy^t=q%qzZ72q1e4E;O!$A$`&wgtLk"1%p.nC_G!] 
        4d1!+J4Q#YD_iXeEy`1x)d\r$1Qn\'23n|[8Y_xzuXJJ7W(EGqnzB]`]aq??;+z=) 
        DW~\'Vq&F'g%QU[Mv2:}nS>SdZFTEC2GsgB=Q,:~H<R5S[:ZN%B:s0;|v1x"Jb

Sorry, I've only checked this in the XEmacs 19.15p5 and 20.3 (Sofia)
and in the Emacs 19.34:

The following is a small test command to check, if it is possible to
read a non integer number with the form (interactive "n"):

(defun foo (number)
  (interactive "nNumber: ")
  number)

In the Emacs 19.34 I can call the command foo and type the number 5.4.
In the XEmacs 19.15p5 and in Sofia I can't. It only accepts integer
numbers. I think this is a bug.

Heiko

