From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/39286 Path: main.gmane.org!not-for-mail From: Oliver Scholz Newsgroups: gmane.emacs.gnus.general Subject: Re: patches (Re: auto-fill in body after "^[A-Za-z]: ") Date: Tue, 16 Oct 2001 02:04:09 +0200 Organization: Gnus Information Center Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1035175017 27060 80.91.224.250 (21 Oct 2002 04:36:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:36:57 +0000 (UTC) Return-Path: Original-Received: (qmail 22193 invoked from network); 15 Oct 2001 22:56:50 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 15 Oct 2001 22:56:50 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 15tGcF-0004kJ-00; Mon, 15 Oct 2001 17:53:47 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 15 Oct 2001 17:53:24 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id RAA23642 for ; Mon, 15 Oct 2001 17:53:12 -0500 (CDT) Original-Received: (qmail 22160 invoked by alias); 15 Oct 2001 22:53:29 -0000 Original-Received: (qmail 22155 invoked from network); 15 Oct 2001 22:53:28 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 15 Oct 2001 22:53:28 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id AAA12957 for ding@gnus.org; Tue, 16 Oct 2001 00:53:22 +0200 (CEST) Original-To: ding@gnus.org Original-Path: hermes!nobody Original-Newsgroups: gnus.ding Original-Lines: 70 Original-NNTP-Posting-Host: 85-217.f.dial.o-tel-o.net Original-X-Trace: quimby.gnus.org 1003186401 22141 212.144.85.217 (15 Oct 2001 22:53:21 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 15 Oct 2001 22:53:21 GMT X-attribution: os User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.106 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:39286 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:39286 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit * "Kai" == Kai Großjohann writes: > Oliver Scholz writes: >> Should I make new diffs without the read-only text property then? > Way cool. Thanks a lot. That way, the diffs might be < 10 lines, > which means we don't need paperwork from you. [...] O.k. here they are. --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=message.diff --- message.el Fri Oct 12 16:39:31 2001 +++ /home/egoge/bin/emacs-lisp/message.el Tue Oct 16 01:51:57 2001 @@ -3943,7 +3943,6 @@ (when message-default-headers (insert message-default-headers) (or (bolp) (insert ?\n))) - (put-text-property (point-min) (point) 'field 'header) (put-text-property (point) (progn @@ -3979,6 +3978,9 @@ (set-buffer-modified-p nil) (setq buffer-undo-list nil) (run-hooks 'message-setup-hook) + (save-restriction + (message-narrow-to-headers) + (put-text-property (point-min) (point-max) 'field 'header)) (message-position-point) (undo-boundary)) --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=gnus-draft.diff --- gnus-draft.el Sun Sep 23 12:37:11 2001 +++ /home/egoge/bin/emacs-lisp/gnus-draft.el Tue Oct 16 01:52:06 2001 @@ -102,7 +102,8 @@ (save-excursion (save-restriction (message-narrow-to-headers) - (message-remove-header "date"))) + (message-remove-header "date") + (put-text-property (point-min) (point-max) 'field 'header))) (save-buffer) (let ((gnus-verbose-backends nil)) (gnus-request-expire-articles (list article) group t)) --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 'oliver -- 25 Vendémiaire an 210 de la Révolution --=-=-=--