Add ocaml-mode.README.Debian file explaining how to override tuareg-mode
authorJerome Marant <jerome@debian.org>
Sat, 3 Sep 2005 09:45:27 +0000 (09:45 +0000)
committerJerome Marant <jerome@debian.org>
Sat, 3 Sep 2005 09:45:27 +0000 (09:45 +0000)
debian/changelog
debian/ocaml-mode.README.Debian [new file with mode: 0644]

index 06ab0036d031bcfed93210a623601885fff4d180..17ad7022733d145c44daeb061a9af9b148154d25 100644 (file)
@@ -24,6 +24,10 @@ ocaml (3.08.3-8) UNRELEASED; urgency=low
       package
     - Mention that all previous emacs conffiles are renamed in order
       not to mess with the new ocaml-mode
+  * debian/ocaml-mode.README.Debian:
+    - New file
+    - Explain how to override tuareg-mode in case both modes are
+      installed
 
   * debian/changelog: Remove spurious changelog entry
 
diff --git a/debian/ocaml-mode.README.Debian b/debian/ocaml-mode.README.Debian
new file mode 100644 (file)
index 0000000..3dd7663
--- /dev/null
@@ -0,0 +1,14 @@
+ocaml-mode for Debian
+---------------------
+
+ WARNING: tuareg-mode may be installed on your system. Since it
+ has a higher priority than ocaml-mode, it will be used for
+ every OCaml file loaded into (X)Emacs.
+ If you absolutely want to override those default settings and
+ use ocaml-mode instead of tuareg-mode, you only need to add the
+ following line to your .emacs:
+
+   (load-file "/etc/emacs/site-start.d/50ocaml-mode.el")
+
+ -- Jerome Marant <jerome@debian.org>, Sat Sep  3 11:41:37 2005