caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Chris Hecker <checker@d6.com>
To: Jacques Garrigue <garrigue@kurims.kyoto-u.ac.jp>
Cc: caml-list@inria.fr
Subject: Re: [Caml-list] any way to "clear" the toplevel?
Date: Wed, 25 Apr 2001 18:18:17 -0700	[thread overview]
Message-ID: <4.3.2.7.2.20010425181543.00e59330@shell16.ba.best.com> (raw)
In-Reply-To: <20010426100502B.garrigue@kurims.kyoto-u.ac.jp>


>Unfortunately, your solution is only partial: it is almost equivalent
>to quitting and starting a new toplevel (which is my personal solution :-))
>You do not only erase things that have changed, but just everything.
>But it has the advantage of being very simple.

Right, but since I just have my makefile output a "top" file that looks like this now:

#init;;
#load "blah.cmo";;
...

It just works for me.  Restarting the toplevel inside emacs was a big pain, not to mention that doing it too many times on Win98 would crash the OS :).  I just have to #use "top";; whenever I change a library.  It's not too bad...the 80/20 rule applies here.  :)

I'm really getting into the toplevel for development.  We'll see how that opinion evolves as my project gets bigger.  

Chris

-------------------
To unsubscribe, mail caml-list-request@inria.fr.  Archives: http://caml.inria.fr


  reply	other threads:[~2001-04-26  1:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-25 20:35 Chris Hecker
2001-04-25 23:56 ` Chris Hecker
2001-04-26  1:05   ` Jacques Garrigue
2001-04-26  1:18     ` Chris Hecker [this message]
2001-04-26 12:46     ` Marcin 'Qrczak' Kowalczyk
2001-04-27  0:50       ` Jacques Garrigue
2001-04-27  4:03         ` Marcin 'Qrczak' Kowalczyk

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=4.3.2.7.2.20010425181543.00e59330@shell16.ba.best.com \
    --to=checker@d6.com \
    --cc=caml-list@inria.fr \
    --cc=garrigue@kurims.kyoto-u.ac.jp \
    /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).