GNU bug report logs - #55744
infinite loop

Previous Next

Package: emacs;

Reported by: "Daniel R. Grayson" <danielrichardgrayson <at> gmail.com>

Date: Tue, 31 May 2022 19:51:01 UTC

Severity: normal

Tags: moreinfo, notabug

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: "Daniel R. Grayson" <danielrichardgrayson <at> gmail.com>
To: Lars Ingebrigtsen <larsi <at> gnus.org>
Cc: 55744 <at> debbugs.gnu.org
Subject: bug#55744: infinite loop
Date: Wed, 1 Jun 2022 07:27:22 -0700
[Message part 1 (text/plain, inline)]
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))
[Message part 2 (text/html, inline)]

This bug report was last modified 2 years and 351 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.