From fd419e96a7b766e5707b9d8c4e4060ae7055d1f4 Mon Sep 17 00:00:00 2001 From: schinz Date: Thu, 22 Jan 2004 10:05:06 +0000 Subject: - fixed the Scala URL, - added a TODO list and a note about XEmacs incompatibility --- support/emacs/scala-mode.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'support/emacs/scala-mode.el') 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) -- cgit v1.2.3