Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site oddjob.UChicago.UUCP Path: utzoo!watmath!clyde!akgua!mcnc!decvax!harpo!ulysses!mhuxl!ihnp4!oddjob!matt From: matt@oddjob.UChicago.UUCP (Matt Crawford) Newsgroups: net.emacs Subject: Re: Sending signals to emacs' processes (Plus a Q. of my own) Message-ID: <212@oddjob.UChicago.UUCP> Date: Sat, 12-May-84 18:17:56 EDT Article-I.D.: oddjob.212 Posted: Sat May 12 18:17:56 1984 Date-Received: Sun, 13-May-84 10:23:40 EDT References: <381@sri-arpa.UUCP> Organization: U. Chicago - Astro. Lines: 21 Since an "stty all" in the shell window shows that the interrupt character is ^C, I tried using the minibuffer: ESC-ESC (string-to-process "shell" "\^C") did just what you want, as long as what you want is one of the signals that is normally invocable from the keyboard. If not you could write a program that takes a PID and a signal name or number as args and sends the signal. Then you could: (save-window-excursion (temp-use-buffer "crud") (set-mark) (fast-filter-region (concat "Your-Program-Name" (process-id "Process-To-Be-Signaled") Signal-Name-Or-Number)) ) ) Now what I need to know is: how do I get the share-emacs facility to work under 4.2bsd ?? ___________________________________________________ Matt ARPA: crawford@anl-mcs.arpa Crawford UUCP: ihnp4!oddjob!matt