Ihor Radchenko <[email protected]> writes: > "J.D. Smith" <[email protected]> writes: > >>> 1. make repro >>> 2. M-x org-mode >>> 3. M-x org-inside-mode >>> 4. Insert * =[[test][foo *bar* and]] >>> 5. Make it * =[[test][foo *bar*= and]] >>> 6. Observe cursor and background changing when moving into =...= (not >>> hidden!) >> >> The `=' signs /are/ hidden. You have created verbatim text with the odd >> contents `[[test][foo *bar*'. Not an org-inside issue. > > I am confused. How can they be hidden if org-hide-emphasis-markers is > nil by default?
I see. Pushed a commit to avoid enabling emphasized text when that isn't configured. > Fair. I think that the main problem is that I now prefer something more > subtle than secondary-selection :) I wish there were some "subtle selection" face. What about an underline the color of secondary-selection background? Could blend the secondary selection 50% into the background color. It would have to be updated on `after-enable-theme-hook'.
