Can anyone explain why the first of these expressions works as expected while the second does not? What is the difference between "number one"
and DisplayForm@"number one"
?
Block[{$MessagePrePrint}, Message[f::event, DisplayForm@"number one"]]
Block[{$MessagePrePrint}, Message[f::event, "number one"]]