[comp.emacs] Examples of use of x-create-x-window and x-pop-up-window?

maa@sei.cmu.edu (Mark Ardis) (09/18/87)

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?

Mark A. Ardis
Software Engineering Institute
Carnegie Mellon University
Pittsburgh, PA 15213
(412) 268-7636
maa@sei.cmu.edu

rlk@think.COM (Robert Krawitz) (09/21/87)

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