caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Michal Moskal <malekith@pld-linux.org>
To: Cuihtlauac ALVARADO <cuihtlauac.alvarado@francetelecom.com>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] exuberant ctags for ocaml ?
Date: Tue, 12 Nov 2002 21:25:09 +0100	[thread overview]
Message-ID: <20021112202509.GA5640@roke.freak> (raw)
In-Reply-To: <20021112121829.GC15980@francetelecom.com>

[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

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

[-- Attachment #2: ocaml-otags-vi-fix.patch --]
[-- Type: text/plain, Size: 547 bytes --]

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)

  reply	other threads:[~2002-11-12 21:26 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-12 12:18 Cuihtlauac ALVARADO
2002-11-12 20:25 ` Michal Moskal [this message]
2002-11-14  8:00   ` Cuihtlauac ALVARADO
2002-11-14 14:39     ` Mattias Waldau
  -- strict thread matches above, loose matches on Subject: below --
2002-11-08 23:20 Alan Schmitt
2002-11-09 17:41 ` Michal Moskal
2002-11-10 12:14   ` Ava Arachne Jarvis
     [not found]   ` <20021110121939.GC711@dan0032.urh.uiuc.edu>
     [not found]     ` <20021110130849.GA9168@roke.freak>
2002-11-10 19:07       ` Ava Arachne Jarvis
2002-11-11 21:21         ` Michal Moskal
2002-11-10 23:03   ` Alan Schmitt

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=20021112202509.GA5640@roke.freak \
    --to=malekith@pld-linux.org \
    --cc=caml-list@inria.fr \
    --cc=cuihtlauac.alvarado@francetelecom.com \
    /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).