The CSE machine displays an error when a name is not declared. Example: ``` some_undeclared_name; ``` shows an error in REPL of "Introduction" tab: name undeclared_name not declared However, the user is not guided to the introduction tab. This is a regression: We used to have a flashing red home icon in this case.