In upgrading my dev computer to Redhat 8, I also ended up with a newer version of emacs. This version (21.2), seems to handle strings differently in Tcl.
If you type
if {1 = 1} {
set my_query "
(hit tab here)SELECT
When you hit tab, it won't indent. Has anybody encountered this? How would I go about fixing it? It's extremely annoying!