Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: verbatim text (mm-uu.el): blank lines
Date: Mon, 10 Oct 2005 18:49:14 +0200	[thread overview]
Message-ID: <v9ll11fhbp.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <v9hdbs2rn3.fsf@marauder.physik.uni-ulm.de>

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/




  parent reply	other threads:[~2005-10-10 16:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-07 19:42 Reiner Steib
2005-10-07 22:50 ` Adam Duck
2005-10-08 11:08   ` Reiner Steib
2005-10-08 12:29     ` Mark Plaksin
2005-10-10 16:49     ` Reiner Steib [this message]
2005-10-12  1:19       ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=v9ll11fhbp.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).