Skip to content

Commit

Permalink
Add Emacs changes to 1.23 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d-torrance committed Feb 15, 2024
1 parent d80c11b commit 88b7c66
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions M2/Macaulay2/packages/Macaulay2Doc/changes.m2
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,20 @@ document {
LI { "Some computations in the engine (e.g. minimal betti diagrams and Groebner bases over associative algebras), ",
"can now take advantage of multiple CPU cores, see ", TO "parallelism in engine computations", "."}
}
},
LI { "emacs updates:",
UL {
LI { "Indentation in the Macaulay2 major mode is now more consistent with other Emacs majors modes. For example, it now respects ",
"the Electric Indent minor mode. In particular, it is possible to toggle whether code is automatically indented after pressing ",
KBD "Return", " by running ", SAMP "M-x electric-indent-mode", "." },
LI { "The Macaulay2 Interaction major mode now respects the ", SAMP "comint-use-prompt-regexp", " variable. This controls how ",
"many lines are sent to Macaulay2 when pressing ", KBD "Return", " after scrolling up to previous input. If the variable is ",
"set to ", SAMP "t", ", then one line will be sent. If it is set to ", SAMP "nil", " (the default), then the entire input ",
"field will be sent." },
LI { "The function ", SAMP "M2-send-to-program", " (which is bound to ", KBD "F11", " by default), is now only intended to be ",
"called from the Macaulay2 major mode. A new function, ", SAMP "M2-send-input-or-get-input-from-demo-buffer", " has been ",
"added (and bound to ", KBD "F11", ") for the Macaulay2 Interaction major mode. The user experience should remain unchanged." }
}
}
}
}
Expand Down

0 comments on commit 88b7c66

Please sign in to comment.