From: "Daniel R. Grayson" <danielrichardgrayson@gmail.com>
To: Lars Ingebrigtsen <larsi@gnus.org>
Cc: 55744@debbugs.gnu.org
Subject: bug#55744: infinite loop
Date: Wed, 1 Jun 2022 07:27:22 -0700 [thread overview]
Message-ID: <CABWu70GoQjcc-LJufu9NP4DSOuYuBtsOzLpj-bNJYrTV_BPouA@mail.gmail.com> (raw)
In-Reply-To: <87v8tl2k18.fsf@gnus.org>
[-- Attachment #1: Type: text/plain, Size: 332 bytes --]
Okay, I did that, and it seems to be this:
(defconst M2-mode-font-lock-keywords ' (
"///\\(/?/?[^/]\\|\\(//\\)*////[^/]\\)*\\(//\\)*///" .
'font-lock-string-face) )
(define-derived-mode M2-mode prog-mode "Macaulay2" (setq font-lock-defaults
'( M2-mode-font-lock-keywords )) )
(add-to-list 'auto-mode-alist '("\\.m2\\'" . M2-mode))
[-- Attachment #2: Type: text/html, Size: 442 bytes --]
next prev parent reply other threads:[~2022-06-01 14:27 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-31 19:49 bug#55744: infinite loop Daniel R. Grayson
2022-05-31 20:12 ` Lars Ingebrigtsen
2022-05-31 20:26 ` Daniel R. Grayson
2022-05-31 20:28 ` Lars Ingebrigtsen
2022-05-31 20:42 ` Daniel R. Grayson
2022-06-01 2:29 ` Lars Ingebrigtsen
2022-06-01 14:27 ` Daniel R. Grayson [this message]
2022-06-01 15:35 ` Lars Ingebrigtsen
2022-06-01 15:47 ` Daniel R. Grayson
2022-06-01 15:48 ` Lars Ingebrigtsen
2022-06-06 22:15 ` Richard Stallman
2022-06-06 22:46 ` Daniel R. Grayson
2022-06-07 2:28 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CABWu70GoQjcc-LJufu9NP4DSOuYuBtsOzLpj-bNJYrTV_BPouA@mail.gmail.com \
--to=danielrichardgrayson@gmail.com \
--cc=55744@debbugs.gnu.org \
--cc=larsi@gnus.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).