info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: what is a good newsgroup to experiment with my gnus nntp settings?


From: Brady Trainor
Subject: Re: what is a good newsgroup to experiment with my gnus nntp settings?
Date: Mon, 22 Sep 2014 17:59:49 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Brady Trainor <algebrat@uw.edu> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]