Macaulay2 / M2-emacs

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

Use compilation-shell-minor-mode for jumping to source #39

Closed d-torrance closed 1 year ago

d-torrance commented 1 year ago

This has a number of advantages:

The function M2-send-to-program-or-jump-to-source-code is now only a very thin wrapper around comint-send-input and has been renamed to M2-send-input.

The regular expressions for matching file positions have been simplified. More file positions should be clickable than were before, e.g., entries in the "location of symbol" column given by listSymbols. (This has been tested against the changes in https://github.com/Macaulay2/M2/pull/2760).

Peek 2023-02-11 21-30