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 PAA29631; Fri, 21 Nov 2003 15:27:39 +0100 (MET) 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 PAA28361 for ; Fri, 21 Nov 2003 15:27:37 +0100 (MET) Received: from megs23.100mwh.com ([205.214.86.13]) by concorde.inria.fr (8.11.1/8.11.1) with ESMTP id hALERL117166 for ; Fri, 21 Nov 2003 15:27:35 +0100 (MET) Received: from [205.214.86.158] (helo=uaapc442) by megs23.100mwh.com with asmtp (Exim 4.24) id 1ANCFh-0002E1-Vl; Fri, 21 Nov 2003 07:27:19 -0700 Cc: caml-list@inria.fr To: Christian Schaller Subject: Re: [Caml-list] exceptions References: Message-ID: From: Artem Prisyznuk Content-Type: text/plain; format=flowed; charset=koi8-r MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Date: Fri, 21 Nov 2003 16:27:35 +0200 In-Reply-To: User-Agent: Opera7.22/Win32 M2 build 3221 X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - megs23.100mwh.com X-AntiAbuse: Original Domain - inria.fr X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - sit.kiev.ua X-Loop: caml-list@inria.fr X-Spam: no; 0.00; caml-list:01 artem:01 schaller:01 schaller:01 3.06.:01 3.07:01 ocamlerror:01 cminusminus:01 m-x:01 artem:01 ocaml:01 ocaml:01 command:98 vim:01 emacs:01 Sender: owner-caml-list@pauillac.inria.fr Precedence: bulk On Fri, 21 Nov 2003 15:06:19 +0100, Christian Schaller wrote: > What am I doing wrong? My ocaml is version 3.06. Yes, ocaml < 3.07 print only number character in file instead line info. You can upgrade your ocaml, or use additional OcamlError tool (http://www.cminusminus.org/tools.html). PS: If you use vim you can goto to required character using command ":goto 1234" If you use emacs you can type M-x goto-char RET 1234. -- Artem Prysyznuk tema@sit.kiev.ua ------------------- 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