From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82875 Path: news.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: mml-insert-tag: insert closing tag Date: Wed, 30 Jan 2013 19:43:51 +0900 Organization: Emacsen advocacy group Message-ID: References: <87r4l33mmj@ch.ristopher.com> <87fw1juo2q@ch.ristopher.com> <87a9rrukv5@ch.ristopher.com> <87wquvt5hq@ch.ristopher.com> <878v7bt2mm@ch.ristopher.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1359542683 3666 80.91.229.3 (30 Jan 2013 10:44:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 30 Jan 2013 10:44:43 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31141@lists.math.uh.edu Wed Jan 30 11:45:03 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U0VA7-0003t2-7A for ding-account@gmane.org; Wed, 30 Jan 2013 11:45:03 +0100 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 1U0V96-00016N-QK; Wed, 30 Jan 2013 04:44:00 -0600 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 1U0V95-00016E-Pg for ding@lists.math.uh.edu; Wed, 30 Jan 2013 04:43:59 -0600 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 1U0V94-0002XH-Kq for ding@lists.math.uh.edu; Wed, 30 Jan 2013 04:43:59 -0600 Original-Received: from hampton.hostforweb.net ([205.234.140.233]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1U0V93-0007fb-4W for ding@gnus.org; Wed, 30 Jan 2013 11:43:57 +0100 Original-Received: from localhost ([127.0.0.1]:53270) by hampton.hostforweb.net with smtp (Exim 4.80) (envelope-from ) id 1U0V90-003i2a-Ij for ding@gnus.org; Wed, 30 Jan 2013 04:43:54 -0600 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.130006 (=?iso-2022-jp?B?GyRCPz8bKEI=?= Gnus v0.6) Emacs/24.3.50 (i686-pc-cygwin) Cancel-Lock: sha1:g8LVjCiqLLwoqN659wQx9ClsSzw= X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - hampton.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Get-Message-Sender-Via: hampton.hostforweb.net: acl_c_authenticated_local_user: root X-Source: X-Source-Args: X-Source-Dir: X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82875 Archived-At: Christopher Schmidt wrote: >> Ok, it's a sound argument anyway. I'm going to install your patch. >> Er, if there is a single empty line between the open and the end >> tags, doesn't it make a user recall one should start writing there? > This is up to personal preference. I never write something in between > the tags. I yank or use C-u M-! - right after C-c RET C-p. To me, an > empty line in between the tags is unnecessary. Though I don't know what functions those keys are bound to, I can agree with such a neat spec. Yes, that there is a place to write as if it is opened by C-o is indeed my personal preference. (Also I may want to tell my wife, a Gnus user over ten years, that she had better do C-o in front of a closing tag. ;-) Anyway I've installed your patch as is. Thanks.