From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12589 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: Filling articles Date: 12 Oct 1997 23:57:02 +0200 Message-ID: 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=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035152098 4579 80.91.224.250 (20 Oct 2002 22:14:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:14:58 +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 QAA26593 for ; Sun, 12 Oct 1997 16:05:14 -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 RAA17590 for ; Sun, 12 Oct 1997 17:57:28 -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 00:13:28 +0200 Original-Received: (qmail 2552 invoked by uid 504); 12 Oct 1997 22:13:26 -0000 Original-Received: (qmail 2549 invoked from network); 12 Oct 1997 22:13:26 -0000 Original-Received: from ifi.uio.no (0@129.240.64.2) by claymore.vcinet.com with SMTP; 12 Oct 1997 22:13:25 -0000 Original-Received: from proletcult.slip.ifi.uio.no (larsi@xyplex51.uio.no [129.240.154.71]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 13 Oct 1997 00:13:22 +0200 Original-Received: (from larsi@localhost) by proletcult.slip.ifi.uio.no (8.8.2/8.8.2) id AAA18658; Mon, 13 Oct 1997 00:14:37 +0200 Mail-Copies-To: never Original-To: ding@gnus.org In-Reply-To: Lars Balker Rasmussen's message of "08 Oct 1997 18:39:34 +0200" X-Mailer: Quassia Gnus v0.13/Emacs 19.34 X-Face: &w!^oO~dS|}-P0~ge{$c!h\ 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? -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen