I will try it...
No, when I add "RichEdit" to my uses clause immediately after the RichMemo item, I get a compile error "Fatal: Cannot find RichEdit used by Unit1 of the Project Inspector." I suspect that's because I'm using Linux and not Windows. I appreciate the help though.
... Yes, I see that if I'm running Lazarus on Windows, there is indeed a "RichEdit" unit that can be added to my "uses" clause. So the issue seems to be that there is no RichEdit unit for linux OS.
BTW I have had no problems using RichMemo in Windows, so my problems are related to the RichMemo component's linux implementation (or to me, of course
). Happily, my primary job is to port my old Delphi program to Windows, so I can declare victory for now!