From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61129 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: verbatim text (mm-uu.el): blank lines Date: Mon, 10 Oct 2005 18:49:14 +0200 Organization: Dept. of Theoretical Physics, University of Ulm Message-ID: References: <86irw99c2d.fsf@oumu.localdomain> Reply-To: Reiner Steib NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1129044323 12490 80.91.229.2 (11 Oct 2005 15:25:23 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 11 Oct 2005 15:25:23 +0000 (UTC) Original-X-From: ding-owner+m9662@lists.math.uh.edu Tue Oct 11 17:25:19 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EPLyT-0002hL-TL for ding-account@gmane.org; Tue, 11 Oct 2005 17:23:30 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EPLyD-0001Y6-00; Tue, 11 Oct 2005 10:23:13 -0500 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EPLma-0001UT-00 for ding@lists.math.uh.edu; Tue, 11 Oct 2005 10:11:12 -0500 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EP0uU-0003rf-8X for ding@lists.math.uh.edu; Mon, 10 Oct 2005 11:54:03 -0500 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EP0uS-0005e3-00 for ; Mon, 10 Oct 2005 18:53:56 +0200 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1EP0s1-0005sS-G2 for ding@gnus.org; Mon, 10 Oct 2005 18:51:25 +0200 Original-Received: from bridgekeeper.physik.uni-ulm.de ([134.60.10.123]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Oct 2005 18:51:25 +0200 Original-Received: from Reiner.Steib by bridgekeeper.physik.uni-ulm.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 10 Oct 2005 18:51:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-To: ding@gnus.org Original-Lines: 39 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: bridgekeeper.physik.uni-ulm.de X-Face: 'bg&jY[8V'W&:=~6w"|>}#4/T;w~36ei4NNMyKRR.a$n=$|sWFPF1y]a\>6kc\*#GN]UDM| Ywv,vbL^XF1nIp\:F=$Ei2o&mEe:%N~,:3]vtQ~s9u$9izmX$IF@VgGl7/,^dbuM<3|AO2}.%|%?kZ 2Y=@\U!~cll^=8Z9ihKq%wmUe1Ky(#kl3T'>Qk0Ia3mCBsTk?E(,X Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:2Rl3nzde+L2tbqALtwK3ZvMcUY4= X-Spam-Score: -2.5 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61129 Archived-At: On Sat, Oct 08 2005, Reiner Steib wrote: > I'll try, if the following is okay for me (usually I don't want to see > the leading/trailing blank lines): > > (setq > gnus-treat-strip-leading-blank-lines 'last > gnus-treat-strip-trailing-blank-lines gnus-treat-strip-leading-blank-lines) Actually... (setq gnus-treat-strip-leading-blank-lines 'first gnus-treat-strip-trailing-blank-lines 'last) ... would be nicer. But we don't have 'first (see `gnus-treat-predicate' and (info "(gnus)Customizing Articles"). Or did I miss something? --8<---------------cut here---------------start------------->8--- --- gnus-art.el 27 Sep 2005 17:50:05 +0200 7.128 +++ gnus-art.el 10 Oct 2005 18:24:54 +0200 @@ -7213,6 +7217,8 @@ t) ((eq val 'head) nil) + ((eq val 'first) + (eq part-number 1)) ((eq val 'last) (eq part-number total-parts)) ((numberp val) --8<---------------cut here---------------end--------------->8--- Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/