bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#66406: Broken `re-search-forward' (?)


From: Paul Pogonyshev
Subject: bug#66406: Broken `re-search-forward' (?)
Date: Sun, 8 Oct 2023 12:35:47 +0200

In a recent Emacs master (as provided in Silex's Docker image):

$ emacs --batch --eval "(with-temp-buffer (insert \"\n;;;###autoload\n(defun ...)\n\") (goto-char 1) (print (re-search-forward \"^[[:space:]]*;;;###autoload[[:space:]]*$\" nil t)))"

Prints nil.

With every stable version of Emacs I have this prints 16.

Paul

reply via email to

[Prev in Thread] Current Thread [Next in Thread]