Brady Trainor <[email protected]> writes: > Also, I'm curious why Gnus sometimes eats the empty line before the > formatted region starting at > > ,---- > | --8<---------------cut here---------------start------------->8--- > `----
I fixed this, guessing it was the line --8<---------------cut here---------------start------------->8--- (setq gnus-treat-strip-trailing-blank-lines 't) --8<---------------cut here---------------end--------------->8--- All I had to do was glance at the documentation, and realize it should be --8<---------------cut here---------------start------------->8--- (setq gnus-treat-strip-trailing-blank-lines 'last) --8<---------------cut here---------------end--------------->8--- I have this so that SPC'ing through articles doesn't pause on a seemingly blank page, as a result of trailing empty lines in folks' mails. Brady _______________________________________________ info-gnus-english mailing list [email protected] https://lists.gnu.org/mailman/listinfo/info-gnus-english
