Path: utzoo!utgpu!water!watmath!clyde!rutgers!ames!husc6!yale!sieber From: sieber@yale-zoo-suned..arpa (john sieber) Newsgroups: comp.windows.x Subject: (hopefully) simple application query Summary: sending text to transcript windows Message-ID: <21086@yale-celray.yale.UUCP> Date: 8 Jan 88 02:04:07 GMT Sender: root@yale.UUCP Reply-To: sieber@cs.yale.edu (jack sieber) Followup-To: sieber@cs.yale.edu Organization: Yale University Computer Science Dept, New Haven CT Lines: 21 What I want to do is very straighforward: from inside T (our local LISP) I want to pop several transcript windows and send text the them. Each new line of text would appear below the previous line (in a particular transcript window), and would scroll the window up one line when the bottom of the window had been reached. It should be easy enough to write a short program which pops a window on the screen, taking as arguments x, y, width, height, font, etc. to pass to XCreateWindow. Another function to send text to the window using XText. However, I need to be able to scroll the text in the window so that new lines can be inserted at the bottom of a full window. Related to this, I would like to be able to send a line of text without specifying the absolute coordinates in the window. Surely there are some more text functions out there that I don't know about. Can anybody make some suggestions, or hope against hope, send me some code which does something like I've described. Thanks in advance, Jack Sieber