Suhail Singh <[email protected]> writes: > Max Nikulin <[email protected]> writes: > >> Is it acceptable to add a tag after space to avoid trailing space character? >> >> *** :emptyheading: > > That sounds like it should solve the main issue that OP had mentioned > that motivated the proposal (difficulty in some situations where > use-configuration of cleaning trailing whitespace was interfering with > matters). A related fix would be to have a zero-width-space at the end > instead of the tag. > > I'm generally in the camp of don't fix what's not broken, and it's not > clear that crufty as the syntax may be, that it's broken in any > substantive way. What am I missing? > > Regardless, if the project does decide to go with a syntax update, I > propose that that be done with something akin to having an ietf RFC for > something like text/orgmode media type.
~delete-trailing-whitespace~ is a big problem. Only the following survive: - U+200C (ZWNJ - Zero Width Non-Joiner) - U+200D (ZWJ - Zero Width Joiner) - U+2060 (WJ - Word Joiner) - U+FEFF (ZWNBSP - Zero Width No-Break Space) It can be suggested in the documentation. But doesn't that make it more complex? -- Andros Fenollosa
