From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/63368 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: better not have a non-header line after Subject Date: Mon, 19 Jun 2006 18:10:25 +0900 Organization: Emacsen advocacy group Message-ID: References: <87odwuz2mb.fsf@stupidchicken.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150708311 1201 80.91.229.2 (19 Jun 2006 09:11:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 19 Jun 2006 09:11:51 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 19 11:11:46 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FsFnK-0002mT-JP for ged-emacs-devel@m.gmane.org; Mon, 19 Jun 2006 11:11:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsFnJ-0004FZ-Tt for ged-emacs-devel@m.gmane.org; Mon, 19 Jun 2006 05:11:41 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FsFmK-0003WE-NC for emacs-devel@gnu.org; Mon, 19 Jun 2006 05:10:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FsFmJ-0003Uw-LV for emacs-devel@gnu.org; Mon, 19 Jun 2006 05:10:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FsFmI-0003UX-NR for emacs-devel@gnu.org; Mon, 19 Jun 2006 05:10:38 -0400 Original-Received: from [66.225.201.13] (helo=washington.hostforweb.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FsFwZ-0008Aa-3K for emacs-devel@gnu.org; Mon, 19 Jun 2006 05:21:15 -0400 Original-Received: from [205.234.185.198] (port=58515 helo=mail.jpl.org) by washington.hostforweb.net with esmtpa (Exim 4.52) id 1FsFnO-0006lL-Fk; Mon, 19 Jun 2006 04:11:46 -0500 Original-To: ding@gnus.org X-Hashcash: 1:20:060619:ding@gnus.org::DqKNxbFPlZDt1sQ2:00007HW+ X-Hashcash: 1:20:060619:emacs-devel@gnu.org::b5BYR1vP2OvH4Afo:0000000000000000000000000000000000000000007TRi X-Face: #kKnN,xUnmKia.'[pp`; Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu; B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:ESX3k3vERTgqB55v5KKVk+DtmYc= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnu.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:55999 gmane.emacs.gnus.general:63368 Archived-At: >>>>> In Katsumi Yamaoka wrote: >>>>>> In <87odwuz2mb.fsf@stupidchicken.com> Chong Yidong wrote: >> (I think message-mode needs to be fixed too; CC'ing ding@gnus.org). > Thanks. Gnus checks for continuation header lines only when > posting news articles. I've made it do so for mail messages as > well in the Gnus CVS repository. The changes will be merged to > the Emacs CVS after a while. I've made a minor change in docstring of `message-syntax-checks' and updated the Mesage Info manual (both trunk and v5-10 branch).