Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!think!rlk From: rlk@think.COM (Robert Krawitz) Newsgroups: comp.emacs Subject: Re: Examples of use of x-create-x-window and x-pop-up-window? Message-ID: <8581@think.UUCP> Date: Mon, 21-Sep-87 09:26:51 EDT Article-I.D.: think.8581 Posted: Mon Sep 21 09:26:51 1987 Date-Received: Tue, 22-Sep-87 01:50:53 EDT Sender: news@think.UUCP Reply-To: rlk@THINK.COM Organization: Thinking Machines Corporation, Cambridge, MA Lines: 17 In article <2560@aw.sei.cmu.edu> maa@sei.cmu.edu (Mark Ardis) writes: ] ]There are several functions in x.fns for manipulating X windows, ]but I cannot find any examples of their use. Has anyone used functions ]x-create-x-window or x-pop-up-window? Has anyone written GNU Emacs Lisp ]code that creates new X windows? They aren't user functions and should not be used (they are actually disabled after the window comes up). They are the (obsolete, says I) way of creating the initial window. I hacked V18 to do this from C, so these functions should be removed. RMS has rewritten the X interface to handle multiple windows; presumably the interface he chose is not identical to the one under discussion. Robert^Z