summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorschinz <schinz@epfl.ch>2004-01-22 10:05:06 +0000
committerschinz <schinz@epfl.ch>2004-01-22 10:05:06 +0000
commitfd419e96a7b766e5707b9d8c4e4060ae7055d1f4 (patch)
tree38e45b075393fdb3e04eaae36f43ee170f9393db /support
parent7fab748c790ca2065b1967575c0a03b30d14d8f8 (diff)
downloadscala-fd419e96a7b766e5707b9d8c4e4060ae7055d1f4.tar.gz
scala-fd419e96a7b766e5707b9d8c4e4060ae7055d1f4.tar.bz2
scala-fd419e96a7b766e5707b9d8c4e4060ae7055d1f4.zip
- fixed the Scala URL,
- added a TODO list and a note about XEmacs incompatibility
Diffstat (limited to 'support')
-rw-r--r--support/emacs/scala-mode.el7
1 files changed, 5 insertions, 2 deletions
diff --git a/support/emacs/scala-mode.el b/support/emacs/scala-mode.el
index 8fe25a2978..b4fa16f58e 100644
--- a/support/emacs/scala-mode.el
+++ b/support/emacs/scala-mode.el
@@ -2,17 +2,20 @@
;;; $Id$
;;; TODO
+;;; - make automatic indentation work in all cases
+;;; - support more Emacs variants (especially XEmacs)
(require 'easymenu)
-;;(require 'newcomment)
(require 'cl)
(require 'regexp-opt)
(defconst scala-mode-version "0.3 ($Revision$)")
(defconst scala-bug-e-mail "Michel.Schinz@epfl.ch")
-(defconst scala-web-url "http://lamp.epfl.ch/scala/")
+(defconst scala-web-url "http://scala.epfl.ch/")
;; XEmacs compatibility
+;; (note that XEmacs is not supported currently, the function below
+;; only works around a single incompatibility).
(defun scala-regexp-opt-charset (cset)
(regexp-opt-charset (if (integerp ?a)