Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!usc!ucsd!ucbvax!NORTHSTAR.DARTMOUTH.EDU!tobeye From: tobeye@NORTHSTAR.DARTMOUTH.EDU (Anthony Edwards) Newsgroups: comp.soft-sys.andrew Subject: Re: link inset usage disables keys Message-ID: Date: 28 Nov 90 14:26:22 GMT References: Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 23 Excerpts from mail: 28-Nov-90 Re: link inset usage disabl.. mcinerny+@andrew.cmu.edu (261) > I don't have this problem: the link inset warps the cursor to the new > window, and the input focus is set there. At least under TWM. What > window manager are you running? Perhaps you need to set point-focus > rather than click-focus. I, too, am using TWM. I too, have the mouse cursor warp to the new window. However, I do not get a text cursor in that window. That's an indication of the problem: EZ is sending all its character events to an inset (presumably the link inset) which ignores them; I want EZ to send its character events to the textview inset that has my file in it. That way, I can immediately start editing with the keyboard rather than clicking the mouse in the window (thereby telling EZ to send all character events to textview). (I guess I shouldn't have used the word cursor in the previous note without qualifying it as the text carat. I suppose I should have also pointed out that X mouse focus follows the mouse in my window manager - I do not click to tell X to focus in a window like Motif.) - Anthony