From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12598 Path: main.gmane.org!not-for-mail From: Lars Balker Rasmussen Newsgroups: gmane.emacs.gnus.general Subject: Re: Filling articles Date: 13 Oct 1997 10:16:38 +0200 Message-ID: <0fafgedqmx.fsf@frey.mjolner.dk> References: <0fhgas8cnw.fsf@heimdal.mjolner.dk> <0fiuv8gqex.fsf@frey.mjolner.dk> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1035152105 4646 80.91.224.250 (20 Oct 2002 22:15:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:15:05 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id CAA26783 for ; Mon, 13 Oct 1997 02:03:44 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id DAA23628 for ; Mon, 13 Oct 1997 03:55:56 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Mon, 13 Oct 1997 10:16:42 +0200 Original-Received: (qmail 4181 invoked by uid 504); 13 Oct 1997 08:16:41 -0000 Original-Received: (qmail 4178 invoked from network); 13 Oct 1997 08:16:40 -0000 Original-Received: from frey.mjolner.dk (130.225.8.218) by claymore.vcinet.com with SMTP; 13 Oct 1997 08:16:40 -0000 Original-Received: (from lbr@localhost) by frey.mjolner.dk (8.7.6/8.7.3) id KAA13515; Mon, 13 Oct 1997 10:16:38 +0200 (MET DST) Original-To: ding@gnus.org In-Reply-To: Lars Magne Ingebrigtsen's message of "12 Oct 1997 23:57:02 +0200" Original-Lines: 21 X-Mailer: Gnus v5.5/Emacs 20.2 Xref: main.gmane.org gmane.emacs.gnus.general:12598 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12598 Lars Magne Ingebrigtsen writes: > Lars Balker Rasmussen 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