From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: org-gnus.el returns incorrect message subject in article mode Date: Fri, 05 Jun 2009 09:28:05 +0200 Message-ID: <87fxefjg1m.fsf@thinkpad.tsdh.de> References: <873aafiijm.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1244186915 21068 80.91.229.12 (5 Jun 2009 07:28:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Jun 2009 07:28:35 +0000 (UTC) Cc: emacs-devel@gnu.org To: finalpatch , Katsumi Yamaoka , reiner.steib@gmx.de Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 05 09:28:30 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MCTqm-0000F2-Rx for ged-emacs-devel@m.gmane.org; Fri, 05 Jun 2009 09:28:29 +0200 Original-Received: from localhost ([127.0.0.1]:33224 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCTql-0007e5-AZ for ged-emacs-devel@m.gmane.org; Fri, 05 Jun 2009 03:28:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCTqf-0007cV-MO for emacs-devel@gnu.org; Fri, 05 Jun 2009 03:28:21 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCTqa-0007TN-Ev for emacs-devel@gnu.org; Fri, 05 Jun 2009 03:28:20 -0400 Original-Received: from [199.232.76.173] (port=54249 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCTqa-0007Sv-2d for emacs-devel@gnu.org; Fri, 05 Jun 2009 03:28:16 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:49897) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MCTqZ-0003bt-7b for emacs-devel@gnu.org; Fri, 05 Jun 2009 03:28:15 -0400 Original-Received: from out3.smtp.messagingengine.com ([66.111.4.27]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCTqU-0006xd-9M for emacs-devel@gnu.org; Fri, 05 Jun 2009 03:28:10 -0400 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id CB8F2357670; Fri, 5 Jun 2009 03:28:08 -0400 (EDT) Original-Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 05 Jun 2009 03:28:08 -0400 X-Sasl-enc: /ce9PyhkUZ1iLfLdQS8uFPLqvgEGay8CX5wJg2k1i/Ys 1244186888 Original-Received: from thinkpad.tsdh.de (p54AF2C19.dip0.t-ipconnect.de [84.175.44.25]) by mail.messagingengine.com (Postfix) with ESMTPA id 0069A26F48; Fri, 5 Jun 2009 03:28:06 -0400 (EDT) Mail-Copies-To: never In-Reply-To: <873aafiijm.fsf@gmail.com> (finalpatch's message of "Fri, 05 Jun 2009 11:19:25 +1000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.94 (gnu/linux) X-Detected-Operating-System: by mx20.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:111341 Archived-At: finalpatch writes: Hi! > I found that running org-store-link inside a gnus article buffer gives > out incorrect message subject. Indeed, that's wrong. > This is because in gnus-article-mode the gnus-summary-subject-string > function returns the subject of the next message instead of the > current one. Hm, maybe that is a gnus bug? Katsumi or Reiner? > The following patch fixes this problem for me. Thanks, I've applied the patch to the git version of org as well as the version included in emacs. Bye, Tassilo