From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/17116 Path: news.gmane.org!not-for-mail From: Brady Trainor Newsgroups: gmane.emacs.gnus.user Subject: Re: what is a good newsgroup to experiment with my gnus nntp settings? Date: Mon, 22 Sep 2014 17:59:49 -0700 Organization: SunSITE.dk - Supporting Open source Message-ID: <87fvfjqhh6.fsf@uw.edu> References: <87bnq7mbm6.fsf@uw.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1411434012 14592 80.91.229.3 (23 Sep 2014 01:00:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 23 Sep 2014 01:00:12 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Tue Sep 23 03:00:07 2014 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XWESd-0001MQ-3v for gegu-info-gnus-english@m.gmane.org; Tue, 23 Sep 2014 03:00:07 +0200 Original-Received: from localhost ([::1]:50123 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XWESc-0004ta-Ji for gegu-info-gnus-english@m.gmane.org; Mon, 22 Sep 2014 21:00:06 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:XwXfiTC14f7CiQf9/dWdmCEnQAs= Original-Lines: 29 Original-NNTP-Posting-Host: 71.35.180.234 Original-X-Trace: news.sunsite.dk DXC=1mno3kaMbhhakBn_NmDijinDEOj859dcS2YNiU9bYSP?hI@TO:f=BK=LjJ Original-X-Complaints-To: staff@sunsite.dk Original-Xref: usenet.stanford.edu gnu.emacs.gnus:88247 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:17116 Archived-At: Brady Trainor 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