Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Balker Rasmussen <lbr@mjolner.dk>
Subject: Re: Filling articles
Date: 13 Oct 1997 10:16:38 +0200	[thread overview]
Message-ID: <0fafgedqmx.fsf@frey.mjolner.dk> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "12 Oct 1997 23:57:02 +0200"

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:
> Lars Balker Rasmussen <lbr@mjolner.dk> writes:
> > (defun my-gnus-article-fill-paragraph (arg)
> >   "Fill paragraph in gnus article buffer.  
> > Works exactly the same as `fill-paragraph'"
> >   (interactive (list (if current-prefix-arg 'full)))
> >   (save-excursion
> >     (set-buffer gnus-article-buffer)
> >     (let ((buffer-read-only nil))
> >       (fill-paragraph arg))))
> > (define-key gnus-article-mode-map "\M-q" 'my-gnus-article-fill-paragraph)
> > 
> > Any of you lisp-gurus see a problem with that?
> 
> I don't quite see what this is supposed to do.  It just fills whatever
> paragraph point happens to be in in the article buffer, right?

Yep.  Are you implying there is an easier way of doing that?
-- 
Lars Balker Rasmussen, Software Engineer, Mjolner Informatics ApS
lbr@mjolner.dk


  reply	other threads:[~1997-10-13  8:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-08 16:03 Lars Balker Rasmussen
1997-10-08 16:39 ` Lars Balker Rasmussen
1997-10-12 21:57   ` Lars Magne Ingebrigtsen
1997-10-13  8:16     ` Lars Balker Rasmussen [this message]
1997-10-20 21:09       ` Lars Magne Ingebrigtsen
1997-10-21  8:13         ` Lars Balker Rasmussen
1997-10-24 22:46           ` Lars Magne Ingebrigtsen
1997-10-21 20:01         ` Jason L Tibbitts III
1997-10-24 22:47           ` Lars Magne Ingebrigtsen
1997-10-30 12:51             ` Hrvoje Niksic
1997-11-05 13:07               ` 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=0fafgedqmx.fsf@frey.mjolner.dk \
    --to=lbr@mjolner.dk \
    /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).