Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!ncar!csn!boulder!tigger!ralex From: ralex@cs.Colorado.EDU (Repenning Alexander) Newsgroups: comp.lang.lisp Subject: CLX question: mapping a window to screen without user interference Message-ID: <1991Apr30.200418.5016@colorado.edu> Date: 30 Apr 91 20:04:18 GMT Sender: news@colorado.edu (The Daily Planet) Organization: University of Colorado, Boulder, Department of Computer Science Lines: 19 Originator: ralex@tigger Nntp-Posting-Host: tigger.colorado.edu First of all, is there a better news groups regarding CLX questions? I'm trying to map onto the screen without user interference using the TWM window manager. When I create a window and map it onto the screen it will force me to position the window first. This is not tolerable for a hypertext kind of applications. If I use :override-redirect :on for create-window then the window gets mapped directely, however, then the window will not be decorated. I've seen a decorated window mapping popping onto the screen using TWM in some CLX based applications, i.e., there must be a way. Any ideas? Do I need some real bizzare combination of keywords for create-window, or is there some special way to setup the display, or.. HELP! Alex