Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!sri-spam!sri-unix!teknowledge-vaxc!mkhaw From: mkhaw@teknowledge-vaxc.UUCP Newsgroups: comp.emacs Subject: help - make GNU display-time NOT use a pty Message-ID: <16402@teknowledge-vaxc.ARPA> Date: Mon, 7-Sep-87 02:34:00 EDT Article-I.D.: teknowle.16402 Posted: Mon Sep 7 02:34:00 1987 Date-Received: Tue, 8-Sep-87 01:31:08 EDT Organization: Teknowledge, Inc., Palo Alto CA Lines: 20 On systems that have ptys, GNU prefers to use them for all subprocesses including the display-time function. Ultrix appears to allow a maximum of 96 ptys, and we are running short of them, so I'd like to make display-time use a pipe instead. In process.c, it says that if the lisp variable "process-connection-type" is nil, the interprocess link will be a pipe (and a pty if 't'), but not knowing lisp, I don't know how to set it nil ONLY FOR THE DISPLAY-TIME FUNCTION. I don't want other kinds of subprocesses (like shell buffers) to be forced to use pipes as well. I'm hoping that there's some lisp incantation that I can put into time.el to do the trick. Thanks, Mike Khaw -- internet: mkhaw@teknowledge-vaxc.arpa usenet: {uunet|sun|ucbvax|decwrl|uw-beaver}!mkhaw%teknowledge-vaxc.arpa USnail: Teknowledge Inc, 1850 Embarcadero Rd, POB 10119, Palo Alto, CA 94303