[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#66406: Broken `re-search-forward' (?)
From: |
Eli Zaretskii |
Subject: |
bug#66406: Broken `re-search-forward' (?) |
Date: |
Sun, 08 Oct 2023 14:41:38 +0300 |
> From: Paul Pogonyshev <pogonyshev@gmail.com>
> 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.
Adding Stefan, who made some changes there recently.