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 IAA07668; Wed, 25 Apr 2001 08:49:10 +0200 (MET DST) X-Authentication-Warning: pauillac.inria.fr: majordomo set sender to owner-caml-list@pauillac.inria.fr using -f Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id IAA07738 for ; Wed, 25 Apr 2001 08:49:09 +0200 (MET DST) Received: from mailgw1.fhg.de (mailgw1.fhg.de [153.96.1.2]) by concorde.inria.fr (8.11.1/8.10.0) with ESMTP id f3P6n7X04323 for ; Wed, 25 Apr 2001 08:49:07 +0200 (MET DST) Received: from ilt.fhg.de (ilt.ilt.fhg.de [153.96.180.2]) by mailgw1.fhg.de (8.11.1/8.11.1) with ESMTP id f3P6n5f07547 for ; Wed, 25 Apr 2001 08:49:06 +0200 (MET DST) Received: from eent230 (iltpc099.ilt.fhg.de [192.102.148.99]) by ilt.fhg.de (8.9.3/8.9.3) with SMTP id IAA23930 for ; Wed, 25 Apr 2001 08:49:04 +0200 (MET DST) Message-Id: <200104250649.IAA23930@ilt.fhg.de> From: wester@ilt.fhg.de To: caml-list@inria.fr Date: Wed, 25 Apr 2001 08:49:05 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: [Caml-list] toplevel is hanging In-reply-to: <5lae56xnw6.fsf@rum.cs.yale.edu> X-mailer: Pegasus Mail for Win32 (v3.01d) Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk > >>>>> "wester" == wester writes: > >> 2. Fix emacs. The documentation for process-send-region says "If the > >> region is more than 500 characters long, it is sent in several bunches. > >> This may happen even for shorter regions. Output from processes can > >> arrive in between bunches." They did this to fix this exact process > >> interlock problem. Of course, this is not what the source code does. > >> The source only breaks up _lines_ that are longer than a certain > >> length, but the problem is the regions we're sending have short lines, > >> but lots of newlines. If the code actually did what the docs say then > >> this wouldn't have happened. I did not feel like messing with the > >> heinous emacs source (this function is particularly beautiful :), so I > >> did #1. > > I can't remember seeing this particular bug-report, but I'll look into it. > Of course, there's a third solution (the one used in sml-mode) which is > for tuareg to use a temporary file. > Hi Stefan, could you be so kind and tell me how this can be done. Do I have do change the Tuareg *.el files or some entries in my .emacs file? Thank you Rolf Wester ------------------------------------- Rolf Wester wester@ilt.fhg.de ------------------- To unsubscribe, mail caml-list-request@inria.fr. Archives: http://caml.inria.fr