From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (from majordomo@localhost) by pauillac.inria.fr (8.7.6/8.7.3) id KAA29447; Fri, 21 Feb 2003 10:05:44 +0100 (MET) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id KAA29454 for ; Fri, 21 Feb 2003 10:05:43 +0100 (MET) Received: from quux.msi.co.jp (quux.msi.co.jp [192.51.54.2]) by nez-perce.inria.fr (8.11.1/8.11.1) with ESMTP id h1L95fH12773 for ; Fri, 21 Feb 2003 10:05:41 +0100 (MET) Received: from hide.msi.co.jp (hide.msi.co.jp [192.51.54.11]) by quux.msi.co.jp (8.9.3/3.7W01081412-msi-ms) with SMTP id SAA01543 for ; Fri, 21 Feb 2003 18:05:37 +0900 (JST) Received: from asuka.msi.co.jp ([192.51.53.132]) by hide.msi.co.jp (SAVSMTP 3.0.0.44) with SMTP id M2003022118053621893 for ; Fri, 21 Feb 2003 18:05:36 +0900 Received: from localhost (grover.msi.co.jp [192.51.53.141]) by asuka.msi.co.jp (8.8.8+Sun/8.8.8) with ESMTP id SAA24586 for ; Fri, 21 Feb 2003 18:06:00 +0900 (JST) To: caml-list@inria.fr Subject: Re: [Caml-list] pipe puzzle In-Reply-To: <3E55DFC9.6050704@ucdavis.edu> References: <3E55DFC9.6050704@ucdavis.edu> X-Mailer: Mew version 1.94.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20030221180524D.ikeda@msi.co.jp> Date: Fri, 21 Feb 2003 18:05:24 +0900 From: IKEDA Katsumi X-Dispatcher: imput version 990905(IM130) Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk Hi, From: Issac Trotts > I have an alias (called 'o' because I use it often) that does > the following: > > (echo "let print s = print_string s; print_newline();;"; ledit) | ocaml > > It works just fine except that when I suspend the process, and then > type > > fg > > it tells me > > Signal 44 > > and kills off my OCaml session. Can someone here shed some light > on this? I think signal is sent by ledit. Try the following. (echo "foo bar baz"; ledit) | tail -f Then suspend it and run the command 'fg'. Regards, -- IKEDA Katsumi ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners