From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/68470 Path: news.gmane.org!not-for-mail From: Karl Chen Newsgroups: gmane.emacs.gnus.general Subject: message-cite-function Date: Tue, 21 Apr 2009 00:15:33 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1240327297 18847 80.91.229.12 (21 Apr 2009 15:21:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Apr 2009 15:21:37 +0000 (UTC) To: Gnus development list Original-X-From: ding-owner+M16905@lists.math.uh.edu Tue Apr 21 17:22:56 2009 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.50) id 1LwHns-0005Sp-Tg for ding-account@gmane.org; Tue, 21 Apr 2009 17:22:33 +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 1LwHlE-0003xg-25; Tue, 21 Apr 2009 10:19:48 -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 1Lw7OX-0008Sk-Dx for ding@lists.math.uh.edu; Mon, 20 Apr 2009 23:15:41 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1Lw7OR-0001rI-6y for ding@lists.math.uh.edu; Mon, 20 Apr 2009 23:15:41 -0500 Original-Received: from honk.quarl.org ([173.45.230.109]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1Lw7Or-00065b-00 for ; Tue, 21 Apr 2009 06:16:01 +0200 Original-Received: by honk.quarl.org (Postfix, from userid 1000) id 1EE911C80EF; Tue, 21 Apr 2009 00:15:33 -0400 (EDT) X-Quack-Archive: 1 X-Spam-Score: 0.0 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:68470 Archived-At: FYI. Changing the default value of message-cite-function from message-cite-original to message-cite-original-without-signature disrupted uses where the user set mail-citation-hook because message-cite-original-without-signature doesn't look at mail-citation-hook. Probably too late to do anything now but thought I would whine about the inconsistent interface.