caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Michal Moskal <malekith@pld-linux.org>
To: Ava Arachne Jarvis <ajar@katanalynx.dyndns.org>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] exuberant ctags for ocaml ?
Date: Mon, 11 Nov 2002 22:21:08 +0100	[thread overview]
Message-ID: <20021111212108.GA18795@roke.freak> (raw)
In-Reply-To: <20021110190755.GE711@dan0032.urh.uiuc.edu>

On Sun, Nov 10, 2002 at 01:07:55PM -0600, Ava Arachne Jarvis wrote:
> [Michal Moskal - Sun, 10 Nov 2002 07:09:21 AM CST]
> > I think it's safer to escape everything. For example, consider:
> > 
> >   let f x y = [x * y]
> > 
> > So I did it :-) src.rpm available in the same place with release 3.
> 
> No, don't do that.  It kills searching -- vi refuses to find the tag.
> Apparently a more restricted search is used when searching for tags.

Yes, you're right. After reading through the vim docs I found that tags
are searched with 'magic' option off, which means only '^' and '$' are
magic. '.' is not. Also '\' as quote character and '/' as a search string 
delimeter needs to be quoted. Therefore current version of patch quotes
any of '$', '\', '/', which seems to work fine.

> Also, source rpms are a bit annoying for those of us who don't use an
> RPM-based distribution.  A tarball would be nice to have on the side as
> well, or at least downloadable patches.

Sure, please check ftp://ftp.kernel.pl/pub/People/malekith/ocaml/ for
patches and patched tarball. Please contact me in case of problems.

-- 
: Michal Moskal ::::: malekith/at/pld-linux.org :  GCS {C,UL}++++$ a? !tv
: PLD Linux ::::::: Wroclaw University, CS Dept :  {E-,w}-- {b++,e}>+++ h
-------------------
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-11-12 19:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2002-11-10 23:03   ` Alan Schmitt
2002-11-12 12:18 Cuihtlauac ALVARADO
2002-11-12 20:25 ` Michal Moskal
2002-11-14  8:00   ` Cuihtlauac ALVARADO
2002-11-14 14:39     ` Mattias Waldau

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=20021111212108.GA18795@roke.freak \
    --to=malekith@pld-linux.org \
    --cc=ajar@katanalynx.dyndns.org \
    --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).