Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <jas@pdc.kth.se>
Subject: Re: comments on pgnus-v0.80
Date: 07 Apr 1999 18:29:11 +0200	[thread overview]
Message-ID: <iluwvzov1go.fsf@squid.pdc.kth.se> (raw)
In-Reply-To: SL Baur's message of "07 Apr 1999 03:58:35 -0700"

SL Baur <steve@xemacs.org> writes:

> * It would be nice to have a preview function as in tm to see what a
>   message looks like before sending it out.  If one already exists, it 
>   should be added to the Message menu.

This is what I use.

Several people has suggested using the draft folder. Has anyone
actually tried that?  I just see MML there, which is not really what I
would call a "preview".

(defun mml-preview (&optional raw)
  "Display current buffer with Gnus, in a new buffer. If raw, don't
highlight the article."
  (interactive "P")
  (let ((buf (current-buffer)))
    (switch-to-buffer (get-buffer-create 
		       (concat (if raw "*Raw MIME preview of "
				 "*MIME preview of ") (buffer-name))))
    (erase-buffer)
    (insert-buffer buf)
    (mml-to-mime)
    (unless raw
      (run-hooks 'gnus-article-decode-hook)
      (let ((gnus-newsgroup-name "dummy"))
	(gnus-article-prepare-display)))
    (fundamental-mode)
    (setq buffer-read-only t)
    (goto-char (point-min))))


  parent reply	other threads:[~1999-04-07 16:29 UTC|newest]

Thread overview: 51+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-04-07 10:58 SL Baur
1999-04-07 11:21 ` Alexandre Oliva
1999-04-17  7:14   ` Lars Magne Ingebrigtsen
1999-04-17 14:36     ` Hrvoje Niksic
1999-04-17 15:19       ` Lars Magne Ingebrigtsen
1999-04-07 11:23 ` Lee Willis
1999-04-07 11:27   ` Alexandre Oliva
     [not found]     ` <lzaewkmzo1.fsf@landlord.gbdirect.co.uk>
1999-04-07 11:48       ` Alexandre Oliva
1999-04-07 13:08   ` Stefanie Teufel
1999-04-07 12:24 ` Kai.Grossjohann
1999-04-08 10:53   ` SL Baur
1999-04-08 11:13     ` Lee Willis
1999-04-08 14:45   ` Alan Shutko
1999-04-17  7:16     ` Lars Magne Ingebrigtsen
1999-04-07 12:26 ` Kai.Grossjohann
1999-04-07 15:07   ` Justin Sheehy
1999-04-07 15:35     ` Kai.Grossjohann
1999-04-08 10:56   ` SL Baur
1999-04-08 11:05     ` Kai.Grossjohann
1999-04-08 11:11     ` Lee Willis
1999-04-17  7:19     ` Lars Magne Ingebrigtsen
1999-04-17 14:46       ` Per Abrahamsen
1999-04-17 15:21         ` Lars Magne Ingebrigtsen
1999-04-17 16:05           ` Hrvoje Niksic
1999-04-17 16:04         ` Hrvoje Niksic
1999-04-07 13:18 ` Alan Shutko
1999-04-07 15:06 ` Justin Sheehy
1999-04-07 15:29 ` Per Abrahamsen
1999-04-08 10:59   ` SL Baur
1999-04-08 14:10     ` Rupa Schomaker (list)
1999-04-08 14:25       ` William M. Perry
1999-04-07 15:36 ` Jan Vroonhof
1999-04-08 11:02   ` SL Baur
1999-04-08 11:07     ` Kai.Grossjohann
1999-04-08 11:14       ` SL Baur
1999-04-08 11:33         ` Kai.Grossjohann
1999-04-08 11:50       ` Karl Kleinpaste
1999-04-08 11:42     ` Jan Vroonhof
1999-04-08 11:53       ` SL Baur
1999-04-09  6:59         ` Steinar Bang
1999-04-10 11:19         ` lconrad
     [not found]         ` <m3yak03eq8.fsf@serpent.laymusic.>
1999-04-17  7:34           ` Lars Magne Ingebrigtsen
1999-04-08 13:36     ` Per Abrahamsen
1999-04-07 16:29 ` Simon Josefsson [this message]
1999-04-07 18:35   ` using agent for a full preview Simon Michael
1999-04-08 11:03     ` SL Baur
1999-04-08 14:22       ` Colin Rafferty
1999-04-07 17:31 ` comments on pgnus-v0.80 Shenghuo ZHU
1999-04-07 19:01 ` Hans de Graaff
1999-04-13  7:21 ` Hrvoje Niksic
1999-04-17  7:06 ` Lars Magne Ingebrigtsen

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=iluwvzov1go.fsf@squid.pdc.kth.se \
    --to=jas@pdc.kth.se \
    /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).