From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/56865 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: message.el patch Date: Fri, 02 Apr 2004 01:38:20 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1080862862 10222 80.91.224.253 (1 Apr 2004 23:41:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Apr 2004 23:41:02 +0000 (UTC) Original-X-From: ding-owner+M5404@lists.math.uh.edu Fri Apr 02 01:40:56 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1B9Bns-0004cq-00 for ; Fri, 02 Apr 2004 01:40:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1B9Bnf-0007Tm-00; Thu, 01 Apr 2004 17:40:43 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1B9Bnb-0007Th-00 for ding@lists.math.uh.edu; Thu, 01 Apr 2004 17:40:39 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1B9Bna-0008Pn-L3 for ding@lists.math.uh.edu; Thu, 01 Apr 2004 17:40:38 -0600 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 69B1E3A0039 for ; Thu, 1 Apr 2004 17:40:37 -0600 (CST) Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1B9BnX-0000Aq-00 for ; Fri, 02 Apr 2004 01:40:35 +0200 Original-Received: from h246n3c1o299.bredband.skanova.com ([217.208.174.246]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Apr 2004 01:40:35 +0200 Original-Received: from jas by h246n3c1o299.bredband.skanova.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 02 Apr 2004 01:40:35 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: h246n3c1o299.bredband.skanova.com User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:vz0xydRkkrSHZPcZ3x3ARYiJ7is= X-Spam-Score: -4.8 (----) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:56865 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:56865 Jesper Harder writes: > Jan Rychter writes: > >> I'd like to propose this small change to message.el, useful for >> those of us who do not use a signature separator or who use one that >> is a little different. >> >> +(defcustom message-signature-inserted-separator "-- \n" >> + "The string that is inserted before the signature to separate it from >> +the message body." > > Auch! I think this is evil, to be honest. Some things are not meant > to be customized ... such as "Re:" or "-- ". FWIW, I agree. The signature separator is '-- \n', so it can be recognized reliably. Users can finish their messages in other ways, and they can use 'Sv:' instead of 'Re:' in Subject:, but that doesn't make it the right thing. I think it is simple enough to add non-standard signatures ("body" posting styles? hooks?), so that we don't need to make the real signature delimiter customizable. Hm. However, it would have been kind of seasonable appropriate to make both '-- \n' and 'Re:' customizable yesterday.