From xemacs-m  Fri Mar 14 15:55:24 1997
Received: from black-ice.cc.vt.edu (root@black-ice.cc.vt.edu [128.173.14.71])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA13682
	for <xemacs-beta@xemacs.org>; Fri, 14 Mar 1997 15:55:21 -0600 (CST)
Received: from black-ice.cc.vt.edu (valdis@LOCALHOST [127.0.0.1])
	by black-ice.cc.vt.edu (8.8.5/8.8.5) with ESMTP id QAA25056
	for <xemacs-beta@xemacs.org>; Fri, 14 Mar 1997 16:55:06 -0500
Message-Id: <199703142155.QAA25056@black-ice.cc.vt.edu>
X-Mailer: exmh version 2.0gamma 1/27/96
To: xemacs-beta@xemacs.org
Subject: Cruft I found in glyphs-x.c...
From: Valdis.Kletnieks@vt.edu
X-Url: http://black-ice.cc.vt.edu/~valdis/
Mime-Version: 1.0
Content-Type: multipart/signed; boundary="==_Exmh_-1033974878P";
	micalg=pgp-md5; protocol="application/pgp-signature"
Content-Transfer-Encoding: 7bit
Date: Fri, 14 Mar 1997 16:55:02 -0500

--==_Exmh_-1033974878P
Content-Type: text/plain; charset=us-ascii

I found this in glyphs-x.c for 20.1-b6.  Anybody want to comment on what
the status is now?  While I'm at it, is there a list anyplace of such
"still needs to be fixed" code?

/Valdis

/* #### PROBLEM: The display routines assume that the glyph is only
 being displayed in one buffer.  If it is in two different buffers
 which are both being displayed simultaneously you will lose big time.
 This can be dealt with in the new redisplay. */

/* #### These are completely un-re-implemented in 19.14.  Get it done
   for 19.15. */

DEFUN ("make-subwindow", Fmake_subwindow, 0, 3, 0, /*
<... comments elided>
      (width, height, frame))
{
  Display *dpy;
  Screen *xs;
  Window pw;
  struct frame *f;
  unsigned int iw, ih;
  XSetWindowAttributes xswa;
  Mask valueMask = 0;

  error ("subwindows are not functional in 19.14; they will be in 19.15");

/* more C code that we don't reach, apparently? */

-- 
				Valdis Kletnieks
				Computer Systems Engineer
				Virginia Tech



--==_Exmh_-1033974878P
Content-Type: application/pgp-signature

-----BEGIN PGP MESSAGE-----
Version: 2.6.2

iQCVAwUBMynJNNQBOOoptg9JAQGl4gP+JCwh4AMC21EiEZFGjd88Dnp80tCXC2AO
u48CjLDTFaT3DdwNg6dV46Evp0gY6jqTAy9Ie7olDwF5CEFK6l2RwcipYstBdYdR
ddGpEKN2MVIhcJHm6btdhLrXKe522ZvtqZbjUrZ8XWvqU01Jn+cVD5whCv86uID9
3gvRxZKaCvc=
=BZZN
-----END PGP MESSAGE-----

--==_Exmh_-1033974878P--

