Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site spice.cs.cmu.edu.ARPA Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!think!harvard!seismo!rochester!pt.cs.cmu.edu!spice.cs.cmu.edu!cef From: cef@spice.cs.cmu.edu.ARPA (Charles Fineman) Newsgroups: net.emacs Subject: Getting EMACS's attention Message-ID: <467@spice.cs.cmu.edu.ARPA> Date: Mon, 14-Oct-85 17:08:15 EDT Article-I.D.: spice.467 Posted: Mon Oct 14 17:08:15 1985 Date-Received: Thu, 17-Oct-85 00:48:10 EDT Organization: Carnegie-Mellon University, CS/RI Lines: 10 I have a set-up like this: +-----------+ +--------+ +-------+ | Process X | <------------> | Driver | <---> | EMACS | +-----------+ +--------+ +-------+ What I need is a way for the driver, upon recieving a signal from Process X, to gain control of EMACS. E.G. Suppose Process X is a menu: I want to be able to select an entry from the menu and have emacs go to that section of the file. Is there a way to do this without hacking up EMACS itself?