[net.emacs] Sending signals to emacs' processes

matt@oddjob.UChicago.UUCP (Matt Crawford) (05/13/84)

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