[Haskell-cafe] Re: Using haskell with emacs

Stefan O'Rear stefanor at cox.net
Wed Aug 8 14:05:23 EDT 2007


On Wed, Aug 08, 2007 at 12:57:51PM -0400, Stefan Monnier wrote:
> >> I've removed it from the next release of haskell-mode, so if you need it,
> >> please explain why.
> 
> > So C-c C-l is the preferred method for re-loading?
> 
> Yes.
> 
> > I don't know enough about the details to know if :l and :r do exactly the
> > same things in ghci.
> 
> I don't either.  But experimentation suggests that the only
> difference is that :r doesn't need an argument (which in the case of
> haskell-mode doesn't make any difference since the arg is provided by
> haskell-mode anyway).

:r is also *much* faster in general; :l reloads all modules from
scratch, while :r only reloads the modules that have changed.

Stefan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://www.haskell.org/pipermail/haskell-cafe/attachments/20070808/ea511600/attachment.bin


More information about the Haskell-Cafe mailing list