[MLton-commit] r5097

Vesa Karvonen vesak at mlton.org
Tue Jan 30 23:14:28 PST 2007


More things to do.

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

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-01-30 23:23:01 UTC (rev 5096)
+++ mlton/trunk/ide/emacs/def-use-mode.el	2007-01-31 07:14:12 UTC (rev 5097)
@@ -4,11 +4,14 @@
 ;; See the file MLton-LICENSE for details.
 
 ;; TBD:
+;; - highlight all refs to a var while def-use-list buffer exists
+;; - mode specific on-off switching
 ;; - automatic loading of def-use files
 ;; - automatic reloading of modified def-use files
 ;; - make loading of def-use files asynchronous
 ;; - disable def-use when file is modified
 ;; - use mode dependent identifier charset (e.g also skip over _ in sml-mode)
+;; - rename-variable
 
 (require 'def-use-data)
 




More information about the MLton-commit mailing list