Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-narrow-to-head, message-narrow-to-body?
@ 2003-04-07 13:55 Reiner Steib
  2003-04-07 14:27 ` Kai Großjohann
  0 siblings, 1 reply; 9+ messages in thread
From: Reiner Steib @ 2003-04-07 13:55 UTC (permalink / raw)


Hi,

we have `message-narrow-to-head*' and `gnus-narrow-to-body'.
What about `gnus-narrow-to-head' and `message-narrow-to-body'?

(defun gnus-narrow-to-head ()
  "Narrow to the head of an article."
  (goto-char (point-min))
  (narrow-to-region
   (point-min)
   (cond ((search-forward "\n\n" nil t)
	  (1+ (match-beginning 0)))
	 (t (point-max)))))

(defun message-narrow-to-body ()
  "Narrow the buffer to the body of the message."
  (widen)
  (narrow-to-region (message-goto-body) (point-max))
  (goto-char (point-min)))

Opinions?  Corrections?  Objections?

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo--- PGP key available via WWW   http://rsteib.home.pages.de/




^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2003-04-08  0:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-07 13:55 gnus-narrow-to-head, message-narrow-to-body? Reiner Steib
2003-04-07 14:27 ` Kai Großjohann
2003-04-07 14:43   ` Julien Avarre
2003-04-07 15:59     ` Kai Großjohann
2003-04-07 16:33     ` Reiner Steib
2003-04-07 22:36       ` secure method (was: gnus-narrow-to-head, message-narrow-to-body?) Julien Avarre
2003-04-07 22:58         ` secure method Vasily Korytov
2003-04-08  0:01           ` Julien Avarre
2003-04-08  0:08             ` Julien Avarre

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).