Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!accuvax.nwu.edu!ferret.Berkeley.EDU!sandell From: sandell@ferret.Berkeley.EDU (Greg Sandell) Newsgroups: comp.windows.x Subject: Re: Mixing CLX and X versions Message-ID: <4971@accuvax.nwu.edu> Date: 10 Mar 90 23:34:01 GMT References: <9003082353.AA03120@zurich.ai.mit.edu> Sender: news@accuvax.nwu.edu Distribution: world Lines: 12 One critical change in X4 of CLX from X3 is that they got rid of the function image-p. You can get round this by replacing every instance of (image-p blah-blah) with (typep blah-blah 'xlib::image). **************************************************************** * Greg Sandell (sandell@ils.nwu.edu) * * Institute for the Learning Sciences, Northwestern University * ****************************************************************