From: Fritz Heinrichmeyer <fritz.heinrichmeyer@fernuni-hagen.de>
Cc: caml-list@pauillac.inria.fr
Subject: Re: ocaml-mode 1.06
Date: 26 Nov 1997 14:10:30 +0100 [thread overview]
Message-ID: <uf20037qd5.fsf@jfh00.fernuni-hagen.de> (raw)
In-Reply-To: Jacques GARRIGUE's message of Wed, 26 Nov 1997 17:17:34 +0900
when compiling and using next-error, the error expression is not
correctly marked. Here is the patch from
John Gerard Malecki <johnm@artisan.com> (against ocaml-mode 1.05, but it
can be applied trivially by hand):
635,637c635,636
< (setq end (- (+ (point) end 1) beg) ;; (+ (point) end)
< beg (+ (point) 1) ;; (+ (point) beg)
< )
---
> (setq beg (+ (point) beg)
> end (+ (point) end))
prev parent reply other threads:[~1997-11-26 13:35 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
1997-11-25 8:03 imenu and ocaml-mode 1.05 Fritz Heinrichmeyer
1997-11-26 8:17 ` ocaml-mode 1.06 Jacques GARRIGUE
1997-11-26 13:10 ` Fritz Heinrichmeyer [this message]
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=uf20037qd5.fsf@jfh00.fernuni-hagen.de \
--to=fritz.heinrichmeyer@fernuni-hagen.de \
--cc=caml-list@pauillac.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