[MLton-commit] r5161

Vesa Karvonen vesak at mlton.org
Fri Feb 9 09:33:31 PST 2007


Reminders.
----------------------------------------------------------------------

U   mlton/trunk/ide/emacs/def-use-mode.el
U   mlton/trunk/ide/emacs/esml-du-mlton.el

----------------------------------------------------------------------

Modified: mlton/trunk/ide/emacs/def-use-mode.el
===================================================================
--- mlton/trunk/ide/emacs/def-use-mode.el	2007-02-09 17:01:50 UTC (rev 5160)
+++ mlton/trunk/ide/emacs/def-use-mode.el	2007-02-09 17:33:07 UTC (rev 5161)
@@ -6,6 +6,7 @@
 ;; This is a minor mode to support precisely identified definitions and
 ;; uses.  See http://mlton.org/EmacsDefUseMode for further information.
 
+;; XXX def-use-apropos
 ;; XXX mode specific on-off switching
 ;; XXX rename-variable
 

Modified: mlton/trunk/ide/emacs/esml-du-mlton.el
===================================================================
--- mlton/trunk/ide/emacs/esml-du-mlton.el	2007-02-09 17:01:50 UTC (rev 5160)
+++ mlton/trunk/ide/emacs/esml-du-mlton.el	2007-02-09 17:33:07 UTC (rev 5161)
@@ -7,6 +7,7 @@
 (require 'bg-job)
 (require 'esml-util)
 
+;; XXX Keep a set of files covered by a def-use file.  Don't reload unnecessarily.
 ;; XXX Poll periodically for modifications to def-use files.
 ;; XXX Detect when the same ref is both a use and a def and act appropriately.
 




More information about the MLton-commit mailing list