From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: command to insert a "--text follows this line--" Date: Wed, 28 Jun 2006 01:20:54 +0800 Message-ID: <87u066wm4p.fsf@jidanni.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1151440226 10710 80.91.229.2 (27 Jun 2006 20:30:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jun 2006 20:30:26 +0000 (UTC) Cc: bugs@gnus.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jun 27 22:30:24 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FvKCS-0004Fk-AZ for geb-bug-gnu-emacs@m.gmane.org; Tue, 27 Jun 2006 22:30:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvKCR-0007EQ-Q5 for geb-bug-gnu-emacs@m.gmane.org; Tue, 27 Jun 2006 16:30:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvKCP-0007EE-Kl for bug-gnu-emacs@gnu.org; Tue, 27 Jun 2006 16:30:17 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvKCO-0007Dg-6Q for bug-gnu-emacs@gnu.org; Tue, 27 Jun 2006 16:30:16 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvKCN-0007Dd-VP for bug-gnu-emacs@gnu.org; Tue, 27 Jun 2006 16:30:16 -0400 Original-Received: from [204.74.68.40] (helo=frodo.hserus.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FvKOY-0004Jg-Ld for bug-gnu-emacs@gnu.org; Tue, 27 Jun 2006 16:42:50 -0400 Original-Received: from tc218-187-20-64.dialup.dynamic.apol.com.tw ([218.187.20.64]:1830 helo=jidanni1) by frodo.hserus.net with esmtpsa (Cipher TLSv1:AES256-SHA:256) (Exim 4.62 #0) id 1FvKCI-000DLp-49 by authid with plain; Wed, 28 Jun 2006 02:00:12 +0530 Original-To: bug-gnu-emacs@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15176 Archived-At: In sendmail.el, in addition to C-c C-f C-a mail-mail-reply-to C-c C-f C-b mail-bcc C-c C-f C-c mail-cc ... there ought to be a C-c C-f C-l mail-separator which will insert a "--text follows this line--" line, for folks who have done M-x mail-mode on a buffer, and are inserting the components into that buffer one by one. (That buffer was already pretty much a mail message, or else one would have done C-x m). Hmmm, in gnus this could be called message-insert-delimiter.