Hi all, to reproduce, start 'emacs -Q' and paste the following lines into scratch: (re-search-forward "a\\{7\\}") (re-search-forward "a\\{7,\\}") (re-search-forward "a\\{,7\\}") For me, it looks like this: