From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68699 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel,gmane.emacs.gnus.general Subject: Re: message-mode / mail-mode Date: Sat, 11 Jul 2009 06:04:42 -0400 Message-ID: References: <87vdmcnfkc.fsf@catnip.gol.com> <87bpo2i52l.fsf@iki.fi> <87ljn2cnrv.fsf@marauder.physik.uni-ulm.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1247306706 20296 80.91.229.12 (11 Jul 2009 10:05:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Jul 2009 10:05:06 +0000 (UTC) Cc: emacs-devel@gnu.org To: ding@gnus.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 11 12:04:59 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MPZRx-0005bC-Hr for ged-emacs-devel@m.gmane.org; Sat, 11 Jul 2009 12:04:57 +0200 Original-Received: from localhost ([127.0.0.1]:33877 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPZRw-0001f9-Kg for ged-emacs-devel@m.gmane.org; Sat, 11 Jul 2009 06:04:56 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MPZRp-0001cM-Jz for emacs-devel@gnu.org; Sat, 11 Jul 2009 06:04:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MPZRk-0001WB-Pp for emacs-devel@gnu.org; Sat, 11 Jul 2009 06:04:48 -0400 Original-Received: from [199.232.76.173] (port=41881 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MPZRk-0001W8-Ic for emacs-devel@gnu.org; Sat, 11 Jul 2009 06:04:44 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:57713 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MPZRk-00079c-5Z for emacs-devel@gnu.org; Sat, 11 Jul 2009 06:04:44 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAKsAWEpFxIzX/2dsb2JhbACBUctQhAkFhmM X-IronPort-AV: E=Sophos;i="4.42,383,1243828800"; d="scan'208";a="41388745" Original-Received: from 69-196-140-215.dsl.teksavvy.com (HELO pastel.home) ([69.196.140.215]) by ironport2-out.teksavvy.com with ESMTP; 11 Jul 2009 06:04:42 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 730207EF7; Sat, 11 Jul 2009 06:04:42 -0400 (EDT) In-Reply-To: <87ljn2cnrv.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Mon, 06 Jul 2009 08:45:56 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:112335 gmane.emacs.gnus.general:68699 Archived-At: >>>> Context-sensitive commands are good but in message-mode they seem to >>>> require that the "--text follows this line--" separator line exists. > [...] >>> You should set the variable `mail-header-separator' to ""; message-mode >>> also pays attention to this variable. >> Still, message-mode needs to be fixed so this is not necessary. > Please elaborate. message-mode should accept both the empty line and "--text follows this line--" as a header-terminator. Stefan