Browse thread
Re: [Caml-list] exuberant ctags for ocaml ?
-
Cuihtlauac ALVARADO
-
Michal Moskal
-
Cuihtlauac ALVARADO
- Mattias Waldau
-
Cuihtlauac ALVARADO
-
Michal Moskal
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Mattias Waldau <mattias.waldau@a...> |
| Subject: | RE: [Caml-list] exuberant ctags for ocaml ? |
otags works nicely on Linux, but using cygwin 3.06 I get
Fatal error: exception Invalid_argument("String.sub")
It worked a couple of month ago (probably 3.04)
Am I the only one with this problem?
> -----Original Message-----
> From: owner-caml-list@pauillac.inria.fr
> [mailto:owner-caml-list@pauillac.inria.fr] On Behalf Of
> Cuihtlauac ALVARADO
> Sent: Thursday, November 14, 2002 9:01 AM
> To: Michal Moskal
> Cc: alan.schmitt@polyechnique.org; caml-list@inria.fr
> Subject: Re: [Caml-list] exuberant ctags for ocaml ?
>
>
> Latest release :
>
> http://perso.wanadoo.fr/cuihtlauac.alvarado/otags-3.06.5.tar.gz
>
> vi & stdout patches should be ok.
>
> On Tue, Nov 12, 2002 at 09:25:09PM +0100, Michal Moskal wrote:
> > On Tue, Nov 12, 2002 at 01:18:29PM +0100, Cuihtlauac ALVARADO wrote:
> > > Hi,
> > >
> > > I'm sorry to realize a bit late that we forget to release for a
> > > while, you'll find an up to date version of otags here:
> > >
> > > http://perso.wanadoo.fr/cuihtlauac.alvarado/otags-3.06.2.tar.gz
> > >
> > > I've applided Michal Moskal patch (thanks for helping).
> >
> > Unfortunetely this is wrong version of this patch, it
> quotes too much
> > (as pointed by Ava Arachne Jarvis). Attached you'll find little fix
> > against 3.06.2.
> >
> > --
> > : Michal Moskal ::::: malekith/at/pld-linux.org : GCS
> {C,UL}++++$ a? !tv
> > : PLD Linux ::::::: Wroclaw University, CS Dept : {E-,w}--
> {b++,e}>+++ h
>
> > diff -ur otags-3.06.2-/vi.ml otags-3.06.2/vi.ml
> > --- otags-3.06.2-/vi.ml Tue Nov 12 21:20:55 2002
> > +++ otags-3.06.2/vi.ml Tue Nov 12 21:21:07 2002
> > @@ -62,7 +62,7 @@
> > let buffer = Buffer.create (String.length part_es) in
> > String.iter (fun c ->
> > match c with
> > - | '.' | '$' | '*' | '[' | ']' | '/' | '\\' ->
> > + | '$' | '/' | '\\' ->
> > Buffer.add_char buffer '\\';
> > Buffer.add_char buffer c
> > | _ -> Buffer.add_char buffer c)
>
>
> --
> Cuihtlauac ALVARADO - France Telecom R&D - DTL/TAL
> 2, avenue Pierre Marzin - 22307 Lannion - France
> Tel: +33 2 96 05 32 73 - Fax: +33 2 96 05 39 45
> -------------------
> 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
-------------------
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