From: Michael Welsh Duggan <md5i@cs.cmu.edu>
Subject: Re: Gnus v5.6.12 is released
Date: Wed, 24 Jun 1998 16:05:25 -0400 [thread overview]
Message-ID: <v1tpvfyin0a.fsf@peoria.mt.cs.cmu.edu> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of "Wed, 24 Jun 1998 01:36:30 GMT"
Lars Magne Ingebrigtsen <larsi@ifi.uio.no> writes:
> Wed Jun 24 00:25:45 1998 Lars Magne Ingebrigtsen <larsi@ifi.uio.no>
>
> * message.el (message-shorten-references): New function.
> (message-header-format-alist): Use it.
Cool. One step closer to a GNKSA. Now the only problem that I can
see is the "Warns when post articles containing quoted material only"
requirement. It looks like the following test in
`message-check-news-body-syntax' was included to test for this, but
unfortunately, it does not work. This is because inbetween the
message-checksum generated by `message-yank-original' and the test in
`message-check-news-body-syntax', `message-generate-headers' is
called, making the `buffer-size's different.
;; Check whether any new text has been added.
(message-check 'new-text
(or
(not message-checksum)
(not (and (eq (message-checksum) (car message-checksum))
(eq (buffer-size) (cdr message-checksum))))
(y-or-n-p
"It looks like no new text has been added. Really post? ")))
--
Michael Duggan
(md5i@cs.cmu.edu)
prev parent reply other threads:[~1998-06-24 20:05 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
1998-06-24 1:29 Lars Magne Ingebrigtsen
1998-06-24 2:49 ` SL Baur
1998-06-24 3:35 ` SL Baur
1998-06-24 4:10 ` SL Baur
1998-06-24 4:16 ` Lars Magne Ingebrigtsen
1998-06-24 20:05 ` Michael Welsh Duggan [this message]
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=v1tpvfyin0a.fsf@peoria.mt.cs.cmu.edu \
--to=md5i@cs.cmu.edu \
/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).