Macaulay2 / M2-emacs

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

Look for filenames enclosed in double quotes #59

Closed d-torrance closed 5 months ago

d-torrance commented 5 months ago

This will allow us to jump to code in files with spaces in their paths.

In particular, the filename regex used by Compilation Mode now recognizes files that either:

Thanks to my Piedmont colleague @rjlutz for the idea of using double quotes to solve the problem of identifying when spaces might belong to a filename!

If this is accepted, then I'll update the M2-emacs submodule commit in https://github.com/Macaulay2/M2/pull/3137.

Cc: @mikestillman

Closes: #48