> I have seen these reports and also the ones in reddit. Do you think that > we should/must/can do anything about? Two major problems: 1. Backward-compatibility problem: I had to spend significant time investigating why the region face broke recently, and discovered that customized faces in custom-set-faces need to be updated. Soon I tired fixing their customizations one by one manually, so I wrote a function that automatically fixes all faces. I wonder how all other users are supposed to get out of a similar situation. Moreover, the problem is wider than personal customization and affects hundreds of existing themes. 2. Conceptual problem: We need to think again what this change was intended to fix? All faces could be divided into two more-less equally large groups: a. faces with distinct foreground that highlight text properties, they include mostly font-lock faces, underline faces, and so on; b. faces with distinct background that highlight blocks of text, such as the region face, diff hunk faces, etc. As I see the change was meant to fix only the problem that relates to faces with distinct foreground, because indeed underlines extended to the window edge look very ugly. So the change should affect only faces with distinct foreground. But faces for multi-line regions with a distinct background color require to look like rectangular blocks. This screenshot demonstrates how badly broken these blocks are now in diff-mode that it makes harder to read diffs: