[MLton-commit] r5137
Vesa Karvonen
vesak at mlton.org
Mon Feb 5 07:18:17 PST 2007
Point to wiki for instructions for now.
----------------------------------------------------------------------
U mlton/trunk/ide/emacs/def-use-mode.el
----------------------------------------------------------------------
Modified: mlton/trunk/ide/emacs/def-use-mode.el
===================================================================
--- mlton/trunk/ide/emacs/def-use-mode.el 2007-02-05 11:58:58 UTC (rev 5136)
+++ mlton/trunk/ide/emacs/def-use-mode.el 2007-02-05 15:18:04 UTC (rev 5137)
@@ -4,24 +4,7 @@
;; See the file MLton-LICENSE for details.
;; This is a minor mode to support precisely identified definitions and
-;; uses.
-;;
-;; To try:
-;;
-;; -1. svn up your MLton source tree.
-;; 0. Compile the latest MLton from SVN.
-;; 1. Generate a def-use file using MLton with the (new)
-;; -prefer-abs-paths true option.
-;; 2. Load all of the `def-use-*.el' files and `esml-du-mlton.el'.
-;; 3. M-x esml-du-mlton <def-use-file>
-;; (It may take some time for parsing to finish, but you can continue
-;; editing at the same time.)
-;; 4. M-x def-use-mode
-;; 5. Go to a SML source file covered by the def-use file and place the
-;; cursor over some variable (def or use).
-;;
-;; The plan is to improve the usability of this mode (automatic loading,
-;; purging, and reloading of def-use info) in the near future.
+;; uses. See http://mlton.org/EmacsDefUseMode for further information.
;; XXX mode specific on-off switching
;; XXX disable def-use when file is modified
More information about the MLton-commit
mailing list