From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by yquem.inria.fr (Postfix) with ESMTP id AB46CBC40 for ; Tue, 26 Oct 2004 14:20:03 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id i9QCK3cE023790 for ; Tue, 26 Oct 2004 14:20:03 +0200 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 OAA32680 for ; Tue, 26 Oct 2004 14:20:03 +0200 (MET DST) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.192]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id i9QCK2Zj020521 for ; Tue, 26 Oct 2004 14:20:02 +0200 Received: by wproxy.gmail.com with SMTP id 68so156990wri for ; Tue, 26 Oct 2004 05:20:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=fEtu3XEtz/pIFZxtvlbqZMOvvmYY8OxthF8nreTBfZc4icOyZG2EiQ/pmoIvVz6orNVfuJXTFh+lDbv/wmTpkG6LjxAHPGfeUY20p2WQH21QSrl41XW+hCmThsgdeUlAmj9cc2Jven4+4bcdgdnOFlM5Rjj3QINY30fj/KBwFxw= Received: by 10.38.209.71 with SMTP id h71mr403713rng; Tue, 26 Oct 2004 05:20:01 -0700 (PDT) Received: by 10.38.66.27 with HTTP; Tue, 26 Oct 2004 05:20:01 -0700 (PDT) Message-ID: Date: Tue, 26 Oct 2004 05:20:01 -0700 From: Tiago Dionizio Reply-To: Tiago Dionizio To: Caml Mailing List Subject: *s ignored on windows gui Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Miltered: at concorde with ID 417E40F3.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at nez-perce with ID 417E40F2.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; ocaml:01 bumped:01 bug:01 char:01 char:01 ...:98 behaviour:01 caml:02 objective:02 unit:02 unit:02 seems:03 string:03 gui:03 gui:03 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on yquem.inria.fr X-Spam-Status: No, score=0.5 required=5.0 tests=FROM_ENDS_IN_NUMS,RCVD_BY_IP autolearn=disabled version=3.0.0 X-Spam-Level: Hi, i was playing with ocaml (learning!) and bumped with something that i think it might be a bug... since i didn't find anything explaining this behaviour: Objective Caml version 3.08.0 # print_string "**e";; e- : unit = () # print_char '*';; - : unit = () # it seems that the '*' char is ignored at the beginning of the lines on the windows gui, the same does -not- happen on the command line version. Is this a known problem? Sorry if this was reported already or if it a known issue. Tiago