[comp.emacs] code wanted

kautz.allegra@btl.CSNET (05/06/87)

I'd like a piece of code that would allow me to conveniently create
multiple interactive shell windows, each automatically running
different programs (e.g., rlogged onto different machines, etc.)
Please mail direct to...

---- Henry Kautz
:uucp:	allegra!kautz		
:csnet:	kautz%allegra@btl.csnet
:arpa:	kautz%allegra%btl.csnet@csnet-relay.arpa
:mail:  AT&T Bell Laboratories	|:home address:
	Room 3C-433		|	155 Woodland Ave.
	600 Mountain Ave.	|	Summit, N.J. 07901
	Murray Hill, N.J. 07974	|
:office phone: (201) 582-2815	

janssen@milano.UUCP (05/07/87)

Multiple shell buffers:

	for (number of shell buffers needed)
		M-x shell
		M-x rename-buffer <name>
	endfor

Then make enough windows to display the buffers you need to display.

Bill