On Mon, 14 Feb 2022 at 13:35, Eli Zaretskii wrote: > > I don't think I understand what this means in practice. "Use the > spell-checker" how? Do you mean we should not break words on > punctuation characters, or do you mean not to break them only on '.', > or do you mean something else? > > Emacs is widely used to edit program sources, where stuff like > "file.attribute" and "list-my-packages" happens quite frequently. > I wasn't considering this case, and this issue is about checking text (or comments or strings) where you can just feed the entire thing to the spellchecker, and not have to isolate words "manually", as in program source. In program source (i.e. not strings or comments), the issue currently under discussion won't arise, as "." cannot be part of an identifier. -- https://rrt.sc3d.org