Macaulay2 / M2-emacs

Macaulay2 emacs files
GNU General Public License v3.0
5 stars 3 forks source link

Only set comint-use-prompt-regexp to t for comint-send-input #25

Closed d-torrance closed 2 years ago

d-torrance commented 2 years ago

We want it to be non-nil to remove things like "o1 = " from the input (see 6449756), but we want it to be nil otherwise so that the output and input fields are separated properly. In particular, so that C-a and C-0 C-k move the point to the end of input prompt and not the very beginning of the line.

Closes: #24