From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/79054 Path: news.gmane.org!not-for-mail From: lee Newsgroups: gmane.emacs.gnus.general Subject: using templates to write articles (email) Date: Fri, 10 Jun 2011 20:03:50 +0200 Message-ID: <87fwnhd0mx.fsf@yun.yagibdah.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1307729076 6206 80.91.229.12 (10 Jun 2011 18:04:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 10 Jun 2011 18:04:36 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M27353@lists.math.uh.edu Fri Jun 10 20:04:33 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QV64O-0007Up-BX for ding-account@gmane.org; Fri, 10 Jun 2011 20:04:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1QV63o-0000ye-Kq; Fri, 10 Jun 2011 13:03:56 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1QV63n-0000yS-I3 for ding@lists.math.uh.edu; Fri, 10 Jun 2011 13:03:55 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1QV63l-00082G-Ig for ding@lists.math.uh.edu; Fri, 10 Jun 2011 13:03:55 -0500 Original-Received: from static.73.179.46.78.clients.your-server.de ([78.46.179.73]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1QV63j-0006Ny-M3 for ding@gnus.org; Fri, 10 Jun 2011 20:03:51 +0200 Original-Received: from lee by static.73.179.46.78.clients.your-server.de with local (Exim 4.76) (envelope-from ) id 1QV63i-0001Vh-42 for ding@gnus.org; Fri, 10 Jun 2011 20:03:50 +0200 Mail-Followup-To: ding@gnus.org User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Spam-Score: 1.4 (+) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0327 Ham tokens: 0.000-1671--6490h-0s--0d--H*UA:Emacs, 0.000-1510--5866h-0s--0d--H*u:Emacs, 0.000-1410--5475h-0s--0d--H*UA:Gnus, 0.000-1409--5474h-0s--0d--H*u:Gnus, 0.000-1355--5261h-0s--0d--H*u:linux Spam tokens: 0.965-5198--1316h-50598s--0d--H*r:quimby.gnus.org, 0.910-173--206h-2939s--0d--H*r:sk:static., 0.902-2618--3926h-50829s--0d--HX-Spam-Relays-External:quimby.gnus.org, 0.902-2618--3926h-50829s--0d--H*RU:quimby.gnus.org, 0.901-2336--3554h-45751s--0d--H*Ad:D*gnus.org Autolearn status: no -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain -0.5 BAYES_05 BODY: Bayes spam probability is 1 to 5% [score: 0.0327] 2.0 HELO_DYNAMIC_IPADDR Relay HELO'd using suspicious hostname (IP addr 1) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:79054 Archived-At: Hi, is there some sort of support built into gnus for writing articles (email) from templates? Such templates would contain either headers or a body, or a combination of both. So far, I=C2=B4ve created templates as plain text files, and when writing an email from the template, I delete everything in the composing buffer and do an insert-file to read the template into the buffer. This works fine, and perhaps there=C2=B4s some support for templates already built in, which would make using templates more convenient?