From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44873 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus no longer marks multiple messages with gnus-replied-mark. Date: Sun, 19 May 2002 01:33:34 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1021764992 16545 127.0.0.1 (18 May 2002 23:36:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 18 May 2002 23:36:32 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 179DkW-0004Ik-00 for ; Sun, 19 May 2002 01:36:32 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 179DkZ-0005E3-00; Sat, 18 May 2002 18:36:35 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 18 May 2002 18:36:54 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id SAA27637 for ; Sat, 18 May 2002 18:36:44 -0500 (CDT) Original-Received: (qmail 28073 invoked by alias); 18 May 2002 23:36:20 -0000 Original-Received: (qmail 28068 invoked from network); 18 May 2002 23:36:20 -0000 Original-Received: from fepz.post.tele.dk (195.41.46.133) by gnus.org with SMTP; 18 May 2002 23:36:20 -0000 Original-Received: from defun.localdomain ([195.215.96.197]) by fepZ.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020518233617.PFQZ5989.fepZ.post.tele.dk@defun.localdomain> for ; Sun, 19 May 2002 01:36:17 +0200 Original-To: ding@gnus.org In-Reply-To: (phoner@blah.pl's message of "Sat, 18 May 2002 17:56:03 +0000 (UTC)") Original-Lines: 20 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44873 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44873 phoner@blah.pl (Maciej Matysiak) writes: > On the 11th of May 2002 at 02:13, Jesper Harder wrote: > >>> i remember that i could mark few mails and reply to them at once in one >>> mail, and after sending the reply gnus marked them as replied. this no >>> longer works, only first message has the mark (and i'm not sure when it >>> broke, i'm using recent oort from cvs). >> >> Does this patch fix it for you? > > sorry, but it doesn't seem so :( (oort from cvs updated few minutes ago). Strange, it works for me. You did recompile Gnus after applying the patch, right? You could try to edebug `gnus-post-news' and watch if `gnus-article-reply' gets the right values in this line: (let ((gnus-article-reply (and article-buffer (gnus-summary-work-articles nil)))