I was using M2 -q which doesn't accomplish anything that I can tell except getting command line prompts instead of the emacs windows.
I have no idea how and where to use C-u since the only before F12 is inside the emacs windows.
----------------------------------------------------------------------------------------------------------------------------------
So I seem to get the following when I'm in a directory without a FunctionFieldDesingularization.m2 file.
+ M2 --no-readline --print-width 79
Macaulay2, version 1.18
with packages: ConwayPolynomials, Elimination, IntegralClosure, InverseSystems,
LLLBases, MinimalPrimes, PrimaryDecomposition, ReesAlgebra,
Saturation, TangentCone
i1 : loadPackage "FunctionFieldDesingularization";
stdio:1:1:(3): error: file not found on path: "FunctionFieldDesingularization.m2"
and I get something such as the following when I'm in a directory that has such a file:
+ M2 --no-readline --print-width 79
Macaulay2, version 1.18
with packages: ConwayPolynomials, Elimination, IntegralClosure, InverseSystems,
LLLBases, MinimalPrimes, PrimaryDecomposition, ReesAlgebra,
Saturation, TangentCone
i1 : loadPackage "FunctionFieldDesingularization";
FunctionFieldDesingularization.m2:1:1:(3):[7]: error: no method found for applying newPackage to:
argument 1 : "FunctionFieldDesingularization" (of class String)
argument 2 : null (of class Nothing)
FunctionFieldDesingularization.m2:1:1:(3):[7]: --entering debugger (type help to see debugger commands)
FunctionFieldDesingularization.m2:1:1-6:15: --source code:
newPackage("FunctionFieldDesingularization",
Version => "1.2",
Date => "October 11, 2021",
Headline => "Strong desingularization of function fields in arbitrary char",
)
Doug
(My college account has a .emacs-Macaulay2 file that looks in directories under /automnt .)