caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Daniel de Rauglaudre <daniel.de_rauglaudre@inria.fr>
To: caml-list@inria.fr
Subject: Re: [Caml-list] 3 camlp4 questions
Date: Fri, 18 Oct 2002 14:07:06 +0200	[thread overview]
Message-ID: <20021018140706.B12300@verdot.inria.fr> (raw)
In-Reply-To: <4.3.2.7.2.20021018003507.02c32e18@mail.d6.com>; from checker@d6.com on Fri, Oct 18, 2002 at 12:35:18AM -0700

Hi,

On Fri, Oct 18, 2002 at 12:35:18AM -0700, Chris Hecker wrote:
> 
> 1.  Are the latest camlp4 manual and tutorial in the camlp4 cvs tree 
> somewhere, or are they available as a tarball for downloading?  The 3.06 
> versions are available as a tarball or as webpages, and the latest (3.06+6) 
> are available as webpages, but I can't find them as a tarball.

They were not, but ok, since I made recently a new section in the
tutorial, I installed the tarball of the DVI and HTML versions of the
current version: Camlp4 ftp distribution, directory NEW.

> 2.  I'm trying to compile otags 3.04.3 but it's dying in pr.ml:
> [...]
>      | <:class_type< object $cst$ $list:csf$ end >> ->

It was changed in version 3.05. Now the good syntax is:
         <:class_type< object $opt:cst$ $list:csf$ end >>

But, to remain compatible, I just added some code to allow the old
syntax to be accepted: it works but displays a warning. Just upgrade
your Camlp4 version.

> 3.  I'm trying to use camlp4o parsing in my toplevel running in emacs (on 
> Win2k).  It works fine most of the time.  However, if I send a large buffer 
> of text to the toplevel, emacs and the toplevel hang.  It's behaving 
> exactly like a similar problem I had with the toplevel that I fixed and 
> documented here:
> 
> http://groups.google.com/groups?selm=fa.grqn5sv.1c46apb%40ifi.uio.no

Oops, I have difficulties to understand your fix. And I don't
understand: if the fix applies to the function refill_lexbuff of the
Toplevel, it should work with Camlp4 since the toplevel of Camlp4 just
uses the lex buffer that OCaml provides.

But, ok, if you need to know where it speaks about the lex buffer, go
to the subdirectory "top" of the Camlp4 distribution, file "camlp4_top.ml".
If you find something which would fix your problem, please let me know
where and I can update the file.

-- 
Daniel de RAUGLAUDRE
daniel.de_rauglaudre@inria.fr
http://cristal.inria.fr/~ddr/
-------------------
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


  reply	other threads:[~2002-10-18 12:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-18  7:35 Chris Hecker
2002-10-18 12:07 ` Daniel de Rauglaudre [this message]
  -- strict thread matches above, loose matches on Subject: below --
2002-10-18  0:19 Chris Hecker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20021018140706.B12300@verdot.inria.fr \
    --to=daniel.de_rauglaudre@inria.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).