]> git.eshelyaron.com Git - emacs.git/commit
Suppress a misleading message when closing a paren in a regex
authorHarald Jörg <haj@posteo.de>
Fri, 30 Oct 2020 12:23:52 +0000 (13:23 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 30 Oct 2020 12:24:01 +0000 (13:24 +0100)
commit101a3b78309dff5a7466094a893c5582093a6533
treee4c7556082177ae614543603f413e0a88c646477
parentb295174210465c4285729c67ec014e0f5b53f741
Suppress a misleading message when closing a paren in a regex

* lisp/progmodes/cperl-mode.el (cperl-forward-re): Suppress an
error message about "End of string/RE not found" when we are
at the end of a narrowed buffer where the end of a RE is
temporarily unavailable (Bug#37127).

* test/lisp/progmodes/cperl-mode-tests.el (cperl-bug37127):
Add a test to verify that the message is suppressed when
inappropriate, but appears when the RE *is* incomplete.
lisp/progmodes/cperl-mode.el
test/lisp/progmodes/cperl-mode-tests.el