emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/tuareg f474014 3/4: Advertise the new features of the .ml


From: ELPA Syncer
Subject: [nongnu] elpa/tuareg f474014 3/4: Advertise the new features of the .ml ↔ .mli switch
Date: Fri, 3 Sep 2021 17:57:44 -0400 (EDT)

branch: elpa/tuareg
commit f4740141a01480b7356a50aa9b09f674b095b2ec
Author: Christophe Troestler <Christophe.Troestler@umons.ac.be>
Commit: Christophe Troestler <Christophe.Troestler@umons.ac.be>

    Advertise the new features of the .ml ↔ .mli switch
---
 CHANGES.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGES.md b/CHANGES.md
index 7a62e52..6ce6faa 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -13,7 +13,11 @@
   for [binding operators][].  Moreover, font-lock now has 3 possible
   levels of fontification (see the README).
 * The switch .ml ↔ .mli now uses the Emacs built-in `find-file` and
-  was extended to `.eliom` ↔ `.eliomi` and `.mly` ↔ `.mli`.
+  was extended to `.eliom` ↔ `.eliomi` and `.mly` ↔ `.mli`.  It also
+  work for pre-processed files named `.pp.ml` and `.pp.mli`.
+* When switching from an `.ml` to a non-existing `.mli` file using
+  <kbd>C-cC-a</kbd>, one is offered to fill the `.mli` buffer with the
+  generated interface.
 * Set `beginning-of-defun-function` and `end-of-defun-function` which
   allows to go to the beginning of the current function (resp. end)
   with <kbd>C-M-home</kbd>, <kbd>C-M-a</kbd> or <kbd>ESC



reply via email to

[Prev in Thread] Current Thread [Next in Thread]